Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2012-09-25 14:04:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-server", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2012-09-15 17:31:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes     
2012-09-25 14:18:26.000000000 +0200
@@ -1,0 +2,15 @@
+Thu Sep 20 11:34:01 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- N_driver-autoconfig.diff:
+  * removed radeonhd and unichrome from driver list, since no
+    longer supported upstream
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ N_driver-autoconfig.diff ++++++
--- /var/tmp/diff_new_pack.C08P5q/_old  2012-09-25 14:18:27.000000000 +0200
+++ /var/tmp/diff_new_pack.C08P5q/_new  2012-09-25 14:18:27.000000000 +0200
@@ -2,14 +2,13 @@
 ===================================================================
 --- 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";
++        driverList[1] = "ati";
          break;
      case 0x102c:
          driverList[0] = "chips";
@@ -27,14 +26,13 @@
      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";

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to