Re: keyboard suddenly dead

2009-11-16 Thread John Tapsell
2009/11/12 Adam Lantos h...@playma.org: I had the same problem, I suspect it's a KDE bug - my colleague suggested to switch krunner to task oriented interface and back to command oriented. It helped, keyboard was working again after this. I didn't ask him how he found this solution, but he

Re: Logging out

2009-11-16 Thread Alan Coopersmith
Russell Shaw wrote: Hi, In /etc/X11/xorg.conf i have: Section ServerFlags # Allow ctrl-alt-backspace Option DontZap false EndSection but ctrl-alt-backspace doesn't work. (Recent xorg server from debian/unstable: Version: 2:1.6.4-2)

Re: [xmodmap] Problem with e and n

2009-11-16 Thread Dirk Wallenstein
On Sunday 15 November 2009 01:01:49 Maciej Piechotka wrote: Everything is working except AltGr+e/E and AltGr+n/N. What is wrong? You probably have to change the key types. You can get the current keymap by executing this command: $ xkbcomp -xkb ${DISPLAY} -o keymap.xkb Now edit the

Re: [xmodmap] Problem with e and n

2009-11-16 Thread walter harms
Dirk Wallenstein schrieb: On Sunday 15 November 2009 01:01:49 Maciej Piechotka wrote: Everything is working except AltGr+e/E and AltGr+n/N. What is wrong? You probably have to change the key types. You can get the current keymap by executing this command: $ xkbcomp -xkb

Re: [xmodmap] Problem with e and n

2009-11-16 Thread Dirk Wallenstein
On Monday 16 November 2009 19:09:11 walter harms wrote: any idea why this BadAllocmay show up ? i have plenty of ram, and the resulting keymap.xkb seems resonable. xkbcomp -xkb ${DISPLAY} -o keymap.xkb Warning: Could not load keyboard geometry for :0.0 BadAlloc

Re: Logging out

2009-11-16 Thread ace102
There's an option under Preferences - Keyboard - Layouts Tab - Keyboard Layout Options - Key Sequence to Kill the X server and select Alt-Ctrl-Backspace. At least that's the way it is in Ubuntu 9.10 Gnome. Russell Shaw wrote: Hi, In /etc/X11/xorg.conf i have: Section ServerFlags #

Re: Sporadically erroneous keystroke repetitions

2009-11-16 Thread Oliver Block
On Sat, Nov 14, 2009 at 10:18:01PM +, Nix wrote: Are you using kernels 2.6.31--2.6.31.4 on an SMP system or with PREEMPT enabled? If so, this is a Linux kernel bug, fixed in 2.6.31.5. No. I use 2.6.26-2-686 (a Debian kernel). Is this really a new problem in 2.6.31? In this case it must have

Build x server from scratch

2009-11-16 Thread Zvi Vered
Hello, Where can I find a guide for building x server + libs + drivers from the released versions, not from git ? Is it wise to use the X server on a busybox file system ? Thanks. ___ xorg mailing list xorg@lists.freedesktop.org

xorg-server with udev support instead of dbus/hal

2009-11-16 Thread Stephan Raue
Hi, yesterday i have found an patch to lets building xorg-server with udev instead of hal/dbus for detecting input devices. i have taken an quick look in this but i cant get it work in the moment. i dont know where the patch comes from, or if this will be included in the next time. this

Re: Build x server from scratch

2009-11-16 Thread Justin P. Mattock
Zvi Vered wrote: Hello, Where can I find a guide for building x server + libs + drivers from the released versions, not from git ? Is it wise to use the X server on a busybox file system ? Thanks. ___ xorg mailing list

Re: xorg-server with udev support instead of dbus/hal

2009-11-16 Thread Didier Spaier
Stephan Raue wrote: Hi, yesterday i have found an patch to lets building xorg-server with udev instead of hal/dbus for detecting input devices. i have taken an quick look in this but i cant get it work in the moment. i dont know where the patch comes from, or if this will be included in

Re: Logging out

2009-11-16 Thread Felix Miata
On 2009/11/16 12:27 (GMT-0800) ace102 composed: There's an option under Preferences - Keyboard - Layouts Tab - Keyboard Layout Options - Key Sequence to Kill the X server and select Alt-Ctrl-Backspace. How do you make apply to all users on the system (global setting) when Option DontZap false

Re: xorg-server with udev support instead of dbus/hal

2009-11-16 Thread Paul Bender
Stephan Raue wrote: Hi, yesterday i have found an patch to lets building xorg-server with udev instead of hal/dbus for detecting input devices. i have taken an quick look in this but i cant get it work in the moment. i dont know where the patch comes from, or if this will be included in

Re: xorg-server with udev support instead of dbus/hal

2009-11-16 Thread Stephan Raue
Am 16.11.2009 22:56, schrieb Paul Bender: I am the maintainer of MiniMyth. The patch came from this post: http://lists.x.org/archives/xorg-devel/2009-September/002286.html thank you, is this working for you or do you have any problems with mm? Stephan -- ### OpenELEC.tv

Re: Different cursors for multiple pointers?

