Guest User

Untitled

a guest
Feb 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. Section "DRI"
  2. Mode 0666
  3. EndSection
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen "Screen1"
  8. Option "AutoAddDevices" "false"
  9. EndSection
  10.  
  11. Section "Module"
  12. Load "dbe"
  13. Load "extmod"
  14. Load "glx"
  15. Load "record"
  16. Load "freetype"
  17. Load "type1"
  18. EndSection
  19.  
  20. Section "Files"
  21. EndSection
  22.  
  23. Section "Device"
  24. Identifier "Device1"
  25. Driver "nvidia"
  26. VendorName "NVIDIA Corporation"
  27. BusID "PCI:04:00:0" #It was empty
  28. Option "IgnoreEDID"
  29. Option "ConnectedMonitor" "CRT-0"
  30. EndSection
  31.  
  32. Section "Screen"
  33. Identifier "Screen1"
  34. Device "Device1"
  35. Monitor "Monitor0"
  36. DefaultDepth 24
  37. SubSection "Display"
  38. Depth 24
  39. Modes "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1440x900" "1280x1024" "1366x768" "1360x768" "1280x800" "1024x768" "800x600" "640x480"
  40. EndSubSection
  41. EndSection
  42.  
  43. Section "Extensions"
  44. Option "Composite" "Enable"
  45. EndSection
  46.  
  47. Section "Monitor"
  48. Identifier "Monitor0"
  49. VendorName "Unknown"
  50. ModelName "Unknown"
  51. HorizSync 28.0 - 73.0
  52. VertRefresh 43.0 - 72.0
  53. Option "DPMS"
  54. Modeline "1920x1200" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
  55. Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  56. Modeline "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
  57. Modeline "1600x1200" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync
  58. Modeline "1440x900" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
  59. Modeline "1366x768" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
  60. Modeline "1280x800" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
  61. Modeline "1280x1024" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
  62. EndSection
Add Comment
Please, Sign In to add comment