diff --git a/N_driver-autoconfig.diff b/N_driver-autoconfig.diff index 572cfa6..03290e7 100644 --- a/N_driver-autoconfig.diff +++ b/N_driver-autoconfig.diff @@ -8,7 +8,7 @@ Index: hw/xfree86/common/xf86pciBus.c case 0x1002: - driverList[0] = "ati"; + driverList[0] = "fglrx"; -+ driverList[2] = "ati"; ++ driverList[1] = "ati"; break; case 0x102c: driverList[0] = "chips"; diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 012ce04..dd9792b 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 20 11:34:01 UTC 2012 - sndirsch@suse.com + +- N_driver-autoconfig.diff + * "ati" needs to be the second choice right after "fglrx"; there + must not be a gap between "fglrx" and "ati" introduced by + removing "radeonhd" from this list by the previous change + ------------------------------------------------------------------- Tue Sep 18 21:41:15 UTC 2012 - sndirsch@suse.com