Advertisement
Guest User

Untitled

a guest
Aug 20th, 2011
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Monitor"
  2.     Identifier     "Monitor0"
  3.     ModelName      "TV"
  4.     Option         "DPMS"
  5. EndSection
  6.  
  7. Section "Device"
  8.     Identifier     "Device0"
  9.     Driver         "nvidia"
  10.     BusID          "PCI:1:0:0"
  11.     Screen          0
  12. EndSection
  13.  
  14. Section "Screen"
  15.     Identifier     "Screen0"
  16.     Device         "Device0"
  17.     Monitor        "Monitor0"
  18.     DefaultDepth    24
  19.     Option         "UseEdidDpi" "false"
  20.     Option         "DPI" "37x37"
  21.     Option         "metamodes" "TV: 800x600 +0+0"
  22.     Option         "TVStandard" "HD576i"
  23.     Option         "TVOutFormat" "COMPOSITE"
  24.     Option         "ConnectedMonitor" "TV"
  25.     SubSection     "Display"
  26.         Depth       24
  27.         Modes      "nvidia-auto-select"
  28.     EndSubSection
  29. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement