On Tue, 13 Jan 2004 09:20:46 -0600 "Leonard, Phil" <[EMAIL PROTECTED]> wrote: | I emerged XFree on my Sun Ultra 30 and went to configure it but I | can't seem to get the correct setting for the keyboard.
I'm assuming you have a type5 or a non-usb type6 keyboard... In which
case:
For 2.4.x kernels:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "sun"
Option "XkbModel" "type5"
Option "XkbLayout" "us"
EndSection
For 2.6.x kernels:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "type5"
Option "XkbLayout" "gb"
EndSection
--
Ciaran McCreesh
Mail: ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm
pgp00000.pgp
Description: PGP signature
