Results 1 to 9 of 9

Thread: Keyboard mapping issue after upgrade to 8.04

  1. #1
    Join Date
    Jun 2007
    Beans
    56

    Keyboard mapping issue after upgrade to 8.04

    Hi there,

    After the sound problem, I've just discovered a new annoying one: since the upgrade, the keyboard mapping is no more correct.

    On my alumni iMac 24, I'm using a French azerty keyboard ... in 7.10, I had configured it correctly to have thing working fine, except the F7 to F12 special keys (back,play,fw,sound, ...)

    Since the upgrade, those keys are now working ... but the @/# key (below ESC) has been switched with the </> (at right of left shift).

    Beside this, CTRL-F1 to CTRL-F4 is not working anymore ... when I try to change the shortcut sequence in the system settings of Kubuntu, hitting CTRL-F1 is recognized as Ctrl-XF86LaunchD ... CTRL-F1 is recognized as Ctrl-XF86LaunchE ...

    The keyboard config of Xorg is the following:
    Code:
    Section "InputDevice"
            Identifier      "Generic Keyboard"
            Driver          "kbd"
            Option          "CoreKeyboard"
            Option          "XkbRules"      "xorg"
            Option          "XkbModel"      "pc105"
            Option          "XkbLayout"     "fr"
            Option          "XkbVariant"    "mac"
    EndSection
    When looking at the content of the fr file in /usr/share/X11/xkb/symbols/macintosh_vndr, it seems that mapping is correct there:
    Code:
    key <TLDE> {        [          at,    numbersign,   periodcentered,         Ydiaeresis      ]       };
    Any idea?
    Alain

  2. #2
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: Keyboard mapping issue after upgrade to 8.04

    Quote Originally Posted by AlainJLEB View Post
    Any idea?
    Alain
    check the keyboard setting in gnome as opposed to xorg. System > Preferences > Keyboard, Layout tab

  3. #3
    Join Date
    Jun 2007
    Beans
    56

    Re: Keyboard mapping issue after upgrade to 8.04

    Quote Originally Posted by cyberdork33 View Post
    check the keyboard setting in gnome as opposed to xorg. System > Preferences > Keyboard, Layout tab
    I'm under Kubuntu ... and there keyboard mapping is also set to mac-fr

    In /var/log/kdm.log, I see the following:
    Code:
    expected keysym, got XF86KbdLightOnOff: line 70 of pc
    expected keysym, got XF86KbdBrightnessDown: line 71 of pc
    expected keysym, got XF86KbdBrightnessUp: line 72 of pc
    expected keysym, got XF86KbdLightOnOff: line 70 of pc
    expected keysym, got XF86KbdBrightnessDown: line 71 of pc
    expected keysym, got XF86KbdBrightnessUp: line 72 of pc
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    >                   Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    Any idea on this?

    Code:
    grep -i key Xorg.0.log
    (**) |-->Input Device "Generic Keyboard"
    (II) Initializing built-in extension XKEYBOARD
    (**) Option "CoreKeyboard"
    (**) Generic Keyboard: always reports core events
    (**) Generic Keyboard: Protocol: standard
    (**) Generic Keyboard: XkbRules: "xorg"
    (**) Generic Keyboard: XkbModel: "pc105"
    (**) Generic Keyboard: XkbLayout: "fr"
    (**) Generic Keyboard: XkbVariant: "mac"
    (**) Option "CustomKeycodes" "off"
    (**) Generic Keyboard: CustomKeycodes disabled
    (II) evaluating device (Generic Keyboard)
    (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    (EE) Error loading keymap /var/lib/xkb/server-0.xkm
    SetGrabKeysState - disabled
    SetGrabKeysState - enabled
    SetGrabKeysState - disabled
    SetGrabKeysState - enabled
    SetGrabKeysState - disabled
    SetGrabKeysState - enabled
    Above is extract from the Xorg log file ... where does come this extended input?
    Last edited by AlainJLEB; April 26th, 2008 at 08:17 PM.

  4. #4
    Join Date
    Jun 2007
    Beans
    56

    Re: Keyboard mapping issue after upgrade to 8.04

    Following my investigations, it is still not working. Applying a keyboard scheme in Kubuntu does not change anything.

    I still have 2 keys swapped (@# with <>), and the functions keys are not working as desire ... can one let me know where I can search to solve this annoying behavior?

    Regards
    Alain

  5. #5
    Join Date
    Apr 2008
    Beans
    19
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Keyboard mapping issue after upgrade to 8.04

    The kernel changes they did with mac keyboards may have changed the f-key behaviours, if I recall correctly.

    What is the difference in the f-key behaviours between now and your old setup?

  6. #6
    Join Date
    Jun 2007
    Beans
    56

    Re: Keyboard mapping issue after upgrade to 8.04

    Quote Originally Posted by blurg View Post
    The kernel changes they did with mac keyboards may have changed the f-key behaviours, if I recall correctly.

    What is the difference in the f-key behaviours between now and your old setup?
    • The key at the left of 1 is <> instead of @#
    • As a result, the key at the left of w (azerty keyboard) is @# instead of <>
    • The function keys F1, F2, F3 and F4 are not recognized - they have special functions under OSX
    • F7 to F12 keys are recognized as "multimedia keys", as they are under OSX.


    So it looks like the keyboard is similar to what it is under OSX, except for the swift between 2 keys ... but the annoying effect is that F1 to F4 are not recognized, keys are switched, ... how can I solve this? There is no keyboard mapping applied, and the same behavior applies in console mode.

    Thanks

  7. #7
    Join Date
    Nov 2007
    Location
    Yogyakarta, Indonesia
    Beans
    10
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Keyboard mapping issue after upgrade to 8.04

    I have same problem.. after upgrade Ubuntu kernel from 2.6.27-7-generic to 2.6.27-9-generic, right button, up button and down button can not work..

    Someone.. please help me..

  8. #8
    Join Date
    Nov 2007
    Location
    Yogyakarta, Indonesia
    Beans
    10
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Keyboard mapping issue after upgrade to 8.04

    Hi.. My keyboard now worked properly after do this
    Code:
    sudo dpkg-reconfigure xserver-xorg
    Reboot,
    then everything back to normaly. Except my nvidia driver, so I ran this
    Code:
    sudo nvidia-xconfig
    Done..

  9. #9
    Join Date
    Jul 2008
    Beans
    245
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Keyboard mapping issue after upgrade to 8.04

    EDIT: is the forum broken? i surely selected another thread to reply to.
    Last edited by _mario_; December 3rd, 2008 at 11:05 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •