Thanks, that did it.

Philip

-----Original Message-----
From: Ciaran McCreesh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 13, 2004 1:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] XFree on Sun Ultra 30 - keyboard type?


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


--
[EMAIL PROTECTED] mailing list

Reply via email to