Advertisement
Guest User

Soder

a guest
May 3rd, 2009
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Nov 4 14:07:17 PST 2008
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13.  
  14. # generated from default
  15. Identifier "Mouse0"
  16. Driver "mouse"
  17. Option "Protocol" "auto"
  18. Option "Device" "/dev/psaux"
  19. Option "Emulate3Buttons" "no"
  20. Option "ZAxisMapping" "4 5"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24.  
  25. # generated from default
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30.  
  31. Section "Module"
  32. Load "dbe"
  33. Load "extmod"
  34. Load "freetype"
  35. Load "glx"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. ModelName "Panasonic-TV"
  41. Option "DPMS" "false"
  42. HorizSync 15-68
  43. VertRefresh 23-61
  44. # Modeline "1280x720" 74.250 1280 1720 1760 1980 720 741 746 750 +hsync +vsync
  45. # Native/preferred timing.. 1280x720p at 50Hz (16:9)
  46. Modeline "1280x720" 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
  47. # Detailed timing #1....... 1280x720p at 60Hz (16:9)
  48. # Modeline "1920x1080" 148.500 1920 2448 2492 2640 1080 1116 1121 1125 +hsync +vsync
  49. # Detailed timing #1....... 1920x1080p at 50Hz (16:9)
  50. # Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
  51. # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
  52. # Modeline "1920x1080_50.00" 141.45 1920 2032 2232 2544 1080 1081 1084 1112 -HSync +Vsync
  53. # 1920x1080 @ 50.00 Hz (GTF) hsync: 55.60 kHz; pclk: 141.45 MHz
  54. # Modeline "1920x1080_24.00" 61.81 1920 1944 2136 2352 1080 1081 1084 1095 -HSync +Vsync
  55. # 1920x1080 @ 24.00 Hz (GTF) hsync: 26.28 kHz; pclk: 61.81 MHz
  56. # Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
  57. # Modeline "1920x1080" 148.5 1920 1980 2028 2200 1080 1084 1089 1125 -HSync +Vsync
  58. EndSection
  59.  
  60.  
  61. Section "Device"
  62. Identifier "Device0"
  63. Driver "nvidia"
  64. VendorName "NVIDIA Corporation"
  65. BoardName "GeForce 9400 GT"
  66. Option "TripleBuffer" "True"
  67. Option "Composite" "False"
  68. # Option "RegistryDwords" "PowerMizerLevel=0x3"
  69. EndSection
  70.  
  71. Section "Screen"
  72. Identifier "Screen0"
  73. Device "Device0"
  74. # Option "TVStandard" "HD1080p"
  75. # Option "TVStandard" "HD720p"
  76. Option "ConnectedMonitor" "DFP"
  77. Option "UseEdid" "False"
  78. Option "ExactModeTimingsDVI" "True"
  79. Option "ModeValidation" "AllowNon60HzDFPModes, NoEdidModes, NoVertRefreshCheck, NoHorizSyncCheck,NoMaxSizeCheck, NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck"
  80. Option "Coolbits" "1"
  81. Monitor "Monitor0"
  82. DefaultDepth 24
  83. SubSection "Display"
  84. Depth 24
  85. Modes "1280x720_60" #"1280x720_50" #"1920x1080_60" #"1920x1080_50" #"1920x1080_24"
  86. EndSubSection
  87. EndSection
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement