- 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
This commit is contained in:
Stefan Dirsch 2012-09-20 11:35:54 +00:00 committed by Git OBS Bridge
parent 69619fe604
commit a92f08ad3c
2 changed files with 9 additions and 1 deletions

View File

@ -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";

View File

@ -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