Hello community, here is the log from the commit of package xorg-x11-driver-video checked in at Fri May 4 00:33:28 CEST 2007. -------- --- xorg-x11-driver-video/xorg-x11-driver-video.changes 2007-04-27 07:59:00.000000000 +0200 +++ /mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes 2007-05-02 23:06:15.786740000 +0200 @@ -1,0 +2,6 @@ +Wed May 2 23:05:48 CEST 2007 - sndirsch@suse.de + +- xf86-video-nv-8800ultra.diff: + * support for GeForce 8800 Ultra + +------------------------------------------------------------------- New: ---- xf86-video-nv-8800ultra.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-driver-video.spec ++++++ --- /var/tmp/diff_new_pack.JN8525/_old 2007-05-04 00:33:18.000000000 +0200 +++ /var/tmp/diff_new_pack.JN8525/_new 2007-05-04 00:33:18.000000000 +0200 @@ -14,7 +14,7 @@ BuildRequires: Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel xorg-x11-server-sdk URL: http://xorg.freedesktop.org/ Version: 7.2 -Release: 88 +Release: 90 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Servers/XF86_4 @@ -73,6 +73,7 @@ Patch1: radeon-xrandr-dotclock.diff Patch2: radeon_dell.diff Patch3: ps_nv.diff +Patch4: xf86-video-nv-8800ultra.diff Patch5: mga-g200se_pci-fix.diff Patch9: xf86-video-sunffb.diff Patch10: xf86-video-tdfx.diff @@ -120,6 +121,7 @@ popd pushd xf86-video-nv-*/src %patch3 -p6 +%patch4 -p2 popd pushd xf86-video-mga-*/src tar xzf %{SOURCE44} @@ -259,6 +261,9 @@ %{_mandir}/man4/* %changelog +* Wed May 02 2007 - sndirsch@suse.de +- xf86-video-nv-8800ultra.diff: + * support for GeForce 8800 Ultra * Fri Apr 27 2007 - sndirsch@suse.de - xf86-video-nv-20070425.tar.bz2 * Merge branch 'randr-1.2' ++++++ xf86-video-nv-8800ultra.diff ++++++ src/nv_driver.c | 1 + 1 files changed, 1 insertion(+) New commits: diff-tree 100d7c7393eda92e5b26ac4f4cc33a8dce86c364 (from ed9f98853a781344c10cb801214917e13bddf27c) Author: Aaron Plattner <aplattner@nvidia.com> Date: Wed May 2 09:33:33 2007 -0700 GeForce 8800 Ultra diff --git a/src/nv_driver.c b/src/nv_driver.c index c8b98b8..a20bf64 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -336,6 +336,7 @@ static SymTabRec NVKnownChipsets[] = /*************** G8x ***************/ { 0x10DE0191, "GeForce 8800 GTX" }, { 0x10DE0193, "GeForce 8800 GTS" }, + { 0x10DE0194, "GeForce 8800 Ultra" }, { 0x10DE019D, "Quadro FX 5600" }, { 0x10DE019E, "Quadro FX 4600" }, { 0x10DE0400, "GeForce 8600 GTS" }, _______________________________________________ xorg-commit mailing list xorg-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg-commit ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de