建议ATI显卡优先使用开源驱动(默认):附优化、节能配置

CPU/显卡/打印机/USB设备等硬件问题
回复
liangphy
帖子: 2
注册时间: 2008-07-30 16:43

我的帖子

#31

帖子 liangphy » 2008-08-02 20:37

:oops: 非常好啊!
czj
帖子: 88
注册时间: 2008-01-28 12:48

#32

帖子 czj » 2008-08-03 5:31

8.04源里的开源驱动还不如官方驱动,开compiz,窗口播放视频,显示不全,速度也慢了许多。
lu1999
帖子: 21
注册时间: 2008-08-02 8:02

#33

帖子 lu1999 » 2008-08-03 17:44

Ubuntu 8.04 ATI M9000
请教专家,我使用开源驱动ati,可这是怎么回事。
执行:glxinfo | grep vendor
得到:
Xlib: extension "ATIFGLRXDRI" missing on display ":0.0".
Error: couldn't find RGB GLX visual

若使用 驱动:Radeon(vesa)
执行:glxinfo | grep vendor
得到:
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: Mesa project: www.mesa3d.org
头像
wRaining
帖子: 54
注册时间: 2008-07-31 20:36

#34

帖子 wRaining » 2008-08-04 14:28

太牛啦,按楼主的方法安装完系统直接就能用立方体了!我搞了三天都没把驱动装上,结果在这里用上立方体了,不过我的EVE还是不能玩呀。。。
R61I 7732BKC T2390 1G+2G 160G 指纹 UE2.2
-----------
Sempron, 2200+ OC 2500+ 1800 MHz (9 x 200)
Asrock K7VM3
NEC ddr400 256M +Kingxcon ddr400 512M
ATI Radeon 9200 Series 128M
Hitachi 60G 7200R
Ubuntu 8.04
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

#35

帖子 syrano » 2008-08-04 14:31

wRaining 写了:太牛啦,按楼主的方法安装完系统直接就能用立方体了!我搞了三天都没把驱动装上,结果在这里用上立方体了,不过我的EVE还是不能玩呀。。。
这里可以下打了补丁的eva
ftp://www.bjlx.org.cn/eva/
E=m c^2
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#36

帖子 jarryson » 2008-08-04 19:57

ls看错,不是eva。33楼的,你驱动没弄好
lu1999
帖子: 21
注册时间: 2008-08-02 8:02

#37

帖子 lu1999 » 2008-08-04 21:16

谢谢jarryson的关心,我使用X -configure,得到了xorg.conf,将其拷贝过去后,仍然打不开GL 。
执行:glxinfo | grep vendor
得到:
Xlib: extension "ATIFGLRXDRI" missing on display ":0.0".
Error: couldn't find RGB GLX visual

要不我也重装一次,我真舍不得,系统更新到最新了,还装了不少的程序。
实在不行就这样了,不玩3D 游戏就是了。
上次由 lu1999 在 2008-08-05 9:09,总共编辑 1 次。
czj
帖子: 88
注册时间: 2008-01-28 12:48

#38

帖子 czj » 2008-08-05 4:13

lu1999 写了:谢谢jarryson的关心,我按您的方法做了,X -configure,将xorg.conf拷贝过去后,仍然打不开GL 。
执行:glxinfo | grep vendor
得到:
Xlib: extension "ATIFGLRXDRI" missing on display ":0.0".
Error: couldn't find RGB GLX visual

要不我也重装一次,我真舍不得,系统更新到最新了,还装了不少的程序。
实在不行就这样了,不玩3D 游戏就是了。
重启,选择调试模式,选第四行恢复设置。

这个xorg.conf不是通用的,如果出现问题用上面的方法恢复。

如果之前安过官方驱动,usr/share/ati sudo sh uninstall.sh 删除官方驱动。

如果xserver-xorg-video-ati,被删了,sudo apt-get install xserver-xorg-video-ati 从源里安装。
lu1999
帖子: 21
注册时间: 2008-08-02 8:02

#39

帖子 lu1999 » 2008-08-05 8:54

正如 38楼 czj 所说,我的确多次安装过官方驱动,不过从来没成功过,因为系统中没有出现过受限驱动。现在我已经将fglrx删除了。也确实安装了xserver-xorg-video-ati。

我使用的是Ubuntu 8.04.1,ATI Radeon Mobility 9000显卡。

我按您(czj)的方法:重启,选择调试模式,选第四行恢复设置。

启动后执行:glxinfo | grep vendor
仍然得到:
Xlib: extension "ATIFGLRXDRI" missing on display ":0.0".
Error: couldn't find RGB GLX visual
这是我重启后的xorg.conf 和Xorg.0.log,您或哪位高人帮我瞧瞧!

