Advertisement
Guest User

Nvidia ION with Panasonic 32LXD700

a guest
Apr 29th, 2010
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder75)  Fri Mar 12 01:42:27 PST 2010
  3.  
  4. #  --- Modes in ModePool for PANASONIC-TV (DFP-1) ---
  5. #  "nvidia-auto-select" : 1280 x  720 @  50.0 Hz  
  6. #  "1920x1080"          : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
  7. #  "1920x1080_60"       : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
  8. #  "1920x1080_50"       : 1920 x 1080 @ 50 Hz (CEA-861B Format 31)
  9. #  "1920x1080_60i"      : 1920 x 1080 @  60.1 Hz Interlace  
  10. #  "1920x1080_60i_0"    : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
  11. #  "1920x1080_50i"      : 1920 x 1080 @  50.0 Hz Interlace  
  12. #  "1280x720"           : 1280 x  720 @  50.0 Hz  
  13. #  "1280x720_50"        : 1280 x  720 @  50.0 Hz  
  14. #  "1280x720_60"        : 1280 x  720 @  60.0 Hz  
  15. #  "1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4)
  16. #  "720x576"            :  720 x  576 @  50.0 Hz  
  17. #  "720x576_50"         :  720 x  576 @  50.0 Hz  
  18. #  "720x576_50i"        : (1440)x 576 @ 50 Hz Interlace (CEA-861B Format 22)
  19. #  "720x480"            :  720 x  480 @  59.9 Hz  
  20. #  "720x480_60"         :  720 x  480 @  59.9 Hz  
  21. #  "720x480_60i"        : (1440)x 480 @ 59.94/60 Hz Interlace (CEA-861B Format 7)
  22. #  "640x480"            :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
  23. #  "640x480_60"         :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
  24. #  --- End of ModePool for PANASONIC-TV (DFP-1): ---
  25.  
  26. Section "ServerLayout"
  27.     Identifier     "Default Layout"
  28.     Screen         "screen" 0 0
  29.     InputDevice    "Keyboard0" "CoreKeyboard"
  30.     InputDevice    "Mouse0" "CorePointer"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.     # generated from default
  35.     Identifier     "Keyboard0"
  36.     Driver         "keyboard"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40.     # generated from default
  41.     Identifier     "Mouse0"
  42.     Driver         "mouse"
  43.     Option         "Protocol" "auto"
  44.     Option         "Device" "/dev/psaux"
  45.     Option         "Emulate3Buttons" "no"
  46.     Option         "ZAxisMapping" "4 5"
  47. EndSection
  48.  
  49. Section "Monitor"
  50.     Identifier     "Monitor0"
  51.     VendorName     "Unknown"
  52.     ModelName      "Unknown"
  53. #    HorizSync       31.0 - 69.0
  54. #    VertRefresh     59.0 - 86.0
  55.     Option         "DPMS"
  56. #    Option "IgnoreEDID" #added manually
  57. #    Option "ExactModeTimingsDVI" "True" #added manually
  58. Modeline "1920x1080@50" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  59. Modeline "1920x1080@60" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  60. Modeline "1920x1080@24" 74.16 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  61. EndSection
  62.  
  63. Section "Device"
  64.     Identifier     "nvidia"
  65.     Driver         "nvidia"
  66. #   Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLvelSrc=3322; PowerMixerDefaultAC=0x1"
  67. # Option "ModeValidation" "NoEdidModes"
  68. EndSection
  69.  
  70. Section "Screen"
  71.  
  72. #   Option "DynamicTwinView" "False" #added manually
  73. #   Option "UseEdid" "FALSE" #added manually
  74. #   Option "AddARGBGLXVisuals" "True" #added manually
  75. #   Option "UseEDIDFreqs" "False" #added manually
  76.     Option "ExactModeTimingsDVI" "True" #added manually
  77.     Identifier     "screen"
  78.     Device         "nvidia"
  79.     Monitor        "Monitor0"
  80.     Option         "NoLogo" "true"
  81.     Option         "DynamicTwinView" "false"
  82.     Option         "NoFlip" "true"
  83.     Option         "FlatPanelProperties" "Scaling = Native"
  84.     Option         "ModeValidation" "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoHorizSyncCheck"
  85. #    Option    "ModeValidation" "NoVesaModes, NoXServerModes"
  86.     Option         "UseDisplayDevice" "DFP-1"
  87.     Option         "ModeDebug" "true"
  88.     Option         "HWCursor" "false"
  89. #    Option  "TripleBuffer"        "true" #added manually
  90.     SubSection     "Display"
  91. #        Modes      "1280x720" "1280x720_50" "1280_720_60" "1280_720_60_0"
  92.          Modes "1920x1080@50" "1920x1080@60" "1920x1080@24"
  93.     EndSubSection
  94. EndSection
  95.  
  96. Section "Extensions"
  97.     Option         "Composite" "false"
  98. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement