Re: libXext 1.0.99.3

2009-07-20 Thread Peter Hutterer
On Sun, Jul 19, 2009 at 02:41:42PM +0100, Colin Guthrie wrote: 'Twas brillig, and Peter Hutterer at 16/07/09 23:49 did gyre and gimble: Brown paper bag release. 1.0.99.2 shipped with a build error if it didn't partially pick up system-installed old xextproto headers. Apologies for the

Re: libXext 1.0.99.3

2009-07-20 Thread Colin Guthrie
'Twas brillig, and Peter Hutterer at 20/07/09 07:51 did gyre and gimble: On Sun, Jul 19, 2009 at 02:41:42PM +0100, Colin Guthrie wrote: 'Twas brillig, and Peter Hutterer at 16/07/09 23:49 did gyre and gimble: Brown paper bag release. 1.0.99.2 shipped with a build error if it didn't partially

Re: EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while it should have been (nil).

2009-07-20 Thread Michel Dänzer
[ Please quote what you're referring to ] On Sun, 2009-07-19 at 12:25 +0200, Maarten Maathuis wrote: That would suggest creating a GC that completely bypasses exa. I'm not sure that would really be a problem, but anyway it turns out this doesn't work because GetScratchGC() may return a

[PATCH] xdm compile failed due to asprintf()

2009-07-20 Thread Jeff Chua
xdm no longer compiles due to recent commit 56a14b8a1f4d3aa883485b794c818581b8f07cd8 that changed to use asprintf(). There is an additional right-bracket that causes the problem. commit 56a14b8a1f4d3aa883485b794c818581b8f07cd8 Author: Alan Coopersmith alan.coopersm...@sun.com Date: Fri Jul

add a second keyboard with a different mapping

2009-07-20 Thread Lennart Aangeenbrug
Hi all,How can i add a second USB keyboard, and map this keyboard differently? The main keyboard is connected to PS/2, works fine etc. The second one is working out of the box. I want to use the second keyboard for Gimp and re-map some keys (like Q should be CTRL-SHIFT-N). So my question is : how

xkeyboard-config woes/keymap compile errors with new Git Xorg stack build

2009-07-20 Thread Joel Feiner
I went to rebuild my Xorg stack from Git. Since my old build has built up some cruft from being around for a while, I decided to make a new build into an empty install directory. That is, I am rebuilding from scratch. Everything worked except that when I run X, it dies complaining that it

Re: xkeyboard-config woes/keymap compile errors with new Git Xorg stack build

2009-07-20 Thread Dan Nicholson
On Mon, Jul 20, 2009 at 3:04 PM, Joel Feinerjafei...@gmail.com wrote: I went to rebuild my Xorg stack from Git.  Since my old build has built up some cruft from being around for a while, I decided to make a new build into an empty install directory.  That is, I am rebuilding from scratch.  

Support for 30bit color?

2009-07-20 Thread Andrew Theurer
Hello, I am trying to figure out if 30bit color (10R/10G/10B) is possible on X. I see a number of video cards claiming support for 30bit color, but I am not so sure it's supported in X. Are there any examples out there of users using 30bit color? Any particular adapters that play nice?

Re: Support for 30bit color?

2009-07-20 Thread Aaron Plattner
On Mon, Jul 20, 2009 at 04:53:42PM -0700, Andrew Theurer wrote: Hello, I am trying to figure out if 30bit color (10R/10G/10B) is possible on X. I see a number of video cards claiming support for 30bit color, but I am not so sure it's supported in X. Are there any examples out there of

Re: Support for 30bit color?

2009-07-20 Thread Andrew Theurer
Aaron Plattner wrote: On Mon, Jul 20, 2009 at 04:53:42PM -0700, Andrew Theurer wrote: Hello, I am trying to figure out if 30bit color (10R/10G/10B) is possible on X. I see a number of video cards claiming support for 30bit color, but I am not so sure it's supported in X. Are there any

Re: add a second keyboard with a different mapping

2009-07-20 Thread Peter Hutterer
On Mon, Jul 20, 2009 at 02:32:35PM +, Lennart Aangeenbrug wrote: Hi all,How can i add a second USB keyboard, and map this keyboard differently? The main keyboard is connected to PS/2, works fine etc. The second one is working out of the box. I want to use the second keyboard for Gimp and

Re: Problem with Multiseat-X on Ubuntu Jaunty / Xorg 1.6 + evdev

2009-07-20 Thread Peter Hutterer
On Sat, Jul 18, 2009 at 01:45:40PM +0200, Wolfgang Klein wrote: On 18.07.2009 at 13:34 (xorg@lists.freedesktop.org) wrote: Tomasz Chmielewski wrote: Have you looked at /var/log/Xorg* logs? The log for the PS/2 seat says: ... (**) Option AutoAddDevices false (**) Option

Re: [PATCH] xdm compile failed due to asprintf()

2009-07-20 Thread Alan Coopersmith
Thanks - pushed to git master. Sorry about the typo. (Can tell I never build without IPv6 support - was actually wondering when working on that code last week if it was time yet to delete the ifdefs to make IPv6 always be built in.) -Alan Coopersmith-