QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2980|回复: 5

重起,x-window进不了,求救解决!!

[复制链接]
发表于 2006-3-7 14:30:22 | 显示全部楼层 |阅读模式
运行xmms无反应,重起,晃了几下就是进不了图形界面,最后进入文本形式.
用#redhat-config-xfree86进行配置,出现如下提示:
xconf.py:Fatal IO error 2(connection reset by peer)on X server:17.0
用#startx

'''''''
Could not init font path elemnt uinx/:7100 ,removing from list!

Fatal server error!
Could not open default font "fixed"
when reporting a problem related to a server crash.please send the full server output,not
just the lact messages. This can be found in the the log file"/var/log/XFree86.0.log".
please report problem to [email protected]

XIO: fatal IO error 104(Connection reset by peer)on X server ":0.0"
after 0 requests (0 known processed)with 0 events remaining.
用#/etc/init.d/xfs status
xfs(pid 416接着就是乱码
用#/etc/init.d/xfs start
出现也是乱码
用#fslsfonts -server unix/:7100 -|| -fn fixed
fslsfonts: unable to open server "unix/:7100"

我查阅了本论坛关于x-window求救的帖子,大概知道是unix/:7100的问题
我不懂uinx/:7100的路径,也不知道unix/:7100是不是文本形式,可不可以打开。
我用过#/etc/X11/XF86config -4去查看,但也是出现乱码。
我是个初学者,没有办法了,我还要等着进行嵌入式的模拟呢.
救下我的系统吧
 楼主| 发表于 2006-3-7 14:41:11 | 显示全部楼层
我用的系统是redhat9.0(2.4-20-
回复

使用道具 举报

发表于 2006-3-7 21:07:51 | 显示全部楼层
好像是字体出问题了。
回复

使用道具 举报

 楼主| 发表于 2006-3-7 22:02:46 | 显示全部楼层
怎么解决啊,有没有路径的.我同学跟我装同一个系统.如果是文件的话,可不可以把他的覆盖我的啊.
可否说清楚点啊.
回复

使用道具 举报

发表于 2006-3-7 22:24:40 | 显示全部楼层
检查一下xf86config文件,看看字体设置是否有误。
回复

使用道具 举报

 楼主| 发表于 2006-3-8 12:50:46 | 显示全部楼层
要上课,来不及发问
下面是我的xf86config文件,没有任何更改
# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option            "XkbRules" "xfree86"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "IMPS/2"
        Option            "Device" "/dev/psaux"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option            "Protocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Imagic"
        DisplaySize  320        240
        HorizSync    30.0 - 87.0
        VertRefresh  50.0 - 160.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
        VendorName  "Videocard vendor"
        BoardName   "VESA driver (generic)"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

望指点
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-3-29 19:20 , Processed in 0.123068 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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