LinuxSir.cn,穿越时空的Linuxsir!

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

装上fglrx后,startx进入KDE时死机了

[复制链接]
发表于 2006-11-7 23:08:32 | 显示全部楼层 |阅读模式
装上了ati-driver-installer-8.30.3.run,twm下输入fglrxinfo,显示已安装

# fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X300 Generic
OpenGL version string: 2.0.6119 (8.30.3)

但进入kde的时候却死机,卡在登录面板那里,唯一能做的就是关闭电源。另外尝试过使用ati和radeon也可以进入KDE,但响应速度太慢了,根本不能正常工作,只有使用vesa才OK,请问如何解决?


xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/TrueType/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
#        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
#        Load  "xtt"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
#        Load  "type1"
        Load  "freetype"
        Load  "fbdevhw"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "AutoRepeat" "500 30"
        Option            "XkbRules" "xorg"
        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 6 7"
EndSection

Section "Monitor"

#        HorizSync    31.5 - 37.9
#        Option       "DPMS"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 70.0
EndSection

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

Section "Device"
        Identifier  "aticonfig-Device[0]"
#        Driver      "fglrx"
#        Driver      "ati"
#        Driver      "radeon"
        Driver      "vesa"
#        Option            "KernelModuleParm" "agplock=0" # AGP locked user pages: disabled
#        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport  0 0
                Depth     24
                Modes     "1400x1050" "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

/var/log/Xorg.0.log似乎没有报告什么错误
发表于 2006-11-8 01:56:14 | 显示全部楼层
I am using vesa driver for my ATI quite a while. :-(
Similar problem as yours if I use ati driver.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-8 07:59:38 | 显示全部楼层
用vesa是没有问题,可就是看DVD都感觉画面有停顿,不爽
回复 支持 反对

使用道具 举报

发表于 2006-11-8 11:00:10 | 显示全部楼层
看DVD停顿应该不是vesa的问题,我这看DVD,mp4, 甚至HD的电影都很流畅。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-9 20:58:56 | 显示全部楼层
顶下,问题仍未解决,不过也不打算花太多时间搞这个,另外有更重要的事啊,各位兄弟有知道问题出在哪的就告诉我吧~
回复 支持 反对

使用道具 举报

发表于 2006-11-10 11:18:31 | 显示全部楼层
试试这样如何:
文本终端下运行rmmod fglrx,删除fglrx这个模块
然后启动图形界面
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-10 21:43:55 | 显示全部楼层
系统启动后并没有加载fglrx模块,lsmod|grep fglrx没有内容
回复 支持 反对

使用道具 举报

发表于 2006-11-12 20:49:25 | 显示全部楼层
modprobe fglrx后,用dmesg看是不是有错误信息
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-12 23:42:40 | 显示全部楼层
root@ruoyu:~# dmesg | grep fglrx

[   58.063000] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[   58.066000] [fglrx] Maximum main memory to use for locked dma buffers: 429 MBytes.
[   58.067000] [fglrx] module loaded - fglrx 8.30.3 [Oct 26 2006] on minor 0

似乎没有错误
回复 支持 反对

使用道具 举报

发表于 2006-11-13 10:50:15 | 显示全部楼层
先在文本模式下modprobe fglrx,然后启动图形,
或者在文本模式下不加载fglrx而启动图形
两种情况都死机吗?
回复 支持 反对

使用道具 举报

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

本版积分规则

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