|
发表于 2005-12-2 21:51:56
|
显示全部楼层
Geforce 6200A 七彩虹
七彩虹天行 Geforce 6200A with Svideo
下面的配置几乎很完美,共享一下给大家。
[code:1]
#Section "ServerFlags"
# Option "AllowMouseOpenFail"
# Option "RandR" "on"
#EndSection
Section "InputDevice"
Identifier "keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbLayout" "us"
Option "XkbModel" "itouch"
Option "XkbRules" "xfree86"
EndSection
Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "CorePointer"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "v4l"
EndSection
Section "Monitor"
Identifier "monitor"
Option "CalcAlgorithm" "CheckDesktopGeometry"
HorizSync 24-80
ModelName ""
Option "DPMS" "off"
VendorName "IIYAMA"
VertRefresh 55-75
EndSection
Section "Device"
Identifier "NV AGP"
BoardName "GeForce 6200"
Driver "nvidia"
Screen 0
Option "Rotate" "off"
VendorName "NVidia"
Option "NoLogo" "on"
Option "TVStandard" "PAL-D"
Option "TVOutFormat" "SVIDEO"
Option "TwinViewOrientation" "Clone"
Option "NvAGP" "3"
# Option "HWcursor"
# Option "CursorShadow" "1"
# Option "CursorShadowAlpha" "64"
# Option "CursorShadowYOffset" "2"
# Option "CursorShadowXOffset" "4"
Option "NoLogo" "1"
Option "DigitalVibrance" "0"
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60-60"
Option "MetaModes" "1280x1024 @1280x1024,800x600 @1280x1024;1024x768 @1024x768,800x600 @1024x768;800x600 @800x600,800x600 @800x600;640x480 @640x480,640x480 @640x480"
# Option "MetaModes" "800x600 @800x600"
EndSection
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "monitor"
DefaultColorDepth 24
#Subsection "Display"
# Depth 16
# Modes "1280x1024" "1024x768" "800x600" "640x480"
# EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "800x600" "640x480"
EndSubsection
EndSection
#Section "Device"
# Identifier "Default fbdev Device 0"
# Driver "fbdev"
#EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "keyboard" "CoreKeyboard"
InputDevice "mouse" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen AGP"
# Screen "Default fbdev Device 0"
EndSection
[/code:1] |
|