Am Mittwoch, 20. Juli 2005 16:49 schrieben Sie:

> Here's the keyboard section of my xorg.conf
>
> # nano -w xorg.conf
> Section       "InputDevice"
>       Identifier "keyboard1"
>       Driver  "kbd"
>       Option "XkbModel" "pc104"
>       Option "XkbLayout "us"
>       Option "XkbOptions ""
> EndSection

Does it work if you add this? 

        Option      "Device" "/dev/wskbd"
        Option      "Protocol" "wskbd"

Do you, by any chance use a USB keyboard? (dmesg would have been nice).

Regards,
Stephan

Reply via email to