[ANNOUNCE] xf86-input-evdev 2.2.5

2009-08-20 Thread Peter Hutterer
Fixing a regression reported in Bug 23405. Affected: evdev-2.2.3, evdev-2.2.4. Details: A user-configured button map can result in a wrong number of buttons reported to the X server. e.g. a button mapping of 1 2 3 4 5 6 7 3 2 for a 5-button mouse will result in only 3 buttons being

Re: Server crash uploading multiple glyphs at once with XRenderAddGlyphs

2009-08-20 Thread Clemens Eisserer
Hi Dave, Should I file a bugreport about this on bugzilla? What additional data would be useful to track that issue down? Could this be used as a security whole? Thanks, Clemens 2009/8/16 Clemens Eisserer linuxhi...@gmail.com Hi Dave, Can you get valgrind traces by any chance? not sure we

Re: Problem: Wait for VSync on pipe A and Wake up on pipe B

2009-08-20 Thread Jesse Barnes
On Thu, 20 Aug 2009 09:41:28 + (GMT) Nicolas Cadio nicolas.ca...@ymail.com wrote: Hello, I have an application which must to synchronize with the vertical synchronisation of my display. To do this synchronization, I use a function of GLX (glXWaitVideoSyncSGI). This function call the

Re: File `-lselinux' does not exist.

2009-08-20 Thread Eamon Walsh
On 08/16/2009 09:10 PM, Dan Nicholson wrote: On Sun, Aug 16, 2009 at 6:02 PM, Justin P. Mattockjustinmatt...@gmail.com wrote: ooops! (as you can see my brain is mush, from looking at this all day). After doing the autoreconf with your patch finally the xserver compiled all the way

Re: File `-lselinux' does not exist.

2009-08-20 Thread Justin P. Mattock
Eamon Walsh wrote: On 08/16/2009 09:10 PM, Dan Nicholson wrote: On Sun, Aug 16, 2009 at 6:02 PM, Justin P. Mattockjustinmatt...@gmail.com wrote: ooops! (as you can see my brain is mush, from looking at this all day). After doing the autoreconf with your patch finally the xserver compiled

Re: reading a window's content with Xlib's XGetImage reveals portions of overlapping windows even with the backing store attribute set to Always

2009-08-20 Thread Peter Harris
Amos Tibaldi wrote: I am trying to read the content of a portion of a window with the function XGetImage: but when I read the pixels in anImage-Data, if there is a window that overlaps the region that I read (0, 0, 200, 200), the content of that window is returned in anImage instead of