Mailinglist Archive: opensuse-commit (750 mails)

< Previous Next >
commit xorg-x11-server for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 08 Oct 2009 01:29:03 +0200
  • Message-id: <20091007232904.0607661B0@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory
checked in at Thu Oct 8 01:29:03 CEST 2009.



--------
--- xorg-x11-server/xorg-x11-server.changes 2009-10-01 02:58:31.000000000
+0200
+++ xorg-x11-server/xorg-x11-server.changes 2009-10-07 05:05:53.000000000
+0200
@@ -1,0 +2,6 @@
+Wed Oct 7 04:58:29 CEST 2009 - sndirsch@xxxxxxx
+
+- driver-autoconfig.diff
+ * GeForce 6150SE support broken on nv (bnc #465190/544674)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.iWg5QF/_old 2009-10-08 01:27:49.000000000 +0200
+++ /var/tmp/diff_new_pack.iWg5QF/_new 2009-10-08 01:27:49.000000000 +0200
@@ -33,7 +33,7 @@
Url: http://xorg.freedesktop.org/
%define EXPERIMENTAL 0
Version: 7.4
-Release: 57
+Release: 58
License: GPL v2 or later ; MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4

++++++ driver-autoconfig.diff ++++++
--- /var/tmp/diff_new_pack.iWg5QF/_old 2009-10-08 01:27:49.000000000 +0200
+++ /var/tmp/diff_new_pack.iWg5QF/_new 2009-10-08 01:27:49.000000000 +0200
@@ -1,7 +1,5 @@
-Index: hw/xfree86/common/xf86AutoConfig.c
-===================================================================
---- hw/xfree86/common/xf86AutoConfig.c.orig
-+++ hw/xfree86/common/xf86AutoConfig.c
+--- hw/xfree86/common/xf86AutoConfig.c.orig 2009-10-07 04:54:44.000000000
+0200
++++ hw/xfree86/common/xf86AutoConfig.c 2009-10-07 04:56:23.000000000 +0200
@@ -165,7 +165,11 @@ videoPtrToDriverList(struct pci_device *
case 0x1142: driverList[0] = "apm"; break;
case 0xedd8: driverList[0] = "ark"; break;
@@ -15,7 +13,7 @@
case 0x102c: driverList[0] = "chips"; break;
case 0x1013: driverList[0] = "cirrus"; break;
case 0x8086:
-@@ -179,7 +183,12 @@ videoPtrToDriverList(struct pci_device *
+@@ -179,7 +183,15 @@ videoPtrToDriverList(struct pci_device *
case 0x102b: driverList[0] = "mga"; break;
case 0x10c8: driverList[0] = "neomagic"; break;
case 0x105d: driverList[0] = "i128"; break;
@@ -24,12 +22,15 @@
+ case 0x10de:
+ driverList[0] = "nvidia";
+ driverList[1] = "nouveau";
-+ driverList[2] = "nv";
++ /* GeForce 6150SE support broken (bnc #465190/544674) */
++ if (dev->device_id != 0x03D0) {
++ driverList[2] = "nv";
++ }
+ break;
case 0x1163: driverList[0] = "rendition"; break;
case 0x5333:
switch (dev->device_id)
-@@ -205,7 +214,11 @@ videoPtrToDriverList(struct pci_device *
+@@ -205,7 +217,11 @@ videoPtrToDriverList(struct pci_device *
case 0x3d3d: driverList[0] = "glint"; break;
case 0x1023: driverList[0] = "trident"; break;
case 0x100c: driverList[0] = "tseng"; break;
@@ -42,7 +43,7 @@
case 0x15ad: driverList[0] = "vmware"; break;
case 0x18ca:
if (dev->device_id == 0x47)
-@@ -213,6 +226,11 @@ videoPtrToDriverList(struct pci_device *
+@@ -213,6 +229,11 @@ videoPtrToDriverList(struct pci_device *
else
driverList[0] = "xgi";
break;


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >