Advertisement
Guest User

xorg.conf

a guest
Jan 16th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout1"
  3. Screen 0 "screen1" 0 0
  4. EndSection
  5.  
  6. Section "Monitor"
  7. Identifier "monitor1"
  8. Option "VendorName" "ACME"
  9. Option "ModelName" "Generic Autodetecting Monitor"
  10. EndSection
  11.  
  12. Section "Device"
  13. Identifier "videocard1"
  14. Driver "nv" # change your driver here.
  15. EndSection
  16.  
  17. Section "Screen"
  18. Identifier "screen1"
  19. Device "videocard1"
  20. Monitor "monitor1"
  21. DefaultDepth 24
  22. SubSection "Display"
  23. Viewport 0 0
  24. Depth 24
  25. Modes "1920x1080" "1280x720" "1024x768"
  26. EndSubSection
  27. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement