Comment 5 for bug 1016996

Revision history for this message
Hoang Lan Nguyen (somewheremylove-nh87) wrote :

A fix that works for me:
Add/change a line:

    Option "XkbVariant" "intl"

to your `/etc/X11/xorg.conf.d/10-evdev.conf`

    Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbModel" "asus_laptop"
        Option "XkbVariant" "intl"
        Option "XkbLayout" "us"
    EndSection