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

Bug#230832: xfree86 configures wrong keyboard map



Package: xserver-xfree86
Version: 4.1.0-16woody1
Severity: normal
X-Debbugs-CC: thuben@bahnhof.se

When I run
dpkg-reconfigure --priority=low xsrever-xfree86
the /etc/X11/XF86Config-4 does not get created correctly.
The Alt Gr key is inactivated, makes it impossible to write
@£{[]}\~| on a swedish keyboard.

I editied the file and commented out the line "XkbVariant" as shown below and the keys started working.

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "se"
#       Option          "XkbVariant"    "sv"
EndSection


regards,

Magnus Sundberg






Reply to: