|
|

楼主 |
发表于 2007-2-8 23:36:48
|
显示全部楼层
我的xorg.conf的配置,大伙帮忙看看有什么问题。目前的这个配置在/var/log/Xorg.0.log中只有最后一个这样的错误:
Fatal server error:
could not open default font 'fixed'
XIO:fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests ( 0 known processed) with 0 events remaining.
Section "ServerLayout"
# InputDevice "Synaptics Touchpad"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# paths to defoma fonts
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/Type1"
# FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/wqy-bitmapfont"
# FontPath "/usr/share/fonts/efont-unicode"
# FontPath "/usr/share/fonts/intlfonts"
# FontPath "/usr/share/fonts/encodings"
# FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
# FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
# Load "ati"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "drm"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "ServerFlags"
option "AIGLX" "off"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option " rotocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
# Option "UseEdidDpi" "FALSE"
#DisplaySize 541 470
EndSection
Section "Device"
Identifier "ATI Technologies Inc M52"
Driver "fglrx"
BusID " CI:1:0:0"
# Option "AGPMode" "4"
# Option "AGPFastWrite" "1"
# Option "RenderAccel" "on"
# Option "EnablePageFlip" "True"
# This two lines are needed to prevent fonts from being scrambled
Option "XaaNoScanlineImageWriteRect"
Option "XaaNoScanlineCPUToScreenColorExpandFill"
# Option "BIOSHotkeys" "on"
# Option "UseEdidDpi" "FALSE"
#Option "DPI" "120 x 120"
Screen 0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc M52"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection |
|