Advertisement
Guest User

Untitled

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