Advertisement
Guest User

Untitled

a guest
Aug 21st, 2010
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Section "Device"
  2. Identifier "nvidia"
  3. Driver "nvidia"
  4. Option "NoLogo" "true"
  5. Option "DynamicTwinView" "false"
  6. Option "FlatPanelProperties" "Scaling = Native"
  7. Option "ModeValidation" "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoHorizSyncCheck"
  8. Option "UseDisplayDevice" "DFP-1"
  9. Option "ModeDebug" "true"
  10. Option "HWCursor" "false"
  11. EndSection
  12.  
  13. Section "Screen"
  14. Identifier "screen"
  15. Device "nvidia"
  16. #SubSection "Display"
  17. # Modes "1920x1080_60" "1920x1080_50"
  18. #EndSubSection
  19. EndSection
  20.  
  21. Section "Extensions"
  22. Option "Composite" "false"
  23. EndSection
  24.  
  25.  
  26. # --- Modes in ModePool for SONY TV (DFP-0) ---
  27. # "nvidia-auto-select" : 1920 x 1080 @ 50.0 Hz
  28. # "1920x1080" : 1920 x 1080 @ 50.0 Hz
  29. # "1920x1080_50" : 1920 x 1080 @ 50.0 Hz
  30. # "1920x1080_60" : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
  31. # "1920x1080_60i" : 1920 x 1080 @ 60.1 Hz Interlace
  32. # "1920x1080_60i_0" : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
  33. # "1920x1080_50i" : 1920 x 1080 @ 50 Hz Interlace (CEA-861B Format 20)
  34. # "1280x720" : 1280 x 720 @ 60.0 Hz
  35. # "1280x720_60" : 1280 x 720 @ 60.0 Hz
  36. # "1280x720_60_0" : 1280 x 720 @ 59.94/60 Hz (CEA-861B Format 4)
  37. # "1280x720_50" : 1280 x 720 @ 50.0 Hz
  38. # "720x576" : 720 x 576 @ 50.0 Hz
  39. # "720x576_50" : 720 x 576 @ 50.0 Hz
  40. # "720x576_50i" : (1440)x 576 @ 50 Hz Interlace (CEA-861B Format 22)
  41. # "720x480" : 720 x 480 @ 59.9 Hz
  42. # "720x480_60" : 720 x 480 @ 59.9 Hz
  43. # "720x480_60i" : (1440)x 480 @ 59.94/60 Hz Interlace (CEA-861B Format 7)
  44. # "640x480" : 640 x 480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
  45. # "640x480_60" : 640 x 480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
  46. # --- End of ModePool for SONY TV (DFP-0): ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement