ATI 开源驱动 6.9.0 发布
ATI 开源驱动的新版本 6.9.0 已经发布。该版本除了修正了许多 bug 外,也添加了一些新特性:针对 r1xx/r2xx 芯片的显卡改进了 EXA 渲染支持、为 r3xx/r4xx/r5xx 系列显卡添加了 EXA 渲染支持、以及加入了 Xv 的视频纹理支持 (r1xx-r5xx)。

有关此版本更加详细的更改信息,可以查看其发布公告。
你可以从这里获取其源代码。
[via Linuxsir]
版权声明: 允许非商业性转载,但转载时必须标明作者及原文链接.
本文网址: http://linuxtoy.org/archives/xf86-video-ati-690.html
这么快啊.我的arch 6.8装不上,有人说是内核版本问题,不知道6.9行不行
ATI的驱动会超越Nvidia的,尤其是在非主流GNU/Linux发行版里。
现在用git版本的很不错,总不会比稳定版本慢把
我用6.80版的时候不能玩smc,启动不了
这个玩游戏怎样,如果对游戏支持不好就是废
不知 怎么安装
## Install common build tools like gcc
sudo apt-get -y install build-essential
## Install dependencies to build the driver
sudo apt-get -y build-dep xserver-xorg-video-ati
## Remove current ati driver
sudo apt-get -y purge xserver-xorg-video-ati
## Download the newest driver
wget http://ftp.x.org/pub/individual/driv...-6.9.0.tar.bz2
## Extract the driver archive
tar xvjf xf86-video-ati-6.9.0.tar.bz2
## Go to the drivers' directory
cd xf86-video-ati/
## Configure the drivers' makefiles
./configure --prefix=/usr
## Build the driver
make
## Install the driver
sudo make install