求高手解决ati xpress 200m的显卡3d驱动问题

CPU/显卡/打印机/USB设备等硬件问题
回复
lipengch
帖子: 16
注册时间: 2006-09-16 13:16

求高手解决ati xpress 200m的显卡3d驱动问题

#1

帖子 lipengch » 2006-09-29 22:26

用论坛上的方法装了很多次都没有搞定。
有人成功过吗 ? 用的什么版本的驱动? 麻烦共享一下!
kyree
帖子: 96
注册时间: 2006-09-12 13:03

#2

帖子 kyree » 2006-10-01 23:57

有的,我的IBM本子就是这个显卡,已经成功驱动,玩war3和cs很爽的。

代码: 全选

代码:
sudo apt-get install xorg-driver-fglrx

然后
代码:
sudo dpkg-reconfigure xserver-xorg

当出现对话框并询问是否自动检测显卡时,选择是。当提示选择一个驱动时,选择fglrx。酌情按余下的说明操作(一般默认即可,不用写入什么的)。
重启以便所做改变生效。

你可以查看一下是否成功安装了驱动,输入
代码:
fglrxinfo

我的是这样的
代码:
zhuqin@ubuntu:~$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X600 SE Generic
OpenGL version string: 2.0.5814 (8.25.18)

你肯定和我的不一样,因为你没有安装xgl是不会出现第一句的missing。
以上全是坛子里的,我照这个做的。成功了。
lipengch
帖子: 16
注册时间: 2006-09-16 13:16

看看我这个正常吗?

#3

帖子 lipengch » 2006-10-04 16:54

hp的笔记本。
AMD3000+ 显存128M

测试结果:
li@li-laptop:~$ glxgears -printfps
7654 frames in 5.0 seconds = 1527.521 FPS
9348 frames in 5.0 seconds = 1869.515 FPS
9324 frames in 5.0 seconds = 1864.775 FPS
10909 frames in 5.0 seconds = 2181.774 FPS
10897 frames in 5.0 seconds = 2179.142 FPS
7563 frames in 5.0 seconds = 1512.598 FPS
4987 frames in 5.0 seconds = 997.358 FPS
5321 frames in 5.0 seconds = 1064.129 FPS
8987 frames in 5.0 seconds = 1797.372 FPS
11999 frames in 5.0 seconds = 2399.727 FPS
11894 frames in 5.0 seconds = 2378.682 FPS
9020 frames in 5.0 seconds = 1803.982 FPS
5071 frames in 5.0 seconds = 1014.029 FPS
8647 frames in 5.0 seconds = 1729.319 FPS
11544 frames in 5.0 seconds = 2308.732 FPS
12129 frames in 5.0 seconds = 2425.777 FPS
12226 frames in 5.0 seconds = 2445.050 FPS
12174 frames in 5.0 seconds = 2434.758 FPS
12169 frames in 5.0 seconds = 2433.761 FPS
12235 frames in 5.0 seconds = 2446.954 FPS
12269 frames in 5.0 seconds = 2453.689 FPS
12236 frames in 5.0 seconds = 2447.069 FPS
回复