SHARE
TWEET
Untitled
a guest
Jun 11th, 2016
105
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- here is xorg conf dir:
- $ls -1 /etc/X11/xorg.conf.d
- 00-keyboard.conf
- 90-mhwd.conf
- ----------------------------------
- $cat 00-keyboard.conf
- # Read and parsed by systemd-localed. It's probably wise not to edit this file
- # manually too freely.
- Section "InputClass"
- Identifier "system-keyboard"
- MatchIsKeyboard "on"
- Option "XkbLayout" "us,ru"
- Option "XkbVariant" ","
- EndSection
- ----------------------------------
- $cat 90-mhwd.conf
- ##
- ## Generated by mhwd - Manjaro Hardware Detection
- ##
- Section "Device"
- Identifier "Device0"
- Driver "intel"
- BusID "PCI:0:2:0"
- Option "AccelMethod" "sna"
- Option "DRI" "true"
- EndSection
- Section "DRI"
- Group "video"
- Mode 0666
- EndSection
- Section "Extensions"
- Option "Composite" "Enable"
- Option "RENDER" "Enable"
- EndSection
- ----------------------------------
- $ localectl status
- System Locale: LANG=ru_RU.UTF-8
- VC Keymap: us
- X11 Layout: us,ru
- X11 Variant: ,
- ----------------------------------
- $ setxkbmap -query
- rules: evdev
- model: pc105
- layout: us,ru,ru
- variant: ,,
- options: terminate:ctrl_alt_bksp
- So the question is why 00-keyboard.conf ignored/rewrited
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

