1
0

- 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:
Stefan Dirsch 2012-09-18 21:43:00 +00:00 committed by Git OBS Bridge
parent eaf2f174ff
commit 69619fe604
2 changed files with 9 additions and 4 deletions

View File

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

View File

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