From a92f08ad3cc0911ee80f8da611418c988c45dbbab9ed08f1f81da8d982eb777f Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 20 Sep 2012 11:35:54 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=412 --- N_driver-autoconfig.diff | 2 +- xorg-x11-server.changes | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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