Adding this to help people in this case...

Keyboard layout is not lightdm problem, but evdev does not set
/etc/defaults/keyboard values (perhaps due to xorg downgrading). setting
these values in 10-evdev.conf file as below, solves this problem.

modification in /usr/share/X11/xorg.conf.d/10-evdev.conf :
Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        # keyboard is not set to french 
        Option "XkbModel"    "pc105"
        Option "XkbLayout"   "fr"
        Option "XkbVariant"  "oss"
EndSection

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886902

Title:
  on boot, lightdm does not launch X server. manual lightdm restart
  works after but keyboard is "qwerty"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/886902/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to