你和我用的系统一样,应该没大问题!
我将我的XF86Config-4(不是XF86Config)贴出来,你再配合上面我提示的帖子的贴图修改一下:
# XFree86 4.0 configuration generated by Xconfigurator
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse2" "CorePointer"
EndSection
# By default, Red Flag Linux 2.0 and later use fonts paths
Section "Files"
FontPath "/usr/share/fonts/zh_CN/TrueType/simsun"
#FontPath "unix/:-1"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
# FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
# FontPath "/usr/X11R6/lib/X11/fonts/xpsimsun/"
# FontPath "unix/:-1"
#ModulePath "/usr/X11R6/lib/modules"
EndSection
# This loads all the modules...
Section "Module"
# Load "GLcore"
Load "dbe"
Load "xtt"
# Load "dri"
Load "extmod"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
# Load "v4l"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
# Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "MAG 570FDMKI"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-70
VertRefresh 50-130
#Modeline "1024x768" 94.50 1024 1093 1168 1376 768 769 772 808 +hsync +vsync(留意这里,如果有类似这行请#掉)
EndSection
Section "Device"
Identifier "NVIDIA GeForce 2 MX (generic)"
Driver "nvidia"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 2 MX (generic)"
Monitor "MAG 570FDMKI"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection