LinuxSir.cn,穿越时空的Linuxsir!

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

我的硬件有问题?(装完RedHat后----重启----黑屏^^^)

[复制链接]
发表于 2003-5-28 23:19:30 | 显示全部楼层 |阅读模式
我的硬件配置
昂达        KT133(VIA KT133A的前一代产品)
内存        SDR 192 (HY的条子)
硬盘        昆腾 20G
CPU       AMD 毒龙 650
显示器    Philips 105M (是系统自检到的,卖的是二手货)

显卡        ATI(我也糊涂了,卖的时候要的的 Radeon VE,在Windows上检测到的是VE/7000,Red Flag 3.2上检测到的是Radeon generic,装Red Hat 9.0的时候检测到的是Radeon 7000。)

双光驱      明基DVDROM 16x 和硬盘同一条数据线、宏基CDROM 50x独自一条线。
软驱         三星  

(写了这么多,我想其它应该没什么了吧)

RedHat 从7。3一直至9。0一直装不上,我也不知道怎么回事,装完后从启,进到Red Hat(应该是自检吧,反正出一大堆英文字符,没法看懂),好一伙后(应该差不多到登录界面了吧)就黑屏,7。3至9。0都一个样(天啊,我跟RH这么有缘^^^^^^^^)。我用是都是RH的默认选项安装(包括完全安装、工作站、个人桌面)。但装红旗的时候却能运行很好,现在用的是红旗3。2和Win98SE。


请各路好手帮个忙吧!!!!!!

不胜感激
发表于 2003-5-29 10:46:46 | 显示全部楼层
能不能到控制台下查看/var/log/下面的log?
发表于 2003-5-29 18:51:22 | 显示全部楼层
把配制文件帖上来。
/etc/X11/XF86Config或者/etc/X11/XF86Config-4,多谢。
 楼主| 发表于 2003-5-29 22:50:06 | 显示全部楼层
用图形界面登录就黑屏,用文本模式登录还没试过,试后我再来发贴子吧。
发表于 2003-5-30 12:50:10 | 显示全部楼层
最初由 YSM 发表
用图形界面登录就黑屏,用文本模式登录还没试过,试后我再来发贴子吧。


你没有使过在黑屏时按CTRL+ALT+F2进入console试试吧.
 楼主| 发表于 2003-5-31 18:19:03 | 显示全部楼层
黑屏后按什么键都没用,更不用说复制文件了。

现在我有个想法,想把红旗3。2版的显卡驱动和红帽子9。0的显卡驱动互换(我想是驱动的问题吧,因为红帽子9。0用的是比较新的驱动,红旗用的是比较老的驱动,而新的驱动不支持我的显卡)。

希望南北老大帮我这个忙,谢谢!!!!!!!
发表于 2003-5-31 18:32:49 | 显示全部楼层
如果是光盘安装用光盘启动后进入linux rescue应该可以用mount挂上fat分区,然后cp /etc/X11/XF86Config或者/etc/X11/XF86Config-4 到FAT区,帖上来

如果是硬盘安装用升级的形式将默认启动方式选为文本登陆,再用以上方法把XF86Config弄上来…
 楼主| 发表于 2003-5-31 19:29:19 | 显示全部楼层
dragonnapalm兄的过一伙我试一下,不过如果从硬盘安装的话(我的是光盘),我不知道怎么弄,看了相关的贴子也还是不行。希望高手指点,要详细的方法。

为了方便我只好在这里请教RH 9的硬盘安装方法了。
发表于 2003-5-31 19:40:47 | 显示全部楼层
 楼主| 发表于 2003-5-31 19:59:56 | 显示全部楼层
不行啊!照那个方法是从网上下载的.ISO文件,试过很多次了,还是不行,我的是光盘的(D版的三张盘)。

我照dragonnapalm兄找到了XF86Config文件,再次感谢dragonnapalm兄。


我的XF86Config文件如下:



# XFree86 4 configuration created by pyxf86config

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"
        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      "keyboard"
        Option            "XkbRules" "xfree86"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "IMPS/2"
        Option            "Device" "/dev/psaux"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "yes"
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            "rotocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "DDCPROBED"
        DisplaySize  280        210
        HorizSync    30.0 - 80.0
        VertRefresh  50.0 - 120.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 7000"
EndSection

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

Section "DRI"
        Group        0
        Mode         0666
EndSection
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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