Comment 109 for bug 255008

Revision history for this message
Nil (nicolas-limare) wrote :

I have a japanese keyboard, panasonic Y5 laptop. The PgDown key doesn't work. Up-to-date intrepid packages.

* setting the keyboard model to evdev in the gnome configuration tool doesn't fix it.
* `sudo setxkbmap -model evdev -layout jp -variant 106` fixes the issue, but I guess I will have to do it after every reboot

The commented-out part of my xorg.conf is:
    #Section "InputDevice"
    # Identifier "Generic Keyboard"
    # Driver "kbd"
    # Option "CoreKeyboard"
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "jp106"
    # Option "XkbLayout" "jp"
    # Option "XkbVariant" "106,"
    #EndSection