Flavio Stanchina wrote:
Q wrote:Hi when I try to use the script to download the drivers and packages, this is what happens: [...] make: *** [fglrx_6_8_2-8.10.19-1.i386.rpm] Error 1The ATI driver is for X.Org version 6.8.0, but it also works fine on 6.8.1 and 6.8.2; I know this and my scripts automatically download the driver for 6.8.0 when they find X.Org 6.8.1, but 6.8.2 didn't exist until recently and my scripts didn't support it.
Flavio, Are you sure about that, did you see the line: ifeq ($(XVERSION),6.8.1) # There ain't no driver for 6.8.1, set to 6.8.0 XVERSION := 6.8.0 endif I don't believe that in case you have 6.8.2 it will redirect to 6.8.0. thanks for maintaining the package, this is great ! Mathieu