diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-04-17 14:59:41 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-04-17 14:59:41 -0700 |
commit | b23eeec2bebbbe1939366a8296565ae0120ea6da (patch) | |
tree | f0b97098bad7997bb84bee7a966a4d9f68b873d5 | |
parent | b68f3ada7bd857095c7652c175a0ba18bf45801f (diff) |
G80: Add a basic README.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README.G80 | 16 |
2 files changed, 17 insertions, 1 deletions
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. |