Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Device0"
  3. Driver "nvidia"
  4. VendorName "NVIDIA Corporation"
  5. VideoRam 524288
  6. EndSection
  7.  
  8. #this whole Files sections is hacky
  9. Section "Files"
  10. ModulePath "/usr/lib64/xorg/modules"
  11. ModulePath "/usr/lib64/opengl/xorg-x11/extensions"
  12. EndSection
  13.  
  14. Section "Screen"
  15. Identifier "Screen0"
  16. Device "Device0"
  17. Monitor "Monitor0"
  18. DefaultDepth 24
  19. SubSection "Display"
  20. Depth 24
  21. EndSubSection
  22. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement