|
ATI 8.34.8 released
Continued success. This is the 3rd driver release in a row from amd/ati that works with the Radeon Mobilty Xpress 200M card in my laptop. It makes me happy.
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON XPRESS Series
OpenGL version string: 2.0.6334 (8.34.8)
It works with Beryl (albeit using XGL) and I am experiencing noticable frame rate increases too (yes I know glxgears isn't a benchmarking tool).
glxgears
11199 frames in 5.0 seconds = 2239.679 FPS
17053 frames in 5.0 seconds = 3410.522 FPS
17057 frames in 5.0 seconds = 3411.321 FPS
15395 frames in 5.0 seconds = 3078.930 FPS
11926 frames in 5.0 seconds = 2385.025 FPS
I installed it using this file, made executable and run as root.
#!/bin/bash
apt-get update
apt-get install module-assistant build-essential wget
apt-get install fakeroot dh-make debconf libstdc++5 linux-headers-$(uname -r)
wget -c https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ \
ati-driver-installer-8.34.8-x86.x86_64.run
chmod +x ati-driver-installer-8.34.8-x86.x86_64.run
./ati-driver-installer-8.34.8-x86.x86_64.run --buildpkg Ubuntu/edgy
dpkg -i xorg-driver-fglrx_8.34.8-1_i386.deb fglrx-kernel-source_8.34.8-1_i386.deb fglrx-control_8.34.8-1_i386.deb
rm /usr/src/fglrx-kernel*.deb
module-assistant prepare
module-assistant update
module-assistant build fglrx
module-assistant install fglrx
depmod -a
aticonfig --initial
aticonfig --overlay-type=Xv
posted 19:06 [/computers/linux]
permanent link
Discuss: 0 comments
|