zephyr91

xorg

Dec 17th, 2011
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.77 KB | None | 0 0
  1. Section "ServerLayout"
  2.     Identifier     "Layout1"
  3.     Option         "AutoAddDevices" "false"
  4. EndSection
  5.  
  6. Section "Device"
  7.     Identifier     "Device1"
  8.     Driver         "nvidia"
  9.     BusID          "PCI:1:0:0"
  10.     Option         "ConnectedMonitor" "DFP-0"
  11.     Option         "NoLogo" "true"
  12.     Option         "UseEDID" "false"
  13.     Option         "DPI" "96x96"
  14. EndSection
  15.  
  16. Section "Screen"
  17.     Identifier     "Screen1"
  18.     Device         "Device1"
  19.     Monitor        "Monitor1"
  20.     DefaultDepth   24
  21.     SubSection     "Display"
  22.         Depth      24
  23.         Modes      "1366x768"
  24.     EndSubSection
  25. EndSection
  26.  
  27. Section "Monitor"
  28.     Identifier     "Monitor1"
  29.     Modeline       "1366x768"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync
  30. EndSection
Advertisement
Add Comment
Please, Sign In to add comment