wrong keyboard mapping with apple keyboard (french)

Bug #35401 reported by Sebastien Estienne
8
Affects Status Importance Assigned to Milestone
xkeyboard-config (Ubuntu)
Confirmed
Medium
Tollef Fog Heen

Bug Description

i'm using an apple keyboard (USB) on a common PC and the keymap is wrong on X and console.

lsusb:
Bus 001 Device 003: ID 05ac:0205 Apple Computer, Inc. Apple Extended Keyboard [Mitsumi]

i found instruction to get it working here:
http://www.linux-france.org/macintosh/clavier_v4.html

basically i download this: ftp://ftp.linux-france.org/pub/macintosh/kbd-mac-fr-4.1.tar.gz
sudo cp fr_new /etc/X11/xkb/symbols/macintosh_vndr/fr_new

and modify my xorg.conf like this:
Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "CoreKeyboard"
        Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
        Option "XkbModel" "macintosh"
# Option "XkbLayout" "fr"
        Option "XkbLayout" "fr_new"
# Option "XkbVariant" "latin9"
        Option "XkbOptions" "lv3:lwin_switch"
EndSection

the tarball also contains instructions for the keyboard on the "console"

Revision history for this message
Henrik Nilsen Omma (henrik) wrote :

Thank you for reporting. I'm setting the status to Confirmed since you site other reports and present a solution (thanks!). Also changing the package to xkeyboard-config.

- Henrik

Changed in xorg:
assignee: nobody → tfheen
status: Unconfirmed → Confirmed
Revision history for this message
Étienne BERSAC (bersace) wrote :

Hello,

This bug is a duplicate of bug #36492 .

Revision history for this message
Sebastien Estienne (sebest) wrote :

looking at the bug number, i would say the contrary:
bug #36492 is a duplicate of this one.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.