Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xorg and a Sun USB Type 6 keyboard with german layout



On Sun, Apr 20, 2014 at 08:09:06PM +0200, Helge Mühlmeier wrote:
> Hi,
> 
> does somebody have a working xorg.conf with a German Sun Type6 keyboard?
> 
> I can use the keyboard and german "umlauts" are available but "#" not.

I seem to remember I had that problem too (and thought I fixed it somehow),
but right now I can't test it for real.

This is what I use in xorg.conf:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "Protocol" "wskbd"
        Option      "Device" "/dev/wskbd"
        Option      "XkbModel" "type6_usb"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection


Martin


Home | Main Index | Thread Index | Old Index