Le mardi 05 octobre 2010 20:35:24, Sven-Hendrik Haase a écrit :
On 05.10.2010 20:27, Adam Chidlow wrote:
Hey Stefano,
What instructions did you follow? I'm interested on testing this (HD 4850 here).
Cheers, Adam ------Original Message------ From: Stefano Avallone Sender: arch-general-bounces@archlinux.org To: General Discusson about Arch Linux ReplyTo: stavallo@unina.it ReplyTo: General Discussion about Arch Linux Subject: [arch-general] some notes on the radeon gallium driver Sent: Oct 6, 2010 2:24 AM
Hi,
just if anyone is interested... I compiled mesa 7.9 and tried the radeon gallium driver on a X300 ati card. It works pretty good. For instance, now I can use the blur effect of kwin 4.5, while I couldn't with classic mesa 7.9 driver. I don't play games, so I cannot tell what is different with games...
Maybe we might have an ati-dri package in [testing] that ships r300g instead of r300c...
Stefano
You can use my -gallium AUR packages. I use them on my r500 and it works very well for games and the like.
With the move to python2/python3 you need to add these lines to properly built if testing is enabled: sed -i -e 's#/bin/env python#/bin/env python2#g' \ src/gallium/auxiliary/indices/*.py src/mesa/main/*.py sed -i -e 's#PYTHON2 = python#PYTHON2 = python2#g' \ configs/current sed -i -e 's#python#python2#g' \ src/gallium/auxiliary/Makefile Works for me with r600g ++