Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2005 21:00:16 +1100
From:      Steve Joynt <steve.joynt@gmail.com>
To:        freebsd-sparc64@freebsd.org
Subject:   Re: sun keyboards in xorg
Message-ID:  <17dbe5f00511070200o7909e0c0g@mail.gmail.com>
In-Reply-To: <1131311827.15898.2.camel@localhost>
References:  <17dbe5f00511060244s80309b3m@mail.gmail.com> <1131311827.15898.2.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
I know have the keyboard working with the following:

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"
    Option      "XkbRules" "sun"
    Option      "XkbModel" "type5"
    Option      "XkbLayout" "us"
    Option      "XkbGeometry" "sun(type5)"

    Option "AutoRepeat" "500 30"

EndSection

Note that both the XkbModel and XkbGeometry use type 5, even though
the back of the keyboard definitely says it's type 6 (part no.
3201270-01). Changing those lines to type 6 stop it from working.

- steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17dbe5f00511070200o7909e0c0g>