xf86-video-nv: 2 commits - Makefile.am README.NV1 configure.ac

Adam Jackson ajax at kemper.freedesktop.org
Tue Apr 7 10:41:23 PDT 2009


 Makefile.am  |    4 ++--
 README.NV1   |   42 ------------------------------------------
 configure.ac |    2 +-
 3 files changed, 3 insertions(+), 45 deletions(-)

New commits:
commit df87eaf191209b0f1619ea74dc9fb0314b6fd288
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Apr 7 13:40:36 2009 -0400

    nv 2.1.13

diff --git a/Makefile.am b/Makefile.am
index d2f5b56..cdce83e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,6 @@ CLEANFILES = ChangeLog
 .PHONY: ChangeLog
 
 ChangeLog:
-	(GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+	(GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
 
 dist-hook: ChangeLog
diff --git a/configure.ac b/configure.ac
index c87b553..bd26111 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-nv],
-        2.1.12,
+        2.1.13,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-nv)
 
commit c0cc7d1247798867c695aeddcffe88edacbb6c7c
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Apr 7 13:34:26 2009 -0400

    Remove README.NV1
    
    There's no nv1 support here, so.

diff --git a/Makefile.am b/Makefile.am
index aa4996b..d2f5b56 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = src man compat
 
-EXTRA_DIST = README.NV1 README.G80 ChangeLog
+EXTRA_DIST = README.G80 ChangeLog
 
 CLEANFILES = ChangeLog
 .PHONY: ChangeLog
diff --git a/README.NV1 b/README.NV1
deleted file mode 100644
index d209d5f..0000000
--- a/README.NV1
+++ /dev/null
@@ -1,42 +0,0 @@
-           Information for NVidia NV1 / SGS-Thomson STG2000 Users
-
-                                 David McKay
-
-                               20th March 1997
-
-1.  XFree driver for NVidia NV1 / SGS-Thomson STG2000 v1.0
-
-This driver now accelerates bitblits and filled rectangles. It also support a
-hardware cursor.  More graphic acceleration is planned. There is no plan to
-support the audio functionality of the chip.
-
-1.1  Notes
-
-   o THE DRIVER DOES NOT SUPPORT THE VIRTUAL DESKTOP FEATURES OF XFREE86 This
-     is because the NV1 does not have the necessary hardware to support this
-     feature. If you want to change resolutions, you will have to modify your
-     config file. Comment out all but the mode you wish to use.
-
-   o The generic VGA16 server will not work with the NV1.  For this reason
-     XF86Setup cannot be used to configure the server.  Use xf86config
-     instead.  Select `Diamond Edge 3D' as your board, and select only ONE
-     mode for each of 8bpp and 16bpp.  Do not select a virtual desktop.
-     Also, make sure you don't select a RAMDAC or clock chip.
-
-   o The NV1 only supports a 555 RGB Weight in 16 bpp, the hardware does not
-     do 565. You must put a Weight 555 in the Display section.
-
-   o 24/32 bpp mode is not yet supported.
-
-1.2  Known Bugs
-
-   o The driver should force Weight 555 in 16 bpp mode
-
-   o The hardware cursor doesn't work if an doublescan mode is selected.
-
-   o Screen blanking doesn't work, nor does DPMS.
-
-     Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/NV1.sgml,v 3.3 1997/03/22 09:35:30 hohndel Exp $
-
-
-$XFree86$


More information about the xorg-commit mailing list