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

Aaron Plattner aplattner at kemper.freedesktop.org
Wed Apr 18 01:13:11 EEST 2007


 Makefile.am  |    2 +-
 README.G80   |   16 ++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

New commits:
diff-tree b4e26dfcc01b2816b6f8445fa8e9388b5e254df9 (from b23eeec2bebbbe1939366a8296565ae0120ea6da)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Tue Apr 17 15:00:24 2007 -0700

    Bump to 2.0.2.

diff --git a/configure.ac b/configure.ac
index 1b3140b..e2f3999 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-nv],
-        2.0.1,
+        2.0.2,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-nv)
 
diff-tree b23eeec2bebbbe1939366a8296565ae0120ea6da (from b68f3ada7bd857095c7652c175a0ba18bf45801f)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Tue Apr 17 14:59:41 2007 -0700

    G80: Add a basic README.

diff --git a/Makefile.am b/Makefile.am
index 3924813..fd65d86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = src man
 
-EXTRA_DIST = README.NV1 ChangeLog
+EXTRA_DIST = README.NV1 README.G80 ChangeLog
 
 CLEANFILES = ChangeLog
 .PHONY: ChangeLog
diff --git a/README.G80 b/README.G80
new file mode 100644
index 0000000..f168957
--- /dev/null
+++ b/README.G80
@@ -0,0 +1,16 @@
+This xf86-video-nv driver package contains support for the NVIDIA GeForce 8
+series of graphics processors.
+
+There are a few caveats of which to be aware:
+ - The XVideo extension is not supported.
+ - With X servers prior to version 1.2.0 (X.org 7.2.0) on 64-bit Linux or most
+   non-Linux platforms, the driver may fail to restore the console due to bugs
+   in the server's x86 emulator.
+ - The RENDER extension is not accelerated by this driver.
+ - Only one output can be used at a time.  Work is in progress in the randr-1.2
+   branch to support dual-head output.
+
+Bugs should be reported at http://bugs.freedesktop.org/ under the "xorg"
+product, "Driver/nVidia (open)" component.  Please be sure to fill out the
+platform, OS, and severity fields.  Also attach a copy of your Xorg log file and
+provide a detailed description of your problem and how to reproduce it.



More information about the xorg-commit mailing list