From 69619fe604b049657b3bac2745e7290bb3bf28b011f46ed6d10093fbc72deedb Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 18 Sep 2012 21:43:00 +0000 Subject: [PATCH] - 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 --- N_driver-autoconfig.diff | 6 ++---- xorg-x11-server.changes | 7 +++++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/N_driver-autoconfig.diff b/N_driver-autoconfig.diff index 9e58324..572cfa6 100644 --- a/N_driver-autoconfig.diff +++ b/N_driver-autoconfig.diff @@ -2,13 +2,12 @@ Index: hw/xfree86/common/xf86pciBus.c =================================================================== --- hw/xfree86/common/xf86pciBus.c.orig +++ hw/xfree86/common/xf86pciBus.c -@@ -1107,7 +1107,9 @@ videoPtrToDriverList(struct pci_device * +@@ -1107,7 +1107,8 @@ videoPtrToDriverList(struct pci_device * driverList[0] = "ast"; break; case 0x1002: - driverList[0] = "ati"; + driverList[0] = "fglrx"; -+ driverList[1] = "radeonhd"; + driverList[2] = "ati"; break; case 0x102c: @@ -27,14 +26,13 @@ Index: hw/xfree86/common/xf86pciBus.c case 0x12d2: { int idx = 0; -@@ -1150,7 +1159,9 @@ videoPtrToDriverList(struct pci_device * +@@ -1150,7 +1159,8 @@ videoPtrToDriverList(struct pci_device * break; } case 0x1106: - driverList[0] = "openchrome"; + driverList[0] = "via"; + driverList[1] = "openchrome"; -+ driverList[2] = "unichrome"; break; case 0x1b36: driverList[0] = "qxl"; diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 8d0d46e..012ce04 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -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