2009-11-16 Thread Peter Hutterer
On Sun, Nov 15, 2009 at 09:01:43AM +0100, Florian Echtler wrote: Hello everyone, when using multiple pointers through XI2, is there a way to set an individual cursor image for each pointer (globally)? If so, how? XIDefineCursor on the root window, there's no server flag for this though.

Re: xorg-server with udev support instead of dbus/hal

2009-11-16 Thread Paul Bender
Stephan Raue wrote: Am 16.11.2009 22:56, schrieb Paul Bender: I am the maintainer of MiniMyth. The patch came from this post: http://lists.x.org/archives/xorg-devel/2009-September/002286.html thank you, is this working for you or do you have any problems with mm? It is working for me as

Cross compiling xorg-7.3 - /bin/sh: ../src/util/makekeys: cannot execute binary file

2009-11-16 Thread john blair
I am trying to cross compile xorg-7.3 and am getting the following error: ../src/util/makekeys /usr/arm-linux-gnu/include/X11/keysymdef.h ks_tables_h /bin/sh: ../src/util/makekeys: cannot execute binary file http://www.x.org/wiki/CrossCompilingXorg discusses this problem and says that there is

about XSync extension problem.

2009-11-16 Thread lantian ai
Hello all: I met a problem when I use XSync extension. The application is gnome-screensaver, in 2.25.1 gnome-screensaver used XSync extention to track the Xevents. first It will create XSyncAlarm . then when Alarm signal comes, gnome-screensaver will enter into sleep state. on My desktop. I

Re: Cross compiling xorg-7.3 - /bin/sh: ../src/util/makekeys: cannot execute binary file

2009-11-16 Thread Stephan Raue
Am 17.11.2009 03:03, schrieb john blair: I am trying to cross compile xorg-7.3 and am getting the following error: ../src/util/makekeys /usr/arm-linux-gnu/include/X11/keysymdef.h ks_tables_h /bin/sh: ../src/util/makekeys: cannot execute binary file http://www.x.org/wiki/CrossCompilingXorg

Re: Cross compiling xorg-7.3 - /bin/sh: ../src/util/makekeys: cannot execute binary file

2009-11-16 Thread Paul Bender
Stephan Raue wrote: Am 17.11.2009 03:03, schrieb john blair: I am trying to cross compile xorg-7.3 and am getting the following error: ../src/util/makekeys /usr/arm-linux-gnu/include/X11/keysymdef.h ks_tables_h /bin/sh: ../src/util/makekeys: cannot execute binary file

Re: [PATCH] evdev: Support the Calibration string option.

2009-11-16 Thread Peter Hutterer
On Wed, Nov 11, 2009 at 09:29:04PM +0100, Tias wrote: Hello, Almost all touchscreen drivers before evdev (elographics, mutouch, penmount, evtouch and all deprecated serial drivers) use the same Xorg config names for calibration, namely: SwapXY MinX MaxX MinY MaxY Unfortunately, evdev

Re: Cross compiling xorg-7.3 - /bin/sh: ../src/util/makekeys: cannot execute binary file

2009-11-16 Thread John Tapsell
2009/11/17 john blair mailtome200420032...@yahoo.com: I am trying to cross compile xorg-7.3 and am getting the following error: ../src/util/makekeys /usr/arm-linux-gnu/include/X11/keysymdef.h ks_tables_h /bin/sh: ../src/util/makekeys: cannot execute binary file Hmm, I thought I fixed these

Re: Cross compiling xorg-7.3 - /bin/sh: ../src/util/makekeys: cannot execute binary file

2009-11-16 Thread Alan Coopersmith
John Tapsell wrote: 2009/11/17 john blair mailtome200420032...@yahoo.com: I am trying to cross compile xorg-7.3 and am getting the following error: ../src/util/makekeys /usr/arm-linux-gnu/include/X11/keysymdef.h ks_tables_h /bin/sh: ../src/util/makekeys: cannot execute binary file Hmm,

Keypressed/Keyreleased events not reaching my code

2009-11-16 Thread Scott Sibley
Hello. I'm writing an LCD controller, and one feature I'd like is the ability to interact with an LCD via the keyboard. I have the following code, but only the FocusOut/FocusIn events are firing. static Window GetCurrWindow(Display *d) { Window foo; Window win; int bar; do{

.XCompose problems

2009-11-16 Thread Werner LEMBERG
Folks, My ~/.XCompose file has stopped working. I've simply copied /usr/share/X11/locale/en_US.UTF-8 and added these four lines at the very beginning: Multi_key minus greater : → Multi_key minus less: ← Multi_key minus asciicircum : ↑ Multi_key minus v : ↓ It

Re: .XCompose problems

2009-11-16 Thread Werner LEMBERG
My ~/.XCompose file has stopped working. I've simply copied /usr/share/X11/locale/en_US.UTF-8 and added these four lines at the very beginning: Multi_key minus greater : → Multi_key minus less: ← Multi_key minus asciicircum : ↑ Multi_key minus v : ↓ It

Re: May I rework XKB ?

2009-11-16 Thread Dirk Wallenstein
I would like to give some examples of what a fully functional and configurable XKB extension could offer. 1.Obviate the need to leave the home row for functionality that is provided by keys right of the main keyboard