ATI 开源驱动 6.9.0 发布

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

ATI

有关此版本更加详细的更改信息,可以查看其发布公告

你可以从这里获取其源代码

[via Linuxsir]

Read More:

7 Comments

  1. 1 安德 Commented @ 2008-06-27 12:45Reply to this comment

    这么快啊.我的arch 6.8装不上,有人说是内核版本问题,不知道6.9行不行

  2. 2 luojie-dune Commented @ 2008-06-27 13:12Reply to this comment

    ATI的驱动会超越Nvidia的,尤其是在非主流GNU/Linux发行版里。

  3. 3 lh Commented @ 2008-06-27 14:19Reply to this comment

    现在用git版本的很不错,总不会比稳定版本慢把

  4. 4 獨立的豬 Commented @ 2008-06-27 16:41Reply to this comment

    我用6.80版的时候不能玩smc,启动不了

  5. 5 fed Commented @ 2008-06-28 23:22Reply to this comment

    这个玩游戏怎样,如果对游戏支持不好就是废

  6. 6 hongmop Commented @ 2008-06-30 12:05Reply to this comment

    不知 怎么安装

  7. 7 lvscar Commented @ 2008-06-30 19:48Reply to this comment

    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