Re: Kernel modesetting

2009-03-25 Thread Tino Keitel
On Tue, Mar 24, 2009 at 17:47:22 -0500, tsuraan wrote: I assume you use RandR instead of Xinerama. Does RandR do monitor placement as well as the normal Resize and Rotate? I'll have to see if I have it enabled on my machine... RandR is an abbreviation for Resize and Rotate. Regards, Tino

[PATCH] Patch to not fork/exec xkbcomp on X Server initialization

2009-03-25 Thread Li, Yan
This is the patch that I wrote for Moblin as part of the efforts of fast-boot to save some load time of X server: xkbcomp outputs will be cached in files with hashed keymap as names (using SHA1). This saves boot time for around 1s on commodity netbooks. It is made against 1.6.0. I haven't read

Re: Kernel modesetting

2009-03-25 Thread Colin Guthrie
'Twas brillig, and Tino Keitel at 25/03/09 06:46 did gyre and gimble: On Tue, Mar 24, 2009 at 17:47:22 -0500, tsuraan wrote: I assume you use RandR instead of Xinerama. Does RandR do monitor placement as well as the normal Resize and Rotate? I'll have to see if I have it enabled on my

Re: Kernel modesetting

2009-03-25 Thread Tino Keitel
On Wed, Mar 25, 2009 at 07:26:13 +, Colin Guthrie wrote: 'Twas brillig, and Tino Keitel at 25/03/09 06:46 did gyre and gimble: [...] RandR is an abbreviation for Resize and Rotate. I think he knew that judging by what he wrote, but yes, randr 1.2/1.3 can do placement too. Just look

randr1.3 primary output using?

2009-03-25 Thread FloraGui
Dear All: Recently I am using RandR1.3, I found a little confuse with RandR1.3 primary output definition. What is this parameter for? I use the command xrandr --output VGA --primary I found if the VGA occupied the IGA2, after using the command line it occupied IGA1,

Re: Kernel modesetting

2009-03-25 Thread Weedy
Colin Guthrie wrote: 'Twas brillig, and Tino Keitel at 25/03/09 06:46 did gyre and gimble: On Tue, Mar 24, 2009 at 17:47:22 -0500, tsuraan wrote: I assume you use RandR instead of Xinerama. Does RandR do monitor placement as well as the normal Resize and Rotate? I'll have to see if I have it

[RFC] glx: fix DRI2 memory leak

2009-03-25 Thread Jesse Barnes
In trying to track down the memory leak in 20704, I found that the DRI2 drawable destroy routine doesn't seem to get called when new drawables are created and old ones destroyed (as in the glViewport case in the bug). The GLX core code takes care of destroying drawables correctly though, and even

r200 exa performance regression in xserver-1.6?

2009-03-25 Thread Daniel Kasak
Hi all. I've brought an old r200 card out of retirement to bring some bling to my work desktop. I was running xserver-1.5.something with an integrated nvidia card. I did an upgrade to xserver-1.6, mesa-7.4-rc1 and xf86-video-radeon-6.12.0. I don't have any figures for previous software on this

Re: r200 exa performance regression in xserver-1.6?

2009-03-25 Thread Alex Deucher
On 3/26/09, Daniel Kasak daniel.ka...@247realmedia.com wrote: Hi all. I've brought an old r200 card out of retirement to bring some bling to my work desktop. I was running xserver-1.5.something with an integrated nvidia card. I did an upgrade to xserver-1.6, mesa-7.4-rc1 and

Re: r200 exa performance regression in xserver-1.6?

2009-03-25 Thread Daniel Kasak
On Thu, 2009-03-26 at 01:36 -0400, Alex Deucher wrote: On 3/26/09, Daniel Kasak daniel.ka...@247realmedia.com wrote: Hi all. I've brought an old r200 card out of retirement to bring some bling to my work desktop. I was running xserver-1.5.something with an integrated nvidia card. I