|
楼主 |
发表于 2002-9-27 21:25:52
|
显示全部楼层
xf86config-4
哦,不好意思,那你把上面的删了把,以下是xfconfig-4的内容:
# XFree86 4.0 configuration generated by Xconfigurator
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
# By default, Red Hat Linux 6.0 and later use xfs
Section "Files"
FontPath "unix/:7100"
EndSection
# Module loading section
Section "Module"
#Load "dbe" # Double-buffering这行前面加个#号
#Load "GLcore" # OpenGL support这行前面加个#号
#Load "dri" # Direct rendering这行前面加个#号 infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "record" # X event recorder
# Load "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
Load "freetype" # TrueType font handler这行前面#号去掉handler
Load "type1" # Adobe Type 1 font handler这行前面的#号去掉
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "rotocol" "S/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "My Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 48.5
VertRefresh 50-100
#Option "dpms"这行前面加个#号
EndSection
Section "Device"
Identifier "Intel 810"
Driver "i810"
BoardName "Unknown"
#VideoRam 16384这行前面加个#号
EndSection
Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel 810"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 24
Modes "800x600"
EndSubSection
Subsection "Display"
Depth 16
Modes "800x600"
EndSubSection
Subsection "Display"
Depth 8
Modes "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection |
|