LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 914|回复: 5

求助~进X时出现错误

[复制链接]
发表于 2006-3-15 03:42:29 | 显示全部楼层 |阅读模式
我按照:icewm的安装和配置 http://cn.tech.yahoo.com/050519/55/26xok_2.html 配置完毕之后
startx
X-window 只是出现了一下
出错提示:
waiting for x server to shut down FreeFontPath:"/usr/lib/X11/fonts/misc" refcount is 2,should be 1;fixing.

我该修改哪里啊?


我的xorg.conf: (Section "Files"中最后两FontPath   "/usr/share/fonts/truetype/arphic"和FontPath   "/usr/share/fonts/truetype/ttf-bitsteam-vera"是自己添加的)



# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
                FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
                FontPath   "/usr/share/fonts/truetype/arphic"
                FontPath   "/usr/share/fonts/truetype/ttf-bitsteam-vera"
EndSection

Section "Module"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "dri"
        Load        "evdev"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "record"
        Load        "type1"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        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 "Device"
        Identifier        "NVIDIA Corporation NV17 [GeForce4 MX 440]"
        Driver                "nv"
        BusID                "CI:1:0:0"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        28-49
        VertRefresh        43-72
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "NVIDIA Corporation NV17 [GeForce4 MX 440]"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection
发表于 2006-3-15 07:45:30 | 显示全部楼层
关注下~~~我也遇到过,每解决。:(
回复 支持 反对

使用道具 举报

发表于 2006-3-15 08:13:04 | 显示全部楼层
这里也是这个问题

http://www.linuxsir.cn/bbs/showthread.php?t=246541


我当时是在xorg.conf里把misc注销了:
#FontPath "/usr/lib/X11/fonts/misc"
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-15 11:55:12 | 显示全部楼层
Post by apzc2529
这里也是这个问题

http://www.linuxsir.cn/bbs/showthread.php?t=246541


我当时是在xorg.conf里把misc注销了:
#FontPath "/usr/lib/X11/fonts/misc"



我的不可以啊 我试着注释FontPath "/usr/lib/X11/fonts/misc" 却出现更多错误
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-15 14:26:07 | 显示全部楼层
现在可以进X了 不过菜单的文字是歪歪扭扭的????
回复 支持 反对

使用道具 举报

发表于 2006-3-29 12:06:22 | 显示全部楼层

help

Post by linuxczf
现在可以进X了 不过菜单的文字是歪歪扭扭的????

怎么进的,能否说明一下?
回复 支持 反对

使用道具 举报

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

本版积分规则

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