<div dir="ltr"><div><div><div><div><div>I got a multiseat where my two keyboards are different, one is FR, the other is GB<br></div>I upgraded to 1.14 recently and had to redo my config from 1.10, so far so good, I attached my various gpu, mouse, keyboards with loginctl, everything works fine except that both keyboards are GB (which is the default locale).<br></div><br></div>So I tried to put this in /etc/lightdm/lightdm.conf<br><br>[Seat:seat1]<br>xserver-config=/etc/X11/xorg.conf.seat1<br><br></div>with the /etc/X11/xorg.conf.seat1 being :<br><br>Section "ServerLayout"<br>        Identifier      "seat1"<br>        Screen          "Screen1"<br>        InputDevice     "Mouse1"        "CorePointer"<br>        InputDevice     "Keyboard1"     "CoreKeyboard"<br>EndSection<br><br>Section "InputDevice"<br>        Identifier      "Keyboard1"<br>        Driver          "evdev"<br>        Option          "Device"        "/dev/input/by-id/usb-Dell_Dell_QuietKey_Keyboard-event-kbd"<br>        Option          "XkbLayout"     "fr"<br>EndSection<br>Section "InputDevice"<br>        Identifier      "Mouse1"<br>        Driver          "evdev"<br>        Option          "Device"        "/dev/input/by-id/usb-DELL_DELL_USB_Laser_Mouse-event-mouse"<br>        Option          "GrabDevice"    "True"<br>EndSection<br>Section "Monitor"<br>        Identifier   "Monitor1"<br>        VendorName   "Monitor Vendor"<br>        ModelName    "Monitor Model"<br>EndSection<br>Section "Screen"<br>        Identifier "Screen1"<br>        Monitor    "Monitor1"<br>EndSection<br><br></div>With that setup it works fine, but is that the "right" way to proceed ? Shouldn't the layout of the keyboard be automatically detected ?<br><div><br></div><div>thanks<br></div></div>