zy_sunshine 发表于 2009-10-23 10:21:48

Catalyst 9.10发布

在专门为 Ubuntu 9.10 定做的 Catalyst 9.10 泄漏出来之后,ATI 很快又发布了催化剂 9.9,从 Release Note 上面看,新版 Catalyst 仅仅是修复 BUG 而已,新特性里面也仅仅是支持新的操作系统。
这版催化剂仍然不支持 Kernel 2.6.31,的确,按照 ATI 的惯例,既然出了支持 2.6.31 的泄漏版 9.10,那肯定是到 9.10 正式发布才会给予正式支持。
想更新新版,又想用新内核的同学,可以使用 9.10 泄漏版,或者使用 AUR 中kozzi 提供的 patch(未经测试)来使用 9.9,不过无论哪种,都没有提供 XvBA 的支持,可恶的 ATI……
根据消息,Kernel 2.6.32 将提供 R600/R700 的 KMS 以及 3D 支持,估计到时候会有一大批人换上开源驱动了……
下载地址:Catalyst 9.9


下一版本加上这个驱动吧,也好让我的ATI重见天日。

zy_sunshine 发表于 2009-10-23 10:41:33

http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.5&lang=English
9.10的下不下来,:(

sejishikong 发表于 2009-10-24 19:54:19

应该还是不支持xorg-server 1.6吧。

zy_sunshine 发表于 2009-10-24 22:43:23

应该支持xorg-server1.6

Works also for me (stock kernel 2.6.31.4-1, catalyst and catalyst-utils 9.10-1, xorg-server-maximize-fix 1.6.3.901-1 on i686 and Mobility Radeon HD 3470). It's a pity that we still need a patched xorg server to get decent speed when maximizing windows in kwin. But maybe it's an xorg-related problem, not a catalyst problem. Let's hope that server 1.7 will fix this...

这是arch AUR上的评论。现在可以下载了,正在下载中。我的配置和上面评论的一样,等我测试一下呵呵。

$ cat PKGBUILD
_kernver=`uname -r`

pkgname=catalyst
pkgver=9.10
pkgrel=1
pkgdesc="AMD/ATI kernel drivers for Radeon brand cards. Stock kernel"
arch=('i686' 'x86_64')
url="http://www.ati.amd.com"
license=('custom')
depends=("catalyst-utils>=${pkgver}" "kernel26>=2.6.29" "kernel26<2.6.32")
replaces=('ati-fglrx' 'fglrx') # Yay rebranding
conflicts=('catalyst')
provides=('catalyst')
install=catalyst.install
source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run)

md5sums=('c79bed0ec7e96a11105922a70aea7a9c')

build() {
/bin/sh ./ati-driver-installer-${pkgver/./-}-x86.x86_64.run --extract archive_files

if [ "${CARCH}" = "x86_64" ]; then
BUILDARCH=x86_64
_archdir=x86_64
fi
if [ "${CARCH}" = "i686" ]; then
BUILDARCH=i386
_archdir=x86
fi

cd "${srcdir}/archive_files/common/lib/modules/fglrx/build_mod"
cp "${srcdir}/archive_files/arch/${_archdir}/lib/modules/fglrx/build_mod/libfglrx_ip.a.GCC4" . || return 1
cp 2.6.x/Makefile . || return 1

make -C /lib/modules/${_kernver}/build SUBDIRS="`pwd`" ARCH=${BUILDARCH} modules || return 1

install -m755 -d "${pkgdir}/lib/modules/${_kernver}/video/"
install -m644 fglrx.ko "${pkgdir}/lib/modules/${_kernver}/video/" || return 1
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"

# License
install -m644 "${srcdir}/archive_files/ATI_LICENSE.TXT" "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1

sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/" $startdir/*.install
}

zy_sunshine 发表于 2009-10-25 10:10:39

可以正常运行,但是最大化窗口确实有延迟,而且很严重。

hillwood 发表于 2009-10-25 11:59:27

费那劲干嘛,直接用NVIDIA就行了。

zy_sunshine 发表于 2009-10-25 12:14:36

没办法,穷人,换不起显卡......

其实ati很不错的..

关掉特效后,感觉还可以

jiangtao9999 发表于 2009-10-25 18:25:51

有延迟就是驱动没装好。ati 驱动印象里有三个模块,有两个或者一个的位置似乎在 ML 里面 xorg 不能识别。
没这个模块,显示速度还不如 vesa 驱动的效果。

zy_sunshine 发表于 2009-10-25 20:26:32

3d效果都可以,驱动应该是装好了,可能和xorg-server不太兼容吧,,

ML在我的机器上启动不了,总是没反应。(实在是水平有限,启动过程我还没搞明白,正在努力中)

sejishikong 发表于 2009-10-26 09:45:26

原帖由 jiangtao9999 于 2009-10-25 18:25 发表 http://www.linuxfans.org/bbs/images/common/back.gif
有延迟就是驱动没装好。ati 驱动印象里有三个模块,有两个或者一个的位置似乎在 ML 里面 xorg 不能识别。
没这个模块,显示速度还不如 vesa 驱动的效果。 ...
没有不能识别位置的问题了,现在ml上用fc的打包方式就行了。
页: [1]
查看完整版本: Catalyst 9.10发布