Advertisement
corrosiontears

Xorg Config Intel Manjaro + Optimizations

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