# xorg.conf (X.Org X Window System server configuration file)
#
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection


以前使用过下面的驱动设置:
1. 使用开源驱动:ATI Radeon (vesa)
使用:glxinfo命令
得到:
name of display: :0.0
display: :0 screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
server glx vendor string: SGI
server glx version string: 1.2
……(以下略去)
我想让direct rendering 变成 Yes,我不知道如何去做。

2. 使用开源驱动:ATI Radeon (ati)
使用:glxinfo | grep vendor
得到:
Xlib: extension "ATIFGLRXDRI" missing on display ":0.0".
Error: couldn't find RGB GLX visual
上次由 lu1999 在 2008-08-08 13:24,总共编辑 1 次。
czj
帖子: 88
注册时间: 2008-01-28 12:48

#40

帖子 czj » 2008-08-05 22:29

ls的,你需要安装开源,从源里下载。
头像
wRaining
帖子: 54
注册时间: 2008-07-31 20:36

#41

帖子 wRaining » 2008-08-06 15:04

syrano 写了:
wRaining 写了:太牛啦,按楼主的方法安装完系统直接就能用立方体了!我搞了三天都没把驱动装上,结果在这里用上立方体了,不过我的EVE还是不能玩呀。。。
这里可以下打了补丁的eva
ftp://www.bjlx.org.cn/eva/
虽然不是EVE不过好意心领啦,eva是什么东西?好玩吗?
R61I 7732BKC T2390 1G+2G 160G 指纹 UE2.2
-----------
Sempron, 2200+ OC 2500+ 1800 MHz (9 x 200)
Asrock K7VM3
NEC ddr400 256M +Kingxcon ddr400 512M
ATI Radeon 9200 Series 128M
Hitachi 60G 7200R
Ubuntu 8.04
kappa8086
帖子: 308
注册时间: 2008-06-23 14:42

#42

帖子 kappa8086 » 2008-08-06 15:04

呃,我的9550,应该是被支持而且很容易驱动的那种吧?为什么8.04安装后compiz开不了呢?(视觉效果只能选无)官方驱动我真受够了。。。
头像
wRaining
帖子: 54
注册时间: 2008-07-31 20:36

#43

帖子 wRaining » 2008-08-06 15:07

lu1999 写了:正如 38楼 czj 所说

.......
Error: couldn't find RGB GLX visual
你用的什么时间的驱动,我看到里面还支持我的显卡9200SE,如果你搞定了要跟我说一声呀,泪~
R61I 7732BKC T2390 1G+2G 160G 指纹 UE2.2
-----------
Sempron, 2200+ OC 2500+ 1800 MHz (9 x 200)
Asrock K7VM3
NEC ddr400 256M +Kingxcon ddr400 512M
ATI Radeon 9200 Series 128M
Hitachi 60G 7200R
Ubuntu 8.04
lu1999
帖子: 21
注册时间: 2008-08-02 8:02

#44

帖子 lu1999 » 2008-08-06 17:03

wRaining(43楼):
我使用的Ubuntu8.04.1自带的驱动xserver-xorg-video-ati,xorg.conf是按文中的方法自动生成的。我“觉得”出现错误是由于多次安装官方驱动,后又用开源驱动时,某个或某些配置有问题。别人也遇到过的,请参考:
(不过我已经绝望了,就这样用吧,没有3D加速)

http://ubuntuforums.org/showthread.php?t=620146&page=3

以下来自:http://www.radeonhd.org/?page=archive_d ... =2008-1-05
Whoopie: Hi, latest googleearth crashes with "Xlib: extension "ATIFGLRXDRI" missing on display ":0.0"." Did someone get it to run with radeon?
OipOS: You're using fglrx, it edits the libraries.
OipOS: Or used.
OipOS: brb
Whoopie: OipOS: found the problem. a symlink was wrong. I have a script for switching between radeon and fglrx, and one symlink was not corrected. :(
Whoopie: thanks for your help.
OipOS: No problem.
星际流浪
帖子: 3
注册时间: 2008-08-07 10:33

我的安不了

#45

帖子 星际流浪 » 2008-08-08 11:44

syrano
有这样的提示:
luoqin@lemon:~$ sudo aptitude install simple-ccsm
E: 无法获得锁 /var/lib/dpkg/lock - open (11 资源临时不可用)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
读取状态信息... 完成
正在初始化软件包状态... 完成
创建标签数据库... 完成
E: 无法获得锁 /var/lib/dpkg/lock - open (11 资源临时不可用)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
回复