Re: Fatal IO Error: 11 (resource temporarily unavailable)

2013-05-20 Thread First Last
I still don't know why the "hello world" code does not working as I expect. But I write a piece of code who works as expected. I'm not sure that's well written, (if someone want to take a look). Mouse pointer is rendered, when a button is pressed or when a key is release the while loop is stoped

[ANNOUNCE] xdpyinfo 1.3.1

2013-05-20 Thread Alan Coopersmith
xdpyinfo is a command line utility for printing information about an X server. This minor maintenance release adds a -version option to the command line, and provides some minor code cleanups and build improvements. Alan Coopersmith (9): Mark usage() as _X_NORETURN Declare 'len' as s

Re: X11 status Capture for an arbitary application

2013-05-20 Thread Jasper St. Pierre
Why do you want to do this? Parts of it are unclear: what's a "menu list", and what's the "event queue status"? On Fri, May 17, 2013 at 10:31 AM, Dibyayan Chakraborty < dib.cool...@gmail.com> wrote: > Hi, > I am currently challenged with the following problem.Any help would be > appreciated. > >

Re: X11 status Capture for an arbitary application

2013-05-20 Thread Jasper St. Pierre
The window-specific attributes? You can look at the X window properties, using a tool like xprop, but that may not be what you want. Events are delivered over a socket. It's up to the client to determine what to do with the data retrieved from it. The client may leave unhandled events as raw data

Re: Intel driver not detecting device

2013-05-20 Thread Fredrik Tolf
On Fri, 17 May 2013, Dave Airlie wrote: The Xorg server has suddenly stopped working with my Intel GPU, and I'm a bit baffled as to why. The driver just tells me "No devices detected", even though it used to work perfectly well. Try adding Option "AutoAddGPU" "FALSE" to the xorg.conf I see. S

Double buffering problems (xdbe) using glMakeCurrent

2013-05-20 Thread John
Hi I'm trying to double buffer an animated image being written to an X Window using xdbe and glDrawPixels I'm getting a GLXBadDrawable error when I try to make the xdbe back buffer current using glxMakeCurrent. The error occurs in the glxMakeCurrentCall in both Cygwin and Linux (RHEL5.0) U