|
|

楼主 |
发表于 2005-3-3 19:29:22
|
显示全部楼层
有个XF86Config-4.save文件:# XFree86 4.0 configuration generated by Xconfigurator
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
# InputDevice "Mouse2" "SendCoreEvents"
# InputDevice "Mouse3" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "HWTablet" "SendCoreEvents"
EndSection
# By default, Red Flag Linux 2.0 and later use fonts paths
Section "ServerFlags"
Option "AllowMouseOpenFail" "yes"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "unix/:7100"
EndSection
# This loads all the modules...
Section "Module"
Load "dbe"
Load "xtt"
Load "extmod"
Load "record"
Load "v4l"
Load "type1"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons" "on"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option " rotocol" "IMPS/2"
Option "Emulate3Buttons" "on"
Option "ZAxisMapping" "4 5"
EndSection
#Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Device" "/dev/ttyS0"
# Option "Emulate3Buttons" "on"
# Option "ZAxisMapping" "4 5"
#EndSection
#Section "InputDevice"
# Identifier "Mouse3"
# Driver "mouse"
# Option "Device" "/dev/ttyS1"
# Option "Emulate3Buttons" "on"
# Option "ZAxisMapping" "4 5"
#EndSection
Section "InputDevice"
Identifier "HWTablet"
Driver "HWUSBTablet"
Option "Device" "/dev/input/hwmice"
Option "AlwaysCore" "on"
Option "screenno" "0"
Option "MinimumXPosition" "1792"
Option "MaximumXPosition" "8192"
Option "MinimumYPosition" "1792"
Option "MaximumYPosition" "8192"
Option "UntouchDelay" "1"
Option "ReportDelay" "1"
EndSection
Section "Monitor"
Identifier "My Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 50
VertRefresh 50-70
EndSection
Section "Device"
Identifier "My Card"
Driver "vesa"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen0"
Device "My Card"
Monitor "My Monitor"
DefaultDepth 8
Subsection "Display"
Depth 8
Modes "800x600"
EndSubSection
EndSection
Section "DRI"
EndSection |
|