Re: problem with xset

2010-05-18 Thread JD
On 05/17/2010 09:36 PM, Mike Oliver wrote: On 5/17/2010 9:15 PM, JD wrote: xset r rate 2 255 belches out the error that Xlib does not have XFree86-Misc for display 0:0 and my autorepeat gets set to 0 delay and probably maximum repeat rate, so that I am not even able to type any command. For

Re: C++/Shell Integration

2010-05-18 Thread Eirik Byrkjeflot Anonsen
Dirk Wallenstein hals...@t-online.de writes: On Sat, May 15, 2010 at 11:41:45PM +0100, Mubarak Aguye wrote: Hi. I was wondering if there is a way of determining the title of the current active window, and its x-y coordinates from within a C++ application, or even a standard Linux

Re: Opening a window without activating it

2010-05-18 Thread Eirik Byrkjeflot Anonsen
Andreas Falkenhahn andr...@airsoftsoftwair.de writes: Am Sunday 16 May 2010 schrieb Andreas Falkenhahn: I already checked out EWMH but I don't see any properties in that specification which could do what I want. read here:

Re: Current tinderbox regression (libXdmcp)

2010-05-18 Thread Dave Airlie
On Fri, May 7, 2010 at 7:40 AM, Chris Ball c...@laptop.org wrote: http://tinderbox.x.org/builds/2010-05-06-0019/logs/libXdmcp/#build AA32.c: In function 'XdmcpAllocARRAY32': AA32.c:47: error: 'UINT8_MAX' undeclared (first use in this function) AA8.c: In function 'XdmcpAllocARRAY8':

Re: Current tinderbox regression (libXdmcp)

2010-05-18 Thread Dave Airlie
On Tue, May 18, 2010 at 4:46 PM, Dave Airlie airl...@gmail.com wrote: On Fri, May 7, 2010 at 7:40 AM, Chris Ball c...@laptop.org wrote: http://tinderbox.x.org/builds/2010-05-06-0019/logs/libXdmcp/#build AA32.c: In function 'XdmcpAllocARRAY32': AA32.c:47: error: 'UINT8_MAX' undeclared (first

Re: Current tinderbox regression (libXdmcp)

2010-05-18 Thread Dave Airlie
On Fri, May 7, 2010 at 7:40 AM, Chris Ball c...@laptop.org wrote: http://tinderbox.x.org/builds/2010-05-06-0019/logs/libXdmcp/#build AA32.c: In function 'XdmcpAllocARRAY32': AA32.c:47: error: 'UINT8_MAX' undeclared (first use in this function) AA8.c: In function 'XdmcpAllocARRAY8':

Re: C++/Shell Integration

2010-05-18 Thread Peter Hutterer
On Tue, May 18, 2010 at 08:06:45AM +0200, Eirik Byrkjeflot Anonsen wrote: Dirk Wallenstein hals...@t-online.de writes: On Sat, May 15, 2010 at 11:41:45PM +0100, Mubarak Aguye wrote: Hi. I was wondering if there is a way of determining the title of the current active window, and its

Re: Current tinderbox regression (runtime, x11perf)

