Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit xorg-x11-driver-video
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 20 Sep 2007 01:58:19 +0200
- Message-id: <20070919235819.A89E867832C@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xorg-x11-driver-video
checked in at Thu Sep 20 01:58:19 CEST 2007.
--------
--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2007-09-13 11:34:33.000000000 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes 2007-09-18 10:37:30.175616000 +0200
@@ -1,0 +2,7 @@
+Tue Sep 18 10:39:21 CEST 2007 - sndirsch@xxxxxxx
+
+- xf86-video-nv-new_products.diff:
+ * Fix uninitialized variable warning
+ * New G80 products
+
+-------------------------------------------------------------------
New:
----
xf86-video-nv-new_products.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-driver-video.spec ++++++
--- /var/tmp/diff_new_pack.QUX973/_old 2007-09-20 01:58:08.000000000 +0200
+++ /var/tmp/diff_new_pack.QUX973/_new 2007-09-20 01:58:08.000000000 +0200
@@ -12,9 +12,9 @@
Name: xorg-x11-driver-video
BuildRequires: Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel xorg-x11-server-sdk
-URL: http://xorg.freedesktop.org/
+Url: http://xorg.freedesktop.org/
Version: 7.2
-Release: 181
+Release: 184
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
@@ -92,6 +92,7 @@
Patch42: xf86-video-ati-opma.diff
Patch43: xf86-video-nv-g80_lvds_detect.diff
Patch44: xf86-video-ati.radeonold.diff
+Patch45: xf86-video-nv-new_products.diff
%description
This package contains X.Org video drivers.
@@ -142,6 +143,7 @@
pushd xf86-video-nv-*/src
%patch3 -p6
%patch43 -p2
+%patch45 -p2
popd
pushd xf86-video-mga-*/src
tar xzf %{SOURCE44}
@@ -239,8 +241,11 @@
/usr/%{_lib}/lib*
/usr/%{_lib}/xorg/modules/
%{_mandir}/man4/*
-
%changelog
+* Tue Sep 18 2007 - sndirsch@xxxxxxx
+- xf86-video-nv-new_products.diff:
+ * Fix uninitialized variable warning
+ * New G80 products
* Thu Sep 13 2007 - sndirsch@xxxxxxx
- added "stable" 6.6.3 ATI driver; available as "radeonold"
* Wed Sep 12 2007 - sndirsch@xxxxxxx
++++++ xf86-video-nv-new_products.diff ++++++
diff-tree e58504defab08492cc60c36d5dae4f5c4c8c1caa (from 5b56964a29b326d28bcf3a51e98443d426df58bd)
Author: Aaron Plattner <aplattner@xxxxxxxxxx>
Date: Mon Sep 17 15:44:52 2007 -0700
Fix uninitialized variable warning.
diff --git a/src/g80_display.c b/src/g80_display.c
index 542a68e..6c95773 100644
--- a/src/g80_display.c
+++ b/src/g80_display.c
@@ -514,6 +514,7 @@ void G80CrtcSetScale(xf86CrtcPtr crtc, D
int outX, outY;
switch(scale) {
+ default:
case G80_SCALE_ASPECT:
ComputeAspectScale(mode, &outX, &outY);
break;
diff-tree 5b56964a29b326d28bcf3a51e98443d426df58bd (from deff2965ef35260b4b7c4bc23718833bec7143b3)
Author: Aaron Plattner <aplattner@xxxxxxxxxx>
Date: Mon Sep 17 15:41:26 2007 -0700
New products.
diff --git a/src/nv_driver.c b/src/nv_driver.c
index f925aed..69d61d2 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -362,8 +362,15 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE019E, "Quadro FX 4600" },
{ 0x10DE0400, "GeForce 8600 GTS" },
{ 0x10DE0402, "GeForce 8600 GT" },
+ { 0x10DE0404, "GeForce 8400 GS" },
{ 0x10DE0407, "GeForce 8600M GT" },
+ { 0x10DE0409, "GeForce 8700M GT" },
+ { 0x10DE040A, "Quadro FX 370" },
{ 0x10DE040B, "Quadro NVS 320M" },
+ { 0x10DE040C, "Quadro FX 570M" },
+ { 0x10DE040D, "Quadro FX 1600M" },
+ { 0x10DE040E, "Quadro FX 570" },
+ { 0x10DE040F, "Quadro FX 1700" },
{ 0x10DE0421, "GeForce 8500 GT" },
{ 0x10DE0422, "GeForce 8400 GS" },
{ 0x10DE0423, "GeForce 8300 GS" },
@@ -374,6 +381,8 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE0429, "Quadro NVS 140M" },
{ 0x10DE042A, "Quadro NVS 130M" },
{ 0x10DE042B, "Quadro NVS 135M" },
+ { 0x10DE042D, "Quadro FX 360M" },
+ { 0x10DE042F, "Quadro NVS 290" },
{-1, NULL}
};
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |