forked from pool/xorg-x11-server
- 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:
parent
69619fe604
commit
a92f08ad3c
@ -8,7 +8,7 @@ Index: hw/xfree86/common/xf86pciBus.c
|
|||||||
case 0x1002:
|
case 0x1002:
|
||||||
- driverList[0] = "ati";
|
- driverList[0] = "ati";
|
||||||
+ driverList[0] = "fglrx";
|
+ driverList[0] = "fglrx";
|
||||||
+ driverList[2] = "ati";
|
+ driverList[1] = "ati";
|
||||||
break;
|
break;
|
||||||
case 0x102c:
|
case 0x102c:
|
||||||
driverList[0] = "chips";
|
driverList[0] = "chips";
|
||||||
|
@ -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
|
Tue Sep 18 21:41:15 UTC 2012 - sndirsch@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user