LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: supermanxqr

第一次遇到这种问题:( could not open default font 'fixed',内附详情

[复制链接]
 楼主| 发表于 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
回复 支持 反对

使用道具 举报

发表于 2007-2-8 23:55:43 | 显示全部楼层
以前同学安装Debian的时候也碰到过,当时解决不了,我把自己的/usr/share/fonts整个复制过去,就可以用了,因此猜测是字体原因,不过具体为什么就不知道了。
实在不行的话建议楼主试一下把字体目录删除,再重新安装字体,mkfontdir,mkfontscale,fc-cache之类的
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表