From: Mark H. <mar...@xs...> - 2005-07-07 19:07:36
|
> I'm using the pre-experimental Debian packages based on the original > Ubuntu packages. The /etc/apt/sources.list line for them is: > > deb http://people.debian.org/~dnusinow/xorg ./ > > With a 2.6.8 kernel, here's a snippet from my xorg.conf file. > > > Section "InputDevice" > Identifier "Keyboard" > Driver "kbd" ^^^ Here's what solved my problem. I had a line 'Driver "keyboard"' here, which apparently does not work with evdev. I replaced it with the line above, and now things work perfectly. > Option "Protocol" "evdev" > Option "Dev Phys" "usb-*.0-1.1/input0" > # Option "Dev Name" "NMB Dell USB 7HK Keyboard" > Option "XkbRules" "xfree86" > Option "XkbModel" "pc104" > Option "XkbLayout" "us" > EndSection Thanks for the help! Mark. |