分页: 3 / 16
我的帖子
发表于 : 2008-08-02 20:37
由 liangphy

非常好啊!
发表于 : 2008-08-03 5:31
由 czj
8.04源里的开源驱动还不如官方驱动,开compiz,窗口播放视频,显示不全,速度也慢了许多。
发表于 : 2008-08-03 17:44
由 lu1999
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
发表于 : 2008-08-04 14:28
由 wRaining
太牛啦,按楼主的方法安装完系统直接就能用立方体了!我搞了三天都没把驱动装上,结果在这里用上立方体了,不过我的EVE还是不能玩呀。。。
发表于 : 2008-08-04 14:31
由 syrano
wRaining 写了:太牛啦,按楼主的方法安装完系统直接就能用立方体了!我搞了三天都没把驱动装上,结果在这里用上立方体了,不过我的EVE还是不能玩呀。。。
这里可以下打了补丁的eva
ftp://www.bjlx.org.cn/eva/
发表于 : 2008-08-04 19:57
由 jarryson
ls看错,不是eva。33楼的,你驱动没弄好
发表于 : 2008-08-04 21:16
由 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 游戏就是了。
发表于 : 2008-08-05 4:13
由 czj
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 从源里安装。
发表于 : 2008-08-05 8:54
由 lu1999
正如 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
发表于 : 2008-08-05 22:29
由 czj
ls的,你需要安装开源,从源里下载。
发表于 : 2008-08-06 15:04
由 wRaining
虽然不是EVE不过好意心领啦,eva是什么东西?好玩吗?
发表于 : 2008-08-06 15:04
由 kappa8086
呃,我的9550,应该是被支持而且很容易驱动的那种吧?为什么8.04安装后compiz开不了呢?(视觉效果只能选无)官方驱动我真受够了。。。
发表于 : 2008-08-06 15:07
由 wRaining
lu1999 写了:正如 38楼 czj 所说
.......
Error: couldn't find RGB GLX visual
你用的什么时间的驱动,我看到里面还支持我的显卡9200SE,如果你搞定了要跟我说一声呀,泪~
发表于 : 2008-08-06 17:03
由 lu1999
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.
我的安不了
发表于 : 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?