Advertisement
bryanmoore

xorg.conf

Jun 28th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ##
  2. ## Generated by mhwd - Manjaro Hardware Detection
  3. ##
  4.  
  5.  
  6. Section "Device"
  7. Identifier "Device0"
  8. Driver "nouveau"
  9. BusID "PCI:3:0:0"
  10. Option "DRI" "true"
  11. Option "DRI" "3"
  12. EndSection
  13.  
  14. Section "Device"
  15. Identifier "Device1"
  16. Driver "nouveau"
  17. BusID "PCI:2:0:0"
  18. Option "DRI" "true"
  19. Option "DRI" "3"
  20. EndSection
  21.  
  22.  
  23. Section "DRI"
  24. Group "video"
  25. Mode 0666
  26. EndSection
  27.  
  28.  
  29. Section "Extensions"
  30. Option "Composite" "Enable"
  31. Option "RENDER" "Enable"
  32. EndSection
  33.  
  34.  
  35. Section "InputClass"
  36. Identifier "Keyboard Defaults"
  37. MatchIsKeyboard "yes"
  38. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  39. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement