diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-09 16:51:58 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-09 16:51:58 +0000 |
commit | 80ac36ec4fbbd9a4aae1bde01fe6ebc1088fa8cb (patch) | |
tree | ef4fb3b3e269a4e040e1acac85e731522cf74abc /man | |
parent | 6b75bc13462f1cfb735fe1de359ed9e45b5f4415 (diff) |
Bug #3740 <https://bugs.freedesktop.org/show_bug.cgi?id=3740> Patch #3058
<https://bugs.freedesktop.org/attachment.cgi?id=3058>
08-Jul-2005 nv driver updates from Mark Vojkovich:
Change some console restore code for NV11. Hopefully, we can more reliably
restore the console for desktop systems using DVI. This may correct a
recent regression on NV11.
Also, new PCI IDs.
Add new nVidia PCI ids to match nv_driver.c changes.
Diffstat (limited to 'man')
-rw-r--r-- | man/nv.man | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv.man,v 1.26 2004/10/15 20:32:21 mvojkovi Exp $ +.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv.man,v 1.27 2005/07/09 00:52:59 mvojkovi Exp $ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH NV __drivermansuffix__ __vendorversion__ @@ -51,7 +51,13 @@ NV1A, NV1F NV17, NV18, NV25, NV28 .TP 22 .B GeForce FX, QUADRO FX -NV30, NV31, NV34, NV35, NV36, NV37, NV38, NV40, NV41, NV43, NV44, NV45 +NV30, NV31, NV34, NV35, NV36, NV37, NV38 +.TP 22 +.B GeForce 6XXX +NV40, NV41, NV43, NV44, NV45 +.TP 22 +.B GeForce 7XXX +G70 .SH CONFIGURATION DETAILS Please refer to __xconfigfile__(__filemansuffix__) for general configuration details. This section only covers configuration details specific to this |