LinuxSir.cn,穿越时空的Linuxsir!

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

装完fc9的libdrm后,系统卡死在开机界面中。

[复制链接]
发表于 2008-12-20 13:36:59 | 显示全部楼层 |阅读模式
汗,再改了下配置居然解决了!
特别提示:
在system-config-display运行之前,先删除/etc/X11/xorg.conf文件,然后不需要更改任何东西直接点OK.然后再使用aticonfig --initial。

还有一个问题,呵呵,希望帮个忙:
现在安装好驱动了,那么libdrm这个包是要一起保持在fc9的状况呢?还是可以换回f10的?
如果要维持在fc9的情况,可以如何还保证?谢谢。

--------------已解决-----------------
按照 wan_gjie 的 Fedora10安装ATI 8.12驱动成功 帖:
http://www.linuxsir.cn/bbs/thread340729.html

我使用的是升级后的内核:2.6.27.7-134.fc10.i686
主机是:Thinkpad T400
结果,系统卡死在开机界面中,无论是/etc/inittab中是3[文本]还是5[图形]都一样。

最后使用光盘Rescue时,把Driver改回vesa才可以进入的。
弄了好几天了这个鬼驱动,唉。兄弟们帮帮手吧。3点还考六级呢。阿门~~

配置文件如下:
-----------------------
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"

# keyboard added by rhpxl
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105+inet"
        Option            "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
-----------------------
发表于 2008-12-20 13:48:53 | 显示全部楼层
Post by HBCN;1926797
按照 wan_gjie 的 Fedora10安装ATI 8.12驱动成功 帖:
http://www.linuxsir.cn/bbs/thread340729.html

我使用的是升级后的内核:2.6.27.7-134.fc10.i686
主机是:Thinkpad T400
结果,系统卡死在开机界面中,无论是/etc/inittab中是3[文本]还是5[图形]都一样。

最后使用光盘Rescue时,把Driver改回vesa才可以进入的。
弄了好几天了这个鬼驱动,唉。兄弟们帮帮手吧。3点还考六级呢。阿门~~

配置文件如下:
-----------------------
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"

# keyboard added by rhpxl
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105+inet"
        Option            "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
-----------------------




你的配置文件是错的,最后一步用:
aticonfig --initial -f


Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
EndSection

这部分是应该没有的。

正确的配置文件看:

http://www.linuxsir.cn/bbs/thread341247.html

我上传的附件。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-20 18:14:45 | 显示全部楼层
Post by hades;1926804
你的配置文件是错的,最后一步用:
aticonfig --initial -f


Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
EndSection

这部分是应该没有的。

正确的配置文件看:

http://www.linuxsir.cn/bbs/thread341247.html

我上传的附件。


谢谢,呵,其实这部分写不写是效果是一样的不过当然去掉更好了呵呵。
这个配置文件还是可以运行地很好。呵呵。

还有一个问题,呵呵,希望帮个忙:
现在安装好驱动了,那么libdrm这个包是要一起保持在fc9的状况呢?还是可以换回f10的?
如果要维持在fc9的情况,可以如何还保证?谢谢。
回复 支持 反对

使用道具 举报

发表于 2008-12-20 18:22:35 | 显示全部楼层
Post by HBCN;1926924
谢谢,呵,其实这部分写不写是效果是一样的不过当然去掉更好了呵呵。
这个配置文件还是可以运行地很好。呵呵。

还有一个问题,呵呵,希望帮个忙:
现在安装好驱动了,那么libdrm这个包是要一起保持在fc9的状况呢?还是可以换回f10的?
如果要维持在fc9的情况,可以如何还保证?谢谢。


不能换回去。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-20 23:18:51 | 显示全部楼层
Post by hades;1926929
不能换回去。


请问有什么好方法来保证libdrm这个包不被升级的时候替换掉?
回复 支持 反对

使用道具 举报

发表于 2008-12-21 13:10:19 | 显示全部楼层
偶也想知道怎样保证libdrm不被升级,我现在很次更新系统时都得小心翼翼的找到libdrm,选后把它的勾去掉。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-21 22:39:19 | 显示全部楼层
Post by ziyi8;1927316
偶也想知道怎样保证libdrm不被升级,我现在很次更新系统时都得小心翼翼的找到libdrm,选后把它的勾去掉。


我现在的策略是不更新,呵呵。
回复 支持 反对

使用道具 举报

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

本版积分规则

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