Mailinglist Archive: opensuse-commit (754 mails)

< Previous Next >
commit xorg-x11-driver-video for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 07 May 2009 12:15:41 +0200
  • Message-id: <20090507101541.A2A7967816B@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xorg-x11-driver-video for
openSUSE:Factory
checked in at Thu May 7 12:15:41 CEST 2009.



--------
--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2009-05-01
01:36:40.000000000 +0200
+++
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2009-05-07 09:45:19.000000000 +0200
@@ -1,0 +2,17 @@
+Thu May 7 09:14:01 CEST 2009 - sndirsch@xxxxxxx
+
+- xf86-video-nv-2.1.3_29acf7c.diff
+ * Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+
+ * G80: Fix incorrect I2C port access for ports above 3
+
+-------------------------------------------------------------------
+Wed May 6 12:57:56 CEST 2009 - sndirsch@xxxxxxx
+
+- no longer require xorg-x11-driver-video-radeonhd
+
+-------------------------------------------------------------------
+Wed May 6 12:53:15 CEST 2009 - sndirsch@xxxxxxx
+
+- added 'Supplements: xorg-x11-server'
+
+-------------------------------------------------------------------
@@ -5 +22 @@
- dependency loop
+ dependancy loop

calling whatdependson for head-i586


New:
----
xf86-video-nv-2.1.3_29acf7c.diff

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

Other differences:
------------------
++++++ xorg-x11-driver-video.spec ++++++
--- /var/tmp/diff_new_pack.Y23412/_old 2009-05-07 12:15:18.000000000 +0200
+++ /var/tmp/diff_new_pack.Y23412/_new 2009-05-07 12:15:18.000000000 +0200
@@ -22,7 +22,7 @@
BuildRequires: Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel
xorg-x11-server-sdk
Url: http://xorg.freedesktop.org/
Version: 7.4
-Release: 59
+Release: 60
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
@@ -31,7 +31,7 @@
Requires: VIDEO_ABI_VERSION = 5
Obsoletes: xorg-x11-driver-video-nvidia 855resolution 915resolution
Obsoletes: intel-i810-xorg-x11 xorg-x11-driver-video-intel
-Requires: xorg-x11-driver-video-radeonhd
+Supplements: xorg-x11-server
Summary: X.Org video drivers
ExcludeArch: s390 s390x
Source0: xf86-video-apm-1.2.1.tar.bz2
@@ -78,6 +78,7 @@
Source56: intel-gpu-tools-1.0.tar.bz2
Source100: sax2-hwinfo-data.tar.gz
Patch3: ps_nv.diff
+Patch4: xf86-video-nv-2.1.3_29acf7c.diff
Patch10: xf86-video-tdfx.diff
Patch12: xf86-video-mga-hal.diff
Patch14: xf86-video-rendition.diff
@@ -130,6 +131,7 @@
popd
pushd xf86-video-nv-*
%patch3 -p0
+%patch4 -p1
popd
pushd xf86-video-mga-1.4.10
tar xzf %{SOURCE44} -C src
@@ -269,9 +271,17 @@
/var/lib/hardware/ids/20.%{name}

%changelog
+* Thu May 07 2009 sndirsch@xxxxxxx
+- xf86-video-nv-2.1.3_29acf7c.diff
+ * Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+
+ * G80: Fix incorrect I2C port access for ports above 3
+* Wed May 06 2009 sndirsch@xxxxxxx
+- no longer require xorg-x11-driver-video-radeonhd
+* Wed May 06 2009 sndirsch@xxxxxxx
+- added 'Supplements: xorg-x11-server'
* Thu Apr 30 2009 sndirsch@xxxxxxx
- instead of providing do require VIDEO_ABI_VERSION to fix
- dependency loop
+ dependancy loop
* Thu Apr 30 2009 sndirsch@xxxxxxx
- provide VIDEO_ABI_VERSION = 5 (required by xorg-x11-server)
* Thu Apr 30 2009 sndirsch@xxxxxxx

++++++ xf86-video-nv-2.1.3_29acf7c.diff ++++++
From bf18cd4842c33df61b03c3d4e0f00e34485fb957 Mon Sep 17 00:00:00 2001
From: Aaron Plattner <aplattner@xxxxxxxxxx>
Date: Tue, 5 May 2009 01:29:08 -0700
Subject: [PATCH] Fix a dumb typo in the chip name entry for the GeForce 9800
GTX+

---
src/nv_driver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/nv_driver.c b/src/nv_driver.c
index 20f96fb..223ac8e 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -415,7 +415,7 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE0610, "GeForce 9600 GSO" },
{ 0x10DE0611, "GeForce 8800 GT" },
{ 0x10DE0612, "GeForce 9800 GTX" },
- { 0x10DE0613, "GeForce 9800 GTK+" },
+ { 0x10DE0613, "GeForce 9800 GTX+" },
{ 0x10DE0614, "GeForce 9800 GT" },
{ 0x10DE061A, "Quadro FX 3700" },
{ 0x10DE061C, "Quadro FX 3600M" },
--
1.6.0.2


From 29acf7c970d12c1dfd7bf6c7a42fe2448aa7f3d7 Mon Sep 17 00:00:00 2001
From: Yinan Shen <shenyn321@xxxxxxxxx>
Date: Wed, 6 May 2009 19:14:33 -0700
Subject: [PATCH] G80: Fix incorrect I2C port access for ports above 3.

---
src/g80_output.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/g80_output.c b/src/g80_output.c
index 420a73e..75bf7ba 100644
--- a/src/g80_output.c
+++ b/src/g80_output.c
@@ -217,8 +217,9 @@ fail:

static CARD32 i2cAddr(const int port)
{
- const CARD32 base = (port > 3) ? 0x0000E1E0 : 0x0000E138;
- return base + port * 0x18;
+ const CARD32 base = (port > 3) ? 0x0000E1D4 : 0x0000E138;
+ const CARD32 offset = (port > 3) ? 0x20 : 0x18;
+ return base + port * offset;
}

static void G80_I2CPutBits(I2CBusPtr b, int clock, int data)
--
1.6.0.2


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



Remember to have fun...

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

< Previous Next >
This Thread