Advertisement
SimonBrandner

xorg.conf

May 7th, 2020
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Section "InputDevice"
  2. Identifier "Mouse0"
  3. Driver "mouse"
  4. Option "Protocol" "auto"
  5. Option "Device" "/dev/psaux"
  6. Option "Emulate3Buttons" "no"
  7. Option "ZAxisMapping" "4 5"
  8. EndSection
  9.  
  10. Section "InputDevice"
  11. Identifier "Keyboard0"
  12. Driver "kbd"
  13. EndSection
  14.  
  15.  
  16.  
  17. Section "Device"
  18. Identifier "Device0"
  19. Driver "nvidia"
  20. VendorName "NVIDIA Corporation"
  21. BoardName "GeForce GTX 1060 3GB"
  22. EndSection
  23.  
  24. Section "Device"
  25. Identifier "Device1"
  26. Driver "intel"
  27. Option "VirtualHeads" "1"
  28. EndSection
  29.  
  30.  
  31.  
  32. Section "Monitor"
  33. Identifier "Monitor0"
  34. VendorName "Unknown"
  35. ModelName "Ancor Communications Inc ASUS VX239"
  36. HorizSync 24.0 - 83.0
  37. VertRefresh 50.0 - 75.0
  38. Option "DPMS"
  39. EndSection
  40.  
  41.  
  42.  
  43. Section "Screen"
  44. Identifier "Screen0"
  45. Device "Device0"
  46. Monitor "Monitor0"
  47. DefaultDepth 24
  48. Option "Stereo" "0"
  49. Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
  50. Option "SLI" "Off"
  51. Option "MultiGPU" "Off"
  52. Option "BaseMosaic" "off"
  53. SubSection "Display"
  54. Depth 24
  55. EndSubSection
  56. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement