On Wed, Jul 05, 2017 at 02:45:31PM +0100, Roy Marples wrote:
On 05/07/2017 14:27, Pierre Pronchery wrote:
These days Xorg should not need any explicit configuration at all anymore.
Silly question ... how does it derive keyboard layout?
Stock XOrg always gives me a US layout and I have a UK keyboard.
You can have a keyboard-only /etc/xorg.conf:
--8<--
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "wskbd"
Option "Device" "/dev/wskbd"
Option "XkbModel" "type6_usb"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection