I've got the same problems that Genetic has reported; ie. when I press <Cursor Up>, a screenshot in Gnome is taken. Ie. it seems as if the system thinks, that <Print Screen> key has been pressed. But unlike Genetic, I do not want to go the route of unmerging evdev and sticking with kbd.
In my xorg.conf, I've got:
Code: Select all
Section "ServerLayout"
Identifier "Layout"
Screen 0 "Screen LCD Office" 0 0
InputDevice "B16_b_02 USB-PS/2 Optical Mouse" "CorePointer"
InputDevice "Dell Dell USB Keyboard" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Dell Dell USB Keyboard"
Driver "evdev"
Option "XkbModel" "evdev"
Option "Device" "/dev/input/event1"
Option "evBits" "+1"
Option "keyBits" "~1-255 ~352-511"
Option "Pass" "3"
Option "XkbRules" "xorg"
Option "XkbLayout" "ch"
Option "XkbOptions" "eurosign:e,nbsp:level3,compose:caps"
EndSection
Further, I've got another "problem". When I start Gnome, I always get an information window, which contains (in German):
It's telling me, that the X and GNOME settings reg. keyboard differ. It expected model "latitude", but got model "evdev". This kinda buffles me, to be honest, as I went in Gnome to System -> Einstellungen -> Tastatur -> Belegung -> Tastaturmodell (System -> Settings -> Keyboard -> Layout (2nd tab) -> Model) and selected "Evdev-managed keyboard". Why does GNOME still expect latitude (that's what I used to have selected there, before I switched to evdev)?Die Einstellungen der X-Systemtastatur weichen von Ihren momentanen GNOME-Tastatureinstellungen ab.
Erwartet wurde model "latitutde", layout "ch" and options eurosign eurosign:e nbsp nbsp:level3 compose compose:caps", aber die folgenden Einstellungen wurden gefunden: model "evdev", layout "ch" and options eurosign eurosign:e nbsp nbsp:level3 compose compose:caps".
Welchen Satz wollen Sie verwenden?
[ X-Einstellungen verwenden ] [ GNOME-Einstellungen behalten ]
And there's yet another thing which bugs me wrt. evdev. In my xorg.conf, I've got for keyboard:
Code: Select all
Option "Device" "/dev/input/event1"Code: Select all
Option "Device" "/dev/input/event3"Code: Select all
--($:~)-- emerge -vp hal hal-info xorg-server xinit xf86-input-evdev
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-apps/xinit-1.0.5-r2 USE="-debug hal -minimal pam" 0 kB
[ebuild R ] sys-apps/hal-0.5.10 USE="acpi -apm crypt -debug dell -disk-partition doc laptop (-selinux)" 0 kB
[ebuild R ] app-misc/hal-info-20071030 0 kB
[ebuild R ] x11-base/xorg-server-1.4.0.90 USE="-3dfx -debug -dmx dri hal -ipv6 -kdrive -minimal (-nptl) sdl xorg -xprint" INPUT_DEVICES="-acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics evdev -fpit -hyperpen -jamstudio -joystick keyboard -magellan -microtouch mouse -mutouch -palmax -penmount -spaceorb -summa synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="-amd -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nsc nv nvidia -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vermilion -vesa vga -via -vmware -voodoo -xgi" 0 kB
[ebuild R ] x11-drivers/xf86-input-evdev-1.2.0 USE="-debug" 0 kB
Total: 5 packages (5 reinstalls), Size of downloads: 0 kBMichael