2010-05-18 Thread Dave Airlie
On Tue, May 18, 2010 at 2:35 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Mon, May 17, 2010 at 11:01 PM, Chris Ball c...@laptop.org wrote: Hi,   Have you updated the xserver and ddx as well?  Do you know what   versions you were running when it last worked? Yes -- git HEAD (of all

Re: Still a few doubts about Zaphod and Radeon

2010-05-18 Thread Dave Airlie
On Sat, May 15, 2010 at 12:36 PM, Lawrence Statton lawre...@cluon.com wrote: I feel that I have arrived at a fortuitous time in that Zaphod is (apparently) back I'm a greybeard and I *like* each of my monitors to have it's own X screen (:0.0, :0.1 and :0.2) for reasons that probably make

Re: Key continue repeating if setting global autorepeat off while the key was already repeating.

2010-05-18 Thread Daniel Stone
On Sun, Nov 22, 2009 at 08:27:47PM -0800, Octavio Alvarez wrote: If I turn global autorepeat off while a key is already being repeated, the key doesn't stop repeating. It continues on and on. At least according to XKB, I believe that's correct; almost all XKB actions are specified to not affect

patch for xorg-xinput-fpit

2010-05-18 Thread Philip
Hi, i ran into a wired behavior with xorg-xinput-fpit. system compaq tc1000, ubuntu 10.04 seem that maxY ist assigned to maxX. see pastebin: http://pastebin.com/pZC3c16Q thanks, philip created a diff to correct the problem: diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index ce7540b..4c09c96

Re: Fullscreen windows - weird behaviour

2010-05-18 Thread Russell Shaw
Andreas Falkenhahn wrote: Andreas Falkenhahn wrote: Hi, I have the following setup: ... Anybody got a clue what's going on there? You could add test code that uses XQueryTree() to find out why. http://tronche.com/gui/x/xlib/window-information/XQueryTree.html Hmm, I'm not sure if this

Re: problem with xset

2010-05-18 Thread Éric Piel
Op 18-05-10 08:11, JD schreef: So why would the man page say the rate comes before the delay in the args list? What a *...@#$@%#$ man page!!! As stated even if your very first post, in the manpage there is: [-r [keycode]] [r [keycode]] [r {on|off}] [r rate _delay_ [_rate_]] So it's

Re: problem with xset

2010-05-18 Thread walter harms
JD schrieb: On 05/17/2010 09:36 PM, Mike Oliver wrote: On 5/17/2010 9:15 PM, JD wrote: xset r rate 2 255 belches out the error that Xlib does not have XFree86-Misc for display 0:0 and my autorepeat gets set to 0 delay and probably maximum repeat rate, so that I am not even able to

Re: ati radeon x2300 problem after upgrading ubuntu kernel

2010-05-18 Thread Christianto Halim
hi, thanks for the reply. here is what i found with the dmesg, cropped at loading the vga part. i do find that they are quite different, which is suspicious because the rest of the log is pretty much the same. however i still don't know what the problem is. rather interesting is this part (see

Re: patch for xorg-xinput-fpit

2010-05-18 Thread Peter Hutterer
On Tue, May 18, 2010 at 09:43:36AM +0200, Philip wrote: Hi, i ran into a wired behavior with xorg-xinput-fpit. system compaq tc1000, ubuntu 10.04 seem that maxY ist assigned to maxX. see pastebin: http://pastebin.com/pZC3c16Q thanks, philip created a diff to correct the problem:

commit 'dri2: Send out event when auxillary buffers are invalidated' breaks nouveau 3D support

2010-05-18 Thread Maxim Levitsky
Hi, It could be my mistake, but I have uptodate versions of xproto, dri2proto, xserver, nouveau ddx, mesa, libdrm. Still the above commit makes X not load nouveau dri module, and fallback to swrast_dri.so. Nothing in X logs, but that 'Screen is not AIGLX capable' Best regards, Maxim Levitsky

Re: LCD picture quality 2.6.27 vs 2.6.33

2010-05-18 Thread Peter Clifton
On Sun, 2010-05-16 at 14:07 -0700, SD wrote: Dear All. During many month I was trying to figure out what is wrong with picture on my Fedora 13. I have laptop with i915GM video and two OS on it - OpenSuse 11.1 and Fedora 13. Suse shows picture perfect, but Fedora does not. I use XFCE on

Re: commit 'dri2: Send out event when auxillary buffers are invalidated' breaks nouveau 3D support

2010-05-18 Thread Maxim Levitsky
On Tue, 2010-05-18 at 14:13 +0300, Maxim Levitsky wrote: Hi, It could be my mistake, but I have uptodate versions of xproto, dri2proto, xserver, nouveau ddx, mesa, libdrm. Still the above commit makes X not load nouveau dri module, and fallback to swrast_dri.so. Nothing in X logs, but

Re: patch for xorg-xinput-fpit

2010-05-18 Thread Philip
On Tue, 18 May 2010 21:10:00 +1000 Peter Hutterer peter.hutte...@who-t.net wrote: thanks, looks good. Please have a look at http://wiki.x.org/wiki/Development/Documentation/SubmittingPatches though and re-send this as a patch generated by git-format patch (signed off). I'll push it asap

Re: Fullscreen windows - weird behaviour

2010-05-18 Thread Andreas Falkenhahn
On 18.05.2010 at 19:29 Russell Shaw wrote: Andreas Falkenhahn wrote: Andreas Falkenhahn wrote: Hi, I have the following setup: ... Anybody got a clue what's going on there? You could add test code that uses XQueryTree() to find out why.

[ANNOUNCE] xf86-video-mga 1.4.12

2010-05-18 Thread Adam Jackson
Adam Jackson (1): mga 1.4.12 Alan Coopersmith (1): Update Sun license notices to current X.Org standard form Gaetan Nadon (6): .gitignore: use common defaults with custom section # 24239 Several driver modules do not have a ChangeLog target in Makefile.am #23814

Re: Current tinderbox regression (runtime, x11perf)

2010-05-18 Thread Chris Ball
Hi, The hang is 100% reproducible. I haven't tried reverting to check that the hang disappears (to rule out e.g. a new hardware fault), but that's probably a good sanity-check for me to do soon. I got a serial port hooked up to the machine. Here's the last thing we see on the