forked from pool/xorg-x11-server
- N_driver-autoconfig.diff:
* removed radeonhd and unichrome from driver list, since no longer supported upstream OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=411
This commit is contained in:
parent
eaf2f174ff
commit
69619fe604
@ -2,13 +2,12 @@ Index: hw/xfree86/common/xf86pciBus.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- hw/xfree86/common/xf86pciBus.c.orig
|
--- hw/xfree86/common/xf86pciBus.c.orig
|
||||||
+++ hw/xfree86/common/xf86pciBus.c
|
+++ hw/xfree86/common/xf86pciBus.c
|
||||||
@@ -1107,7 +1107,9 @@ videoPtrToDriverList(struct pci_device *
|
@@ -1107,7 +1107,8 @@ videoPtrToDriverList(struct pci_device *
|
||||||
driverList[0] = "ast";
|
driverList[0] = "ast";
|
||||||
break;
|
break;
|
||||||
case 0x1002:
|
case 0x1002:
|
||||||
- driverList[0] = "ati";
|
- driverList[0] = "ati";
|
||||||
+ driverList[0] = "fglrx";
|
+ driverList[0] = "fglrx";
|
||||||
+ driverList[1] = "radeonhd";
|
|
||||||
+ driverList[2] = "ati";
|
+ driverList[2] = "ati";
|
||||||
break;
|
break;
|
||||||
case 0x102c:
|
case 0x102c:
|
||||||
@ -27,14 +26,13 @@ Index: hw/xfree86/common/xf86pciBus.c
|
|||||||
case 0x12d2:
|
case 0x12d2:
|
||||||
{
|
{
|
||||||
int idx = 0;
|
int idx = 0;
|
||||||
@@ -1150,7 +1159,9 @@ videoPtrToDriverList(struct pci_device *
|
@@ -1150,7 +1159,8 @@ videoPtrToDriverList(struct pci_device *
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 0x1106:
|
case 0x1106:
|
||||||
- driverList[0] = "openchrome";
|
- driverList[0] = "openchrome";
|
||||||
+ driverList[0] = "via";
|
+ driverList[0] = "via";
|
||||||
+ driverList[1] = "openchrome";
|
+ driverList[1] = "openchrome";
|
||||||
+ driverList[2] = "unichrome";
|
|
||||||
break;
|
break;
|
||||||
case 0x1b36:
|
case 0x1b36:
|
||||||
driverList[0] = "qxl";
|
driverList[0] = "qxl";
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 18 21:41:15 UTC 2012 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- N_driver-autoconfig.diff:
|
||||||
|
* removed radeonhd and unichrome from driver list, since no
|
||||||
|
longer supported upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 8 20:15:33 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
Wed Aug 8 20:15:33 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user