xkeyboard-config 2.3

2011-05-31 Thread Sergey Udaltsov
After some mess related to GNOME3 release, I am proud to present the scheduled release of xkeyboard-config. A number of bugs were closed. Troubled descriptions that went to 2.2, polished seriously. Thanks to TP, a number of translations were seriously updated. This release is recommended to use

[no subject]

2011-05-31 Thread teletep
http://www.horseheavenmustang.com/find11.html___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

Re: clip masks/simulating transparency

2011-05-31 Thread Xavier Bestel
On Tue, 2011-05-31 at 15:28 +1000, Amy C wrote: Can anyone think of an alternative way to do this (have the penguins walk over a screen of my choosing and restore said window after they've passed through, without too much flickering? You should use compositing of an ARGB pixmap. It will only

Re: clip masks/simulating transparency

2011-05-31 Thread Mag. Dr. Nikolaus Klepp
Hi! I just wanted to say that I love the idea of what you are doing. If I get it right, xpenguins would then work with any DE (KDE/Gnome) without erasing the icont? Nik Am Dienstag, 31. Mai 2011 schrieb Amy C: Hi all, I've sort-of worked it out (I think??) but would still like suggestions

Re: clip masks/simulating transparency

2011-05-31 Thread Xavier Bestel
On Tue, 2011-05-31 at 09:58 +0200, Xavier Bestel wrote: On Tue, 2011-05-31 at 15:28 +1000, Amy C wrote: Can anyone think of an alternative way to do this (have the penguins walk over a screen of my choosing and restore said window after they've passed through, without too much flickering?

[no subject]

2011-05-31 Thread teletep
http://suf2004.atwebpages.com/find11.html___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

Setting keyboard autorepeat rate with xkb?

2011-05-31 Thread Chris Frey
Hi, In commit ae630aef17185dd8d2c23d0eb1b3287fa6e26268, Peter Hutterer writes: Really remove autorepeat. This strips all autorepeat from the keyboard driver. If you need autorepeat, use XKB. So I've been trying to find the place in XKB to set the keyboard autorepeat

Re: Setting keyboard autorepeat rate with xkb?

2011-05-31 Thread Marty Jack
On 05/31/2011 04:15 PM, Chris Frey wrote: Hi, In commit ae630aef17185dd8d2c23d0eb1b3287fa6e26268, Peter Hutterer writes: Really remove autorepeat. This strips all autorepeat from the keyboard driver. If you need autorepeat, use XKB. So I've been trying to

Re: Setting keyboard autorepeat rate with xkb?

2011-05-31 Thread Chris Frey
On Tue, May 31, 2011 at 05:26:26PM -0400, Marty Jack wrote: XkbGetControls( , XkbRepeatKeysMask, ); xkb_desc-ctrls-repeat_interval = ; XkbSetControls( , XkbRepeatKeysMask,) Advice to use xset is a big hint because you can look at its code to find the programmatic way. Thanks. I wasn't

Re: Setting keyboard autorepeat rate with xkb?

2011-05-31 Thread Marty Jack
On 05/31/2011 05:49 PM, Chris Frey wrote: On Tue, May 31, 2011 at 05:26:26PM -0400, Marty Jack wrote: XkbGetControls( , XkbRepeatKeysMask, ); xkb_desc-ctrls-repeat_interval = ; XkbSetControls( , XkbRepeatKeysMask,) Advice to use xset is a big hint because you can look at its code to find

Re: Setting keyboard autorepeat rate with xkb?

2011-05-31 Thread Chris Frey
On Tue, May 31, 2011 at 06:09:35PM -0400, Marty Jack wrote: Your average desktop environment has a way to configure it per user with persistent storage for the value. If you aren't running a desktop environment, you would run xset somewhere in the startup script for the user session. There's

Re: Setting keyboard autorepeat rate with xkb?

2011-05-31 Thread Alan Coopersmith
On 05/31/11 03:16 PM, Chris Frey wrote: On Tue, May 31, 2011 at 06:09:35PM -0400, Marty Jack wrote: Your average desktop environment has a way to configure it per user with persistent storage for the value. If you aren't running a desktop environment, you would run xset somewhere in the

Re: Setting keyboard autorepeat rate with xkb?

2011-05-31 Thread Chris Frey
On Tue, May 31, 2011 at 03:31:37PM -0700, Alan Coopersmith wrote: The X server command line options -ardelay -arinterval should still work across all drivers distros though - see Xserver(1) for details. Thanks. I didn't know about those. Is there any way to specify these options in