Advertisement
Guest User

Untitled

a guest
Jul 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Device"
  2.     Identifier     "Device0"
  3.     Driver         "nouveau"
  4.     VendorName     "NVIDIA Corporation"
  5.     BusID          "PCI:10:0:0"
  6. EndSection
  7.  
  8. Section "Monitor"
  9. Identifier "Monitor0"
  10. VendorName "Unknown"
  11. ModelName "Unknown"
  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.  
  23. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement