zephyr91

New_Xorg

Dec 17th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.21 KB | None | 0 0
  1.   1 Section "ServerLayout"
  2.   2     Identifier     "Layout1"
  3.   3     Option         "AutoAddDevices" "false"
  4.   4 EndSection
  5.   5
  6.   6 Section "Device"
  7.   7     Identifier     "Device1"
  8.   8     Driver         "nvidia"
  9.   9     BusID          "PCI:1:0:0"
  10.  10     Option         "ConnectedMonitor" "DFP-0"
  11.  11     Option         "NoLogo" "true"
  12.  12     Option         "UseEDID" "false"
  13.  13     Option         "DPI" "96x96"
  14.  14 EndSection
  15.  15
  16.  16 Section "Screen"
  17.  17     Identifier     "Screen1"
  18.  18     Device         "Device1"
  19.  19     Monitor        "Monitor1"
  20.  20     DefaultDepth   24
  21.  21     SubSection     "Display"
  22.  22         Depth      24
  23.  23         Modes      "1366x768" "1366x768_4" "1024x768" "800x600" "640x480"
  24.  24     EndSubSection
  25.  25 EndSection
  26.  26
  27.  27 Section "Monitor"
  28.  28     Identifier     "Monitor1"
  29.  29     Option         "DPMS"
  30.  30 #    Modeline       "1920x1200" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
  31.  31 #    Modeline       "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  32.  32 #    Modeline       "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
  33.  33 #    Modeline       "1600x1200" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync
  34.  34 #    Modeline       "1440x900"  106.50 1440 1528 1672 1904 900  903  909  934  -hsync +vsync
  35.  35 #    Modeline       "1366x768"  71.80  1366 1414 1446 1526 768  771  777  784  -hsync -vsync
  36.  36 #    Modeline       "1280x1024" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
  37.  37 #    Modeline       "1280x800"  83.50  1280 1352 1480 1680 800  803  809  831  -hsync +vsync
  38.  38     Modeline       "1366x768"  60.00  1366 1414 1446 1456 768  771  777  793  +hsync -vsync
  39.  39     Modeline      "1366x768_4" 40.00  1366 1414 1446 1456 768  771  777  793  +hsync -vsync
  40.  40     Modeline       "1360x768"  59.80  1360 1432 1568 1776 768  771  781  798  -hsync +vsync
  41.  41     Modeline       "1024x768"  60.00  1024 1048 1184 1344 768  771  777  806  -hsync -vsync
  42.  42     Modeline       "800x600"   60.30  800  840  968  1056 600  601  605  628  +hsync +vsync
  43.  43     Modeline       "640x480"   59.90  640  656  752  800  480  490  492  525  -hsync -vsync
  44.  44 EndSection
Advertisement
Add Comment
Please, Sign In to add comment