LinuxSir.cn,穿越时空的Linuxsir!

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

急!~安装FC5但不能进桌面,求救啊~~~

[复制链接]
发表于 2006-5-8 21:41:50 | 显示全部楼层 |阅读模式
先讲一下我的电脑配置:
AMD 2800+
ATI 显卡
8139 网卡
NV8 主板
集成声卡



折腾了两三天,终于把FC5刻录成盘,DVD版的,急的就安装了~~~~先说明,SHA1正确!
开始安装,进入那个选择安装方式的界面,这个界面想必大家都知道吧~~然后,问题出现了,按理说,如果直接按确定或者不动他,都会进入图形安装模式,但是我这里不管如何,都是进入文本安装模式~~~模式不对就不对吧,我不在意~~~然后从文本开始安装,我装第一次是,把所有软件包都勾上了,不是详情里的,只是在选择的地方勾了,所以有些默认没装的就没安装了,结果安装好后进入的是字符界面,打入命令:startx,没有效果,安装显卡驱动,错误,没有用,找网上有些朋友的方法,还是没用~~火大了,就重新安装了一次,这次我把所有的软件包都装了,就是选择的时候按F2然后一个个勾,全勾,安装~~~~还是进不去~~这下郁闷了哦,打入startx,屏幕黑一下,接着回到字符界面,界面显示:


X Window System Version 7.0.0
Release Date  :21  December  2005
X  Protocol  Version  11, Revision  0, Release  7.0
Build  Operating  System : Linux 2.6.9-22.18.bz155725. Elsmp  i686  Red Hat, Inc.
Current  Operating  System inux  localhost.localdomin  2.6.15-1.2054_FC5  #1  Tue  Mar  14  15:48:33  Est  2006  i686
Build  Date :06  March 2006
            Before  reporting  problems, check  http://wiki.X.org
            to  make  sure  that  you  have  the  latest  version.
Module  Loader  Present
Markers: (--)probed,(**)from  config  file,  (==)default  setting ,
            (++)from  command  line , (!!)notice ,(II) infor  mational,
            (WW) warning ,(EE)error ,(NI) not implemented ,(??)unknown.
(==) Log  file :"/var/log/Xorg.o.log ", Time :Mon May  8  01:12:06   2006
(==) Using  config  file :"/etc/X11/xorg.conf"
(WW) RADEON:NO  matching  Device  section  for  instance  (BusID  PCI :5:0:1)found
(EE) No  devices  detected.

Fatal  server  eroor:
no  screens  found
SIO :fatal  IO  erry  104 ( Connection reset  by  peer ) on  X server ":0.0"
       after  0  requests  (0 known  processed ) with  0  events  remaining .


然后就什么办法都没了,还是那样~~~~大家能告诉我究竟是什么意思吗?是因为驱动的关系还是内核版本的问题?或者是因为显示器的分辨率等问题??

当中好象是说找不到屏幕,没有驱动?可是该怎么装驱动呢?在网上的朋友提供的一些方法中都提到一个XFree86
文件,但在我的系统中找不到~~~~是因为没有装XFree86 的原因吗?如果是该怎么安装啊?
急求答案哦~~~
弄的头疼死了
几天了啊~~~~~
哦,在字符界面时可以浏览网页不?
或者看E-MAIL ?


还有,在FC5中怎么 XFree86 找不到??没这个文件,怎么办?
命令XFree86  也没有用
哎,难到了~~~~
求教啊~~
会是因为XFree86没安装吗?
如果是该怎么办?
 楼主| 发表于 2006-5-8 23:26:56 | 显示全部楼层
我看过很多以前的帖子,当中确实也有和我这情形一样的朋友,但是~~~~~~~~`
没有一个人的问题在帖子中解决了~~~
希望斑竹不要认为我是在乱问问题而不原回答~~~
谢谢~~~

真的没有人写出了解决方法~~~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-9 11:42:40 | 显示全部楼层
为什么还没人帮啊~~~
是信息不够吗?我把xorg.conf文件拷了出来,大家再帮我看看吧,我的不是集成显卡~~~


# XFree86 4 configuration created by pyxf86config

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

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
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      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "H107C/F/H/T"
        DisplaySize  310        230
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 71.0
        VertRefresh  50.0 - 160.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Technologies Inc RV370 [ATI Sapphire X550 Silent]"
EndSection

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

Section "DRI"
        Group        0
        Mode         0666
EndSection


还有我使用setup  里面最后一项是关于X WINDOW 的,我选择后就出现了:
Couldn't start X server on card 0
Couldn't start X server on card 1
Couldn't start X server with old config, trying with a fresh configuration.
Couldn't start X server on card 0

然后屏幕一花~~~过会儿又回到初进setup 的样子了~~
回复 支持 反对

使用道具 举报

发表于 2006-5-9 16:50:05 | 显示全部楼层
建议楼主最好把你硬件具体的配置写出来,如显卡的型号,主板的型号等等。
还有就是,楼主可以先到redhat/fedora版去看看FC5安装的帖子。ati显卡的支持确实有点问题。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-9 17:04:14 | 显示全部楼层
主板升技NV8,显卡ATI的X550
在没安装显卡驱动的时候Linux应该是能进桌面的吧?我听他们说都是可以进桌面的~~
我用过很多方法了,都没用,开始是鼠标有点问题,现在的情况是进行Xorg -conf/root/xorg.conf.new命令的时候会进行测试
没有他们所说的黑灰色方格
只是黑屏然后有一个X行鼠标~~~
按ctrl+alt+backspace无法退出测试面,用ctrl+alt+F1退出后不论什么命令都没用
只的ctrl+alt+del 重起~~~
回复 支持 反对

使用道具 举报

发表于 2006-5-9 17:58:58 | 显示全部楼层
楼主不要病急乱投医..FC5里应没有XFREE86的.是XORG.
另外,看起来可能是ATI显卡的问题..
安装时不能用图文模式的话,就是显卡问题了.系统支持好的话呢,外置显卡应该不会进入到文本模式安装的.
回复 支持 反对

使用道具 举报

发表于 2006-5-10 08:18:33 | 显示全部楼层
回复 支持 反对

使用道具 举报

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

本版积分规则

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