Advertisement
Guest User

xorg conf file

a guest
May 6th, 2010
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. #   Option  "NoFlip"    "false"
  12.     Option  "TripleBuffer" "false"
  13. EndSection
  14.  
  15. Section "Screen"
  16.         Identifier      "screen"
  17.         Device          "nvidia"
  18.         SubSection      "Display"
  19.                Modes "1280x720_60_0" "1280x720"
  20.         EndSubSection
  21. EndSection
  22.  
  23. Section "Extensions"
  24.         Option  "Composite"           "false"
  25. EndSection
  26.  
  27.  
  28. #  --- Modes in ModePool for PANASONIC-TV (DFP-1) ---
  29. #  "nvidia-auto-select" : 1280 x  720 @  50.0 Hz  
  30. #  "1920x1080"          : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
  31. #  "1920x1080_60"       : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
  32. #  "1920x1080_50"       : 1920 x 1080 @ 50 Hz (CEA-861B Format 31)
  33. #  "1920x1080_60i"      : 1920 x 1080 @  60.1 Hz Interlace  
  34. #  "1920x1080_60i_0"    : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
  35. #  "1920x1080_50i"      : 1920 x 1080 @  50.0 Hz Interlace  
  36. #  "1280x720"           : 1280 x  720 @  50.0 Hz  
  37. #  "1280x720_50"        : 1280 x  720 @  50.0 Hz  
  38. #  "1280x720_60"        : 1280 x  720 @  60.0 Hz  
  39. #  "1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4)
  40. #  "720x576"            :  720 x  576 @  50.0 Hz  
  41. #  "720x576_50"         :  720 x  576 @  50.0 Hz  
  42. #  "720x576_50i"        : (1440)x 576 @ 50 Hz Interlace (CEA-861B Format 22)
  43. #  "720x480"            :  720 x  480 @  59.9 Hz  
  44. #  "720x480_60"         :  720 x  480 @  59.9 Hz  
  45. #  "720x480_60i"        : (1440)x 480 @ 59.94/60 Hz Interlace (CEA-861B Format 7)
  46. #  "640x480"            :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
  47. #  "640x480_60"         :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
  48. #  --- End of ModePool for PANASONIC-TV (DFP-1): ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement