Advertisement
corrosiontears

Xorg Config Intel Manjaro + Optimizations DRI

Sep 15th, 2015
823
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. Section "Device"
  6.     Identifier  "Device0"
  7.     Driver      "intel"
  8.     BusID       "PCI:0:2:0"
  9.     Option      "AccelMethod" "sna"
  10.         Option      "SwapbuffersWait" "true"
  11.         Option      "TripleBuffer" "true"
  12.         Option      "TearFree" "true"
  13.     Option      "DRI"    "true"
  14. EndSection
  15.  
  16.  
  17. Section "DRI"
  18.         Group  "video"
  19.         Mode   0666
  20. EndSection
  21.  
  22.  
  23. Section "Extensions"
  24.     Option "Composite" "Enable"
  25.     Option "RENDER"    "Enable"
  26. EndSection
  27.  
  28.  
  29. Section "InputClass"
  30.     Identifier          "Keyboard Defaults"
  31.     MatchIsKeyboard     "yes"
  32.     Option              "XkbOptions" "terminate:ctrl_alt_bksp"
  33. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement