Advertisement
Guest User

xorg.conf

a guest
Jul 31st, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0"
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Module"
  9. Load "glx"
  10. EndSection
  11.  
  12.  
  13. Section "InputDevice"
  14. Identifier "Mouse0"
  15. Driver "mouse"
  16. Option "Protocol" "auto"
  17. Option "Device" "/dev/psaux"
  18. Option "Emulate3Buttons" "no"
  19. Option "ZAxisMapping" "4 5"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "Monitor0"
  29. VendorName "Unknown"
  30. ModelName "Unknown"
  31. Option "DPMS"
  32. EndSection
  33.  
  34. Section "Device"
  35. Identifier "Device0"
  36. BusID "PCI:1:0:0"
  37. Driver "nvidia"
  38. VendorName "NVIDIA Corporation"
  39. EndSection
  40.  
  41. section "Device"
  42. identifier "Device1"
  43. BusID "PCI:0:2:0"
  44. Driver "intel"
  45. EndSection
  46.  
  47. Section "Screen"
  48. Identifier "Screen0"
  49. Device "Device1"
  50. Monitor "Monitor0"
  51. DefaultDepth 24
  52. SubSection "Display"
  53. Depth 24
  54. EndSubSection
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement