fff108103 发表于 2006-3-7 14:30:22

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

运行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 4168)接着就是乱码
用#/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去查看,但也是出现乱码。
我是个初学者,没有办法了,我还要等着进行嵌入式的模拟呢.
救下我的系统吧

fff108103 发表于 2006-3-7 14:41:11

我用的系统是redhat9.0(2.4-20-8)

hillwood 发表于 2006-3-7 21:07:51

好像是字体出问题了。

fff108103 发表于 2006-3-7 22:02:46

怎么解决啊,有没有路径的.我同学跟我装同一个系统.如果是文件的话,可不可以把他的覆盖我的啊.
可否说清楚点啊.

hillwood 发表于 2006-3-7 22:24:40

检查一下xf86config文件,看看字体设置是否有误。

fff108103 发表于 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"
        DisplaySize320        240
        HorizSync    30.0 - 87.0
        VertRefresh50.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

望指点
页: [1]
查看完整版本: 重起,x-window进不了,求救解决!!