search for: tranparent

Displaying 20 results from an estimated 25 matches for "tranparent".

Did you mean: transparent
2024 Dec 11
4
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
...ing? > + > + if (lttpr_count > 0 && !drm_dp_lttpr_set_transparent_mode(aux, false)) No need to check lttpr_count again here. > + return 0; I'd check for errors instead of success here and do the rollback before returning -EINVAL. > + > + /* > + * Roll-back to tranparent mode if setting non-tranparent mode failed or > + * the number of LTTPRs is invalid > + */ > + drm_dp_lttpr_set_transparent_mode(aux, true); > + > + return -EINVAL; And return 0 explicitly here. > +} > +EXPORT_SYMBOL(drm_dp_lttpr_init); In any case this works well and is n...
2024 Dec 11
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
...nsparent mode and the disable->enable non-transparent mode > + * sequence. > + */ > + drm_dp_lttpr_set_transparent_mode(aux, true); > + > + if (lttpr_count > 0 && !drm_dp_lttpr_set_transparent_mode(aux, false)) > + return 0; > + > + /* > + * Roll-back to tranparent mode if setting non-tranparent mode failed or > + * the number of LTTPRs is invalid > + */ > + drm_dp_lttpr_set_transparent_mode(aux, true); This means that if lttpr_count < 0, then there will be two requests to set LTTPRs to a transparent mode. Is that expected? > + > + retur...
2003 Feb 06
2
transparent proxying ftp through squid
Hi, Is it possible to transparent proxy FTP through Squid? If so what rules would i need to add to the rules file so that any ftp request is forwarding through Squid? I have www traffic being Tranparantly proxied. Herwith my www rules: REDIRECT loc 3128 tcp 80 ACCEPT loc fw::3128 tcp www - all ACCEPT fw
2024 Dec 26
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
...tation more ugly without any benefit, IMO. > > > + return 0; > > I'd check for errors instead of success here and do the rollback before > returning -EINVAL. > Yes, I think it would be more cleaner. Will do that. > > + > > + /* > > + * Roll-back to tranparent mode if setting non-tranparent mode failed or > > + * the number of LTTPRs is invalid > > + */ > > + drm_dp_lttpr_set_transparent_mode(aux, true); > > + > > + return -EINVAL; > > And return 0 explicitly here. Yes. Will do that. > > > +} > > +...
2005 Nov 22
2
change axis format for different panels in xyplot in lattice
...|z) plots two panels with the default black axes. Running the following code trellis.par.set(list(axis.line = list(col = "transparent"))) xyplot(y~x|z) plots the same data without the axes. Is it possible (in one plot) to plot the first panel with black axes and the second panel with tranparent axes? Thank you for your time and your attention, Roy
2025 Jan 03
2
[PATCH v3 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
...tandard v2.0 3.6.6.1 about the explicit disabling of + * non-transparent mode and the disable->enable non-transparent mode + * sequence. + */ + ret = drm_dp_lttpr_set_transparent_mode(aux, true); + if (ret) + return ret; + + if (lttpr_count < 0) + return -ENODEV; + + /* + * Roll-back to tranparent mode if setting non-tranparent mode failed + */ + if (drm_dp_lttpr_set_transparent_mode(aux, false)) { + drm_dp_lttpr_set_transparent_mode(aux, true); + return -EINVAL; + } + + return 0; +} +EXPORT_SYMBOL(drm_dp_lttpr_init); + /** * drm_dp_lttpr_max_lane_count - get the maximum lane count sup...
2002 Aug 06
1
polygon() draws non-transparent border, erase.screen draws non-transparent border (PR#1881)
...} as borders are overlapping between subscreens, erasing one subscreen will set parts of borders of neighbor subscreens to background color. I guess this is better than not beeing able to erase the borders at all. However, if border shall not be erased have rect(0, 0, 1, 1, col=0, border="tranparent") instead. Alternatively we could introduce a new parameter border= to erase.screen(), screen() and split.screen() Best regards Jens Oehlschlägel > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 stat...
2002 Aug 19
1
Centrally stored policies with group settings
Dear *, we are stuck and cannot find anything on the Net or the documentation. Background ---------- We are currently working on a project that aims to migrate Servers from a Windows NT domain to a Samba based domain. The migration, as always, should be completely tranparent to the Windows Desktops and their users. There are about 300 users and may be 20 groups. Issue ----- The current domain set-up makes heavy use of policies. The policies are group based and stored centrally on the DCs. For the moment we only consider Samba 2.2 as 3 is not released yet and therefor...
2024 Dec 30
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
...gt; >> > + return 0; >> >> I'd check for errors instead of success here and do the rollback before >> returning -EINVAL. >> > > Yes, I think it would be more cleaner. Will do that. > >> > + >> > + /* >> > + * Roll-back to tranparent mode if setting non-tranparent mode failed or >> > + * the number of LTTPRs is invalid >> > + */ >> > + drm_dp_lttpr_set_transparent_mode(aux, true); >> > + >> > + return -EINVAL; >> >> And return 0 explicitly here. > > Yes. Will do...
2012 Dec 17
2
How to get transparent colors to sum to complete opacity?
Dear List, I want to use transparency in R to represent downweighting of observations based on clusters (repeated observations in a dataset). Some clusters will have identical covariate values in a parameter space -- in the 2D x,y case, these represent a bunch of semi-tranparent dots in the same place. I'd like these overlapping dots to be completely opaque. In other cases, the clusters don't have overlapping covariates, so when these dots are scattered all around, I want them to be somewhat transparent. But it seems clear that transparency isn't additiv...
2006 Jan 12
6
Draggable performance issues
Using the script.aculo.us Draggables, I''m noticing they are a bit less than fast. I drag them around on the screen and they jump and glitch to catch up with the mouse. Has anyone else noticed this, and are there any optimizations that have been identified that I can apply? I''m using v. 1.5 Sincerely, Ryan Gahl Design Engineer Camtronics Medical Systems (an Emageon
2001 Aug 09
3
No subject
Philippe Grosjean raised the question of transparency in the context of writing Windows metafiles, but it has come up before for bitmapped graphics. I've taken a look in the sources, and what we do now is inconsistent. The postscript/xfig/pdf devices do not paint the background iff it is "white". All the screen devices always paint the background, as do the bitmap devices and all
2002 Feb 19
5
CIFS Session transfer
Hi All, I would like to know if this is possible and if possible what is the complexity. Consider a CIFS client, SAMBA Server1 and Samba Server2. Say a session is established between a CIFS client and SAMBA server1. Is it possible for the SAMBA server1 to transfer/redirect/reestablish the connection to SAMBA server2 without the CIFS client knowing about this? The session between the CIFS
2005 Feb 01
2
AGI Script for CID Rewrite and CID Name lookup
...git numbers if they're not provided, insert international dialing codes for overseas DIDs, etc) - look up caller-name in a database - if not found, look up caller-name online The result can be found here: http://www.muware.com/asterisk/ The current version is working, and it's even pretty tranparent. There isn't much in the way of error trapping or such, and there will likely be some changes/additions before publishing a stable release. Test the heck out of this little guy -- Comments are welcome.
2008 Feb 27
0
per share encrytion
...cuments can be protected against unauthorized access even from administrators (exept the admin controling user access of course) but can be easily accessed from authorized groups. I thing this would be easy to implement in Samba and may is planned or already done. furthermore samba could act as a tranparent proxy that just en/decrypts file contents depending on their source/destination share and forwards requests to another fileserver using smb protocol. Such a dedicated machine could be stored behind the switch of the boss office and would provide quiet good security. do you know of any implementa...
2024 Dec 11
4
[PATCH v2 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
Looking at both i915 and nouveau DP drivers, both are setting the first LTTPR (if found) in transparent mode first and then in non-transparent mode, just like the DP v2.0 specification mentions in section 3.6.6.1. Being part of the standard, setting the LTTPR in a specific operation mode can be easily moved in the generic framework. So do that by adding a new helper. Then, the msm DP driver is
1997 Nov 26
0
Testing Samba and NFS/AMD inter-action
...ites who had limited availability of non-production equipment and thus could not experiment extensively. The short answers are; Samba can mount any file system visible from the host Samba is running on, including file systems which were mounted, via NFS, from other hosts. The use of AMD are also tranparent to Samba mounts. A single smbpasswd file can be shared via NFS mounts and need not be exclusive to the local host. They can be shared. NFS permissions will take precedence, thus the smbpasswd file can be on a r-o filesystem. The 'exports' and tcp_wrappers systems are adequate security for...
2015 Jul 04
0
Support for transparency in metafile export & support for export to Powerpoint
...iting in the PDF version using Inkscape. It works with ggplot2 and lattice plots as well as base R plots and also fully supports transparency (unlike e.g. EPS or EMF export in R - EMF in the meantime I found out does not support transparency at all, and can only deal with it by rasterizing all semi-tranparent graphics elements). Given the widespread use of Office/LibreOffice/OpenOffice I think it would be very handy if this kind of functionality were provided as part of base R at one stage or another (as would Excel import and export, for that matter). So if anyone on this list thinks it would be a goo...
2025 Jan 03
4
[PATCH v3 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
Looking at both i915 and nouveau DP drivers, both are setting the first LTTPR (if found) in transparent mode first and then in non-transparent mode, just like the DP v2.0 specification mentions in section 3.6.6.1. Being part of the standard, setting the LTTPR in a specific operation mode can be easily moved in the generic framework. So do that by adding a new helper. Then, the msm DP driver is
2008 Jun 21
2
Scatter plot transparency
Hi all, I'm putting a few plots together and wondering what format would be best to export a few scatter plots to Illustrator to make a figure. I'm thinking about overlaying some plot in Illustrator, so the export file type has to be transparent for Illustrator (version 10). I tried PNG and TIFF, but it does not seems to have transparency that is recognized by Illustrator (or Photoshop for