Re: XInput device properties ; keymaps service console switch

2010-08-23 Thread Sebastian Glita
Hi, 2. Sorry, it was only F1..F12+ALT and windows key, not just F1..F12. I inserted xev output below, I pressed/released Ctrl a couple of times; then pressed/released the windows key twice: each time I got a VT switch, I used ALT+F7 to switch from console to Xorg back again. Same would

[SOLVED] Re: Simple application to get window WId ?

2010-08-23 Thread Aaron Lewis
Hi eirik, On 08/23/2010 01:42 PM, Eirik Byrkjeflot Anonsen wrote: If you want to code it yourself, both xwininfo and xprop do this, so you could look at how they do it. (It is probably a little harder than you might think, as you probably want the XID of the application window, and not

Re: Simple application to get window WId ?

2010-08-23 Thread Mag. Dr. Nikolaus Klepp
Am Montag, 23. August 2010 schrieb Aaron Lewis: Hi, I'm currently working on a KDE application , plasma-globalmenu , which will make all GTK / Gnome application globally on XBar , but now i'm meeting a problem , so i need to write a simply application , which could help me detect the

Re: [SOLVED] Re: Simple application to get window WId ?

2010-08-23 Thread The Rasterman
On Mon, 23 Aug 2010 15:39:30 +0800 Aaron Lewis aaron.lewis1...@gmail.com said: Hi eirik, On 08/23/2010 01:42 PM, Eirik Byrkjeflot Anonsen wrote: If you want to code it yourself, both xwininfo and xprop do this, so you could look at how they do it. (It is probably a little harder

Re: Simple application to get window WId ?

2010-08-23 Thread Mag. Dr. Nikolaus Klepp
Am Montag, 23. August 2010 schrieb Aaron Lewis: Hi, I'm currently working on a KDE application , plasma-globalmenu , which will make all GTK / Gnome application globally on XBar , but now i'm meeting a problem , so i need to write a simply application , which could help me detect the

linux graphic card XGI z7/z9 XG20

2010-08-23 Thread Belevolution - Réseau
Hye All, I’am trying to intsall linux on a personnal computer with 3 display. My computer have 2 displays controller : - 945 GME INTEL – 2 screen - XGI z7/z9 XG20 – 1 screen After many test the XGI controleur is not working I see that I need to compil my own kernel I have do my

[bug report] Xorg server nonresponsive, calls DoTimer in a loop

2010-08-23 Thread Rafal Wojtczuk
Hello, Bug spotted when running 1.8.0 (more precisely xorg-x11-server-Xorg-1.8.0-12.fc13.x86_64, Fedora 13), perhaps it applies to newer versions as well. Random and rare, very difficult to reproduce. Let me know if you need more information (I still have one VM with a runaway Xorg pinpointed

Re: radeon + intel

2010-08-23 Thread Alex Deucher
On Mon, Aug 23, 2010 at 10:39 AM, Rolf r...@winmutt.com wrote: Attached. kms exposes 3 connectors (DVI-0, DVI-1 and DIN (tv)); ums only exposes 2 by default in your case (DVI-0 and DVI-1). By default zaphod mode selects two of those connectors since it has no way of knowing which ones you want

Re: radeon + intel

2010-08-23 Thread Rolf
Attached. -Rolf On 08/21/2010 04:25 PM, Alex Deucher wrote: On Fri, Aug 20, 2010 at 5:06 PM, Rolfr...@winmutt.com wrote: On a recent upgrade DVI-1 has gone away : (==) RADEON(1): Depth 24, (--) framebuffer bpp 32 (II) RADEON(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)

How to know if a window has a menu , identify by WId ( was `Simple App to get window WId` )

2010-08-23 Thread Aaron Lewis
Hi, Still for the last plasma-globalmenu , now i've got some ideas , i could grab the last focused window by remembering WId , and only if that window has a `menu' , that will change the variable `lastWid' .. So , something like this .. In globalmenu.h private: WId wid; In

Re: How to know if a window has a menu , identify by WId ( was `Simple App to get window WId` )

2010-08-23 Thread Eirik Byrkjeflot Anonsen
Aaron Lewis aaron.lewis1...@gmail.com writes: Hi, Still for the last plasma-globalmenu , now i've got some ideas , i could grab the last focused window by remembering WId , and only if that window has a `menu' , that will change the variable `lastWid' .. So , something like this ..