SHARE
TWEET

Untitled

a guest Jun 11th, 2016 106 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. here is xorg conf dir:
  2. $ls -1 /etc/X11/xorg.conf.d
  3. 00-keyboard.conf
  4. 90-mhwd.conf
  5. ----------------------------------
  6. $cat 00-keyboard.conf
  7. # Read and parsed by systemd-localed. It's probably wise not to edit this file
  8. # manually too freely.
  9. Section "InputClass"
  10.         Identifier "system-keyboard"
  11.         MatchIsKeyboard "on"
  12.         Option "XkbLayout" "us,ru"
  13.         Option "XkbVariant" ","
  14. EndSection
  15. ----------------------------------
  16. $cat 90-mhwd.conf
  17. ##
  18. ## Generated by mhwd - Manjaro Hardware Detection
  19. ##
  20.  
  21.  
  22. Section "Device"
  23.     Identifier  "Device0"
  24.     Driver      "intel"
  25.     BusID       "PCI:0:2:0"
  26.     Option      "AccelMethod" "sna"
  27.     Option      "DRI"    "true"
  28. EndSection
  29.  
  30.  
  31. Section "DRI"
  32.         Group  "video"
  33.         Mode   0666
  34. EndSection
  35.  
  36.  
  37. Section "Extensions"
  38.     Option "Composite" "Enable"
  39.     Option "RENDER"    "Enable"
  40. EndSection
  41. ----------------------------------
  42. $ localectl status
  43.    System Locale: LANG=ru_RU.UTF-8
  44.        VC Keymap: us
  45.       X11 Layout: us,ru
  46.      X11 Variant: ,
  47. ----------------------------------
  48. $ setxkbmap -query                
  49. rules:      evdev
  50. model:      pc105
  51. layout:     us,ru,ru
  52. variant:    ,,
  53. options:    terminate:ctrl_alt_bksp
  54.  
  55.  
  56. 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. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top