Advertisement
corrosiontears

Xorg Config - Manjaro Mod Intel Modesetting

Jul 10th, 2016
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ##
  2. ## Generated by mhwd - Manjaro Hardware Detection
  3. ## Moded by me
  4. ##
  5.  
  6. Section "Module"
  7.         Load "dri3"
  8.         Load "modesetting"
  9. EndSection
  10.  
  11. Section "Device"
  12.     Identifier  "Device0"
  13.     Driver      "modesetting"
  14.     Option      "DRI"    "3"
  15. EndSection
  16.  
  17. Section "InputClass"
  18.     Identifier          "Keyboard Defaults"
  19.     MatchIsKeyboard     "yes"
  20.     Option              "XkbOptions" "terminate:ctrl_alt_bksp"
  21. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement