On 04/25/2010 10:05 AM, [email protected] wrote:
Graham Murray<[email protected]> [10-04-25 18:28]:
[email protected] writes:
That was also my first thought, but evdev was recompiled -- as I wrote
in my initial mail...
What next?
Do you have an InputClass section in your xorg.conf? This is needed for
xorg to use udev to detect input devices.
yes:
Section "InputClass"
Identifier "keyboard-all"
Driver "evdev"
Option "XkbLayout" "de"
Option "XkbVariant" ",qwertz"
Option "XkbOptions"
"grp:alt_shift_toggle,grp:switch,compose:rwin,terminate:ctrl_alt_bksp"
Option "XkbVariant" "nodeadkeys"
MatchIsKeyboard "on"
EndSection
I have no InputClass section at all, but I don't need all the options you
use. Might be worth commenting the whole section out just as a test.
I built xorg-server with the hal useflag disabled, and udev flag enabled.