|
From: Ken M. <ke...@th...> - 2005-07-07 19:56:24
|
Mark Hurenkamp wrote: >>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. > > > No problem, glad to help. Ken |