Subject: Keyboard problems
To: None <port-sparc64@NetBSD.org>
From: segv <segv@netctl.net>
List: port-sparc64
Date: 07/18/2005 23:38:29
I have Type 5 keyboard, and some keys don't work with XFree86:

Up/Down arrow, Home/End, Page Up/Page Down

I have the following keyboard config options:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "Protocol" "wskbd"
        Option      "Device" "/dev/wskbd"
        Option "XkbModel" "type5"
        Option "XkbRules" "xfree86"
        Option "XkbLayout" "us"
EndSection

Any ideas if there is a way to fix this?
Thanks.