Re: Intel driver not detecting device

2013-05-17 Thread Dave Airlie
> 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 Dave. > > The device is a Sandy Bridge GPU bu

X11 status Capture for an arbitary application

2013-05-17 Thread Dibyayan Chakraborty
Hi, I am currently challenged with the following problem.Any help would be appreciated. For some x11 application at some particular moment i would like to access all its component's status ( window positions , child windows ,menu lists , event queue status and everything else) . What are the func

Re: X11 status Capture for an arbitary application

2013-05-17 Thread Dibyayan Chakraborty
Hi, I think i should be more clear on the specific terms that i previously used. By "menu list" i meant to say the menus which are often present in the applications(e.g File, Edit, View, Insert) and by "event queue" i referred the event queue of the application where the key Events and Mouse Event

Re: X11 status Capture for an arbitary application

2013-05-17 Thread Alan Coopersmith
On 05/17/13 08:37 AM, Dibyayan Chakraborty wrote: Hi, I think i should be more clear on the specific terms that i previously used. By "menu list" i meant to say the menus which are often present in the applications(e.g File, Edit, View, Insert) and by "event queue" i referred the event queue of

Re: X11 status Capture for an arbitary application

2013-05-17 Thread Dibyayan Chakraborty
Ok. Thank you for the reply. Then is it possible to query the window specific attributes of an application from another program? And can you please elaborate this "debugger or remote introspection" ? On Fri, 2013-05-17 at 08:42 -0700, Alan Coopersmith wrote: > On 05/17/13 08:37 AM, Dibyayan Chakr

Re: X11 status Capture for an arbitary application

2013-05-17 Thread Thomas Lübking
On Freitag, 17. Mai 2013 17:37:37 CEST, Dibyayan Chakraborty wrote: I would like to build an application which would monitor an arbitrary application and notify its total machine resource usage statistics. This has in general nothing to do with X11, but depends on the underlying system (on li

[ANNOUNCE] appres 1.0.4

2013-05-17 Thread Alan Coopersmith
The appres program prints the Xt resources seen by an application (or subhierarchy of an application) with the specified class and instance names. It can be used to determine which resources a particular program will load. This minor maintenance release provides the specified collection of build

[ANNOUNCE] transset 1.0.1

2013-05-17 Thread Alan Coopersmith
transset is an utility for setting opacity property on windows. This minor bugfix release includes fixes for several small bugs, a more complete man page, and some general code cleanups. Alan Coopersmith (8): Combine usage message into single string/call Include PACKAGE_STRING in --ve

[ANNOUNCE] xfontsel 1.0.5

2013-05-17 Thread Alan Coopersmith
The xfontsel application provides a menu-based GUI to display the X11 core protocol fonts known to your X server, examine samples of each, and retrieve the X Logical Font Description ("XLFD") full name for a font. This minor bugfix release finally fixes my long-festering pet peeve with this tool -

[ANNOUNCE] xrefresh 1.0.5

2013-05-17 Thread Alan Coopersmith
xrefresh is a utility to force all or part of an X screen to be redrawn. This minor maintenance release cleans up compiler complaints and other various issues, plus sneaks in a small bug fix at the end. Alan Coopersmith (8): Fix allocateded typo in comment Add const qualifiers to fix