Re: [BUG] crash when trying to add a master XI2 device

2009-08-20 Thread Maxim Levitsky
On Mon, 2009-08-17 at 12:46 +0300, Maxim Levitsky wrote: > Hi, > > running 'xinput create-master testdev' crashes X > > Backtrace: > 0: /usr/local/bin/X(xorg_backtrace+0x3b) [0x80a65db] > 1: /usr/local/bin/X [0x809e8f5] > 2: [0xb7f6040c] > 3: /usr/local/bin/X [0x81194ea] > 4: /usr/local/bin/X [0x

Re: File `-lselinux' does not exist.

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

[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 a

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" in

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. >> Mattock 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

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. > Mattock 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 through. >> (nice

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 Amos Tibaldi
Hello, I am trying to read the content of a portion of a window with the function XGetImage: XImage *XGetImage(*display*, *d*, *x*, *y*, *width*, *height*, *plane_mask*, *format*) Display

Re: X using 95% CPU (intel, latest git)

2009-08-20 Thread Andy Neitzke
On 13 August 2009 Carl Worth wrote: > On Thu, Aug 13, 2009 at 06:01:34PM -0400, Andy Neitzke wrote: > > My problem is that frequently, even when the system should be idle, KDE's > > CPU monitor applet shows that one of the two processors is fully loaded. > > When this happens, "top" blames the

detect the screensaver

2009-08-20 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, What is the official way of detecting when the screensaver is activated? I thought it might be the "_SCREENSAVER_STATUS" property of the root window so I tried running: while true; do xprop -root _SCREENSAVER_STATUS; done And then starting the

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 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 function DRM to w

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 > Hi Dave, > > > Can you get valgrind traces by any chance? not sure we can tell > > much

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

2009-08-20 Thread Nicolas Cadio
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 function DRM to wait the vertical synchronization (drmWaitVBlank) and the driver (drm.ko) do

Re: X security query

2009-08-20 Thread Thomi Richards
Hi, 2009/8/19 Alan Coopersmith : > > The auth directory should be constant on a given distro, but the file name > is a random string that changes every time the X server process is > restarted. > > You can setenv XAUTHORITY to the file name to look for cookies in - if > your daemon is running as r