similar to: [Bug 97568] New: read pixels of MSAAx8 surface stretched horizontally/vertically

Displaying 20 results from an estimated 300 matches similar to: "[Bug 97568] New: read pixels of MSAAx8 surface stretched horizontally/vertically"

2010 Apr 30
0
using in_groups_of to get data to display horizontally
Hey all, The following has two columns. Each column has a head with a name and then a data cell with a time directly below it. I''m wondering how I can get the time to display next to the name, not below it. - @clock.in_groups_of(2) do |group| %tr.header - group.each do |item| %th= item.name %tr - group.each do |item| %td
2012 Feb 22
1
Lattice and horizontally stacked density plots
Hello, I am try to make a density plot where plots are stacked like the one found here: http://dsarkar.fhcrc.org/lattice/book/images/Figure_14_03_stdBW.png I am facing problems, however. Using the code example below, I'd like to generate a separate panel for each val of id2. Within each panel, I'd like to have individual histograms each on separate lines based on the value of id1. ?Note
2011 Oct 28
2
How can we horizontally scale Dovecot across multiple servers?
Hi, How can we horizontally scale Dovecot across multiple servers? Do we require to install independent instances of Dovecot on each server? We are planning to use a NAS/SAN device using ZFS or EFS for email storage. Each logical unit will be of 10TB and similarly as the no: of user increases we are planning to add multiple 10TB units. In this case how we can manage the email storage on
2006 Feb 10
2
Sortable + Draggable : doesn''t follow the mouse horizontally
When a ''draggable'' element is made ''sortable'', it no longer follows the mouse horizontally when you drag it. Is there a solution/workaround? TIA Alain
2009 Dec 13
3
lines don't wrap. must scroll horizontally to see/edit a long line in R GUI
I'm facing this problem on R GUI version 2.10.0 on Windows Vista. I have not changed Windows settings or R GUI settings much except to change from MDI to SDI. Someone else reported this problem a few months ago: https://stat.ethz.ch/pipermail/r-help/2009-April/195714.html but it wasn't followed up. I'd change the settings on Preferences, but there's no help explaining the
2012 Sep 10
0
predict pixels of raster using caret-derived models
Is it somehow possible to use the the predict method of the raster package with a prediction model obtained using caret's train()? / predict(rasterStack, carettrain, filename="...", progress='text', format="BSQ", datatype='INT1U', type='response', overwrite=TRUE) / Thank you -- View this message in context:
2011 Apr 20
1
pixels in half life 2
Decided to try wine to run games so I did not need to dual boot with windows. I downloaded steam first because it looked like it worked well in wine. Steam is working great. Downloaded Amnesia, the Dark Descent first and tried it out. It runs great. Decided to try Half-Life 2 and I get the Valve screen then it goes black for a second then the screen is just a bunch of random pixels. I am a
2007 Mar 09
1
convert pixels into axis coordinates in R
Dear R users, I've two questions: 1) Does anybody have a clue how to convert pixel from a jpeg graphic (e.g. something like a square of 100x100 pxs) into axis coordinate values in R? / //2)// Is there any possibility to extend the locator function in a way that //locator( ) outputs all coordinates from a plot at once, without clicking on the graph? Thanks for any hints. Regards, P.
2017 Dec 20
1
outlining (highlighting) pixels in ggplot2
I apprecaite the guidance Eik, that works great! I'm also wondering if you have any pointers for how I might stretch the color scale so that the max and min values are the same? Right now, the min is -0.064 and the max is something closer to 0.04. As you can see in what I sent, I tried adding: zmax1 = max(abs(m1)) ggplot(..., autoscale = FALSE, zmin = -1 * zmax1, zmax = zmax1) + ... to
2001 Jul 16
0
font size in pixels instead of points
OK. I've played with this for long enough now. Any chance of some help? In order to solve some problems with an application I went through the process of converting the VGASYS and SSERIFE fonts. (I'll make a couple of additions to the docs when I get a moment!). However when I go to select the MS Sans Serif fonts from the standard "font choice dialog" thingy the available
2017 Jul 16
0
gtx 650 ti boost oc random pixels problem
Hello i have nvidia gtx 650 ti boots oc 2gb with 2 monitors and gt 240 for xen emulation .My screen displays random pixels and freeze in random times . I don't found errors in /var/log/syslog and /var/log/kern.log its nouveau error on nvidia-driver works fine . Sometimes its freeze. sometimes there are font errors. uname -a Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)
2017 Jul 16
0
gtx 650 ti boost oc random pixels problem
Hello i have nvidia gtx 650 ti boots oc 2gb with 2 monitors and gt 240 for xen emulation .My screen displays random pixels and freeze in random times . I don't found errors in /var/log/syslog and /var/log/kern.log its nouveau error on nvidia-driver works fine . Sometimes its freeze. sometimes there are font errors. uname -a Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)
2006 Mar 09
1
count pixels of same color in pixmap object?
Dear all, I try to figure out how to use R to count the number of pixels of the same color in some gray-level picture. I managed to read it in either tiff or jpeg format, but the returned pixmap object keeps its information out of (my) reach. Is there an easy way to tabulate the different color/graylevel pixels and their numbers? Or should I use a completely different (free) software?
2009 May 09
0
clump of binary pixels on raster
Dear all, I have a set od 30,000 binary landscapes, which represent habitat and non-habitat cover. I need to generate images that identify those neighbour (rule 8) pixels as one patch ID, and a different patch ID for each clump of pixels. I coded it using labcon(adehabitat), but as some of my landscapes have so many patches, labcon not finish and entry in a eternal looping. By other side, I coded
2011 Jan 21
1
theora_encode is adding vertical pixels
I am using theora_encode along with ffmpeg: ffmpeg -an -s 1920x1080 -r 24 -i bigbuckbunny.mp4 -vcodec rawvideo \ -pix_fmt yuv420p -f rawvideo - 2>/dev/null \ | ffmpeg -an -f rawvideo -s 1920x1080 -r 24 -i - -f yuv4mpegpipe - 2>/dev/null \ |* theora_encode /dev/stdin 2>/dev/null *| ffmpeg -y -f ogg -i - \ -f mp4 -i bigbuckbunny.mp4 -map 0:0 -map 1:1 -vcodec copy \ -acodec libvorbis -ab
2006 Feb 28
2
jpeg and pixels
Dear R People: When using the jpeg function for plotting, is there a way to set the size in inches, please? There is an option for width and height in pixels, but not inches. Any suggestions would be welcome!!!!! R Version 2.2.1 Windows Thanks in advance! Sincerely, Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto:
2017 Dec 20
0
outlining (highlighting) pixels in ggplot2
Hi Eric, you can use an annotate-layer, eg ind<-which(sig>0,arr.ind = T) ggplot(m1.melted, aes(x = Month, y = Site, fill = Concentration), autoscale = FALSE, zmin = -1 * zmax1, zmax = zmax1) + geom_tile() + coord_equal() + scale_fill_gradient2(low = "darkred", mid = "white", high = "darkblue",
2017 Jul 15
0
gtx 650 ti boost oc random pixels problem
Hello i have nvidia gtx 650 ti boots oc 2gb with 2 monitors and gt 240 for xen emulation .My screen displays random pixels and freeze in random times . I don't found errors in /var/log/syslog and /var/log/kern.log its nouveau error on nvidia-driver works fine . sometimes there are font errors. uname -a Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64 GNU/Linux
2007 Feb 02
2
Horizontally maximized window on last viewport
Hi, I posted this on the forum as well, but there were no responses to it. I now posting it here just in case anybody cares. Anyway, Compiz is a very nice program. Thanks for all the effort you put into making it. I am using the latest git version of compiz and it really works great for being an "unstable" version. Anyway, I noticed the following strange behavior and was wondering
2007 Aug 11
8
[Bug 11947] New: TFT monitor detected as 1x1 pixels
http://bugs.freedesktop.org/show_bug.cgi?id=11947 Summary: TFT monitor detected as 1x1 pixels Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: