52 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult
65b7e60b96 configure.ac: replace DRIVER_NAME symbol by actual name
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 13:16:09 +01:00
Alan Coopersmith
84d63e8bce Improve man page formatting
More closely follow common style as described on
https://man7.org/linux/man-pages/man7/man-pages.7.html
and fix warnings raised by `mandoc -T lint` and `groff -rCHECKSTYLE=10`

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-nv/-/merge_requests/26>
2025-06-01 14:33:00 -07:00
Alan Coopersmith
6db1b9fde7 man page: stop claiming to use XAA on Xorg 1.13 & later
XAA support was removed from Xorg 1.13, so it's not possible to use it
on such releases.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-nv/-/merge_requests/22>
2024-05-14 18:06:05 -07:00
Yusuf Khan
b25b3492c5 nv/man: link the gitlab issue tracker
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-nv/-/merge_requests/16>
2024-05-11 19:56:18 +00:00
Alan Coopersmith
04f4578f5b Remove "All rights reserved" from Oracle copyright notices
Oracle no longer includes this term in our copyright & license notices.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-25 09:13:29 -08:00
Alan Coopersmith
95108089e2 Correct copyright date in previous commit
Oops, pasted in the new template and forgot to restore the original date

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30 09:53:33 -07:00
Alan Coopersmith
d7727e5307 Sun's copyrights now belong to Oracle
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30 09:39:39 -07:00
Jesse Adkins
cb93a9b513 Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06 20:46:29 -07:00
Gaetan Nadon
e81a04c16a config: upgrade to util-macros 1.8 for additional man page support
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.
2010-07-20 17:42:26 -04:00
Aaron Plattner
250a3a7cee Update MCP6x supported products.
Use the official names for 10DE:053B and 10DE:053E.  Add some additional
product IDs and update the documentation.

Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2010-03-10 18:32:22 -08:00
Aaron Plattner
467f0f3890 More products
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Andy Ritger <ARitger@nvidia.com>
2010-03-08 13:33:24 -08:00
Aaron Plattner
9378ecd34a Bug #19545: Add support for MCP7x-based integrated GPUs.
Based in part on an idea from Ben Skeggs.

Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Signed-off-by: Andy Ritger <aritger@nvidia.com>
Reviewed-by: Christian Zander <chzander@nvidia.com>
2010-03-05 12:29:15 -08:00
Alan Coopersmith
e6f4c9c637 Update Sun license notices to current X.Org standard form
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-15 13:46:50 -08:00
Gaetan Nadon
57c505852b .gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
2009-11-10 18:41:34 -05:00
Alan Coopersmith
302ffbefb8 Remove xorgconfig & xorgcfg from See Also list in man page 2009-01-09 16:31:55 -08:00
Aaron Plattner
fb10793d26 Add new chips to the man page and fix capitalization of "Quadro". 2008-06-22 12:55:10 -07:00
Aaron Plattner
2fdcda8ea6 Replace copyright notices with stock MIT X11 boilerplate. 2008-06-22 12:45:31 -07:00
Aaron Plattner
cb83fbdfa2 Add an option to allow validation of dual-link DVI modes.
These modes don't work at bootup (i.e. power saving) configuration on all GPUs,
so they're still disabled by default.  This option allows users to enable them
in case they actually work.
2008-05-09 18:31:07 -07:00
Matthieu Herrb
b62a7cf70d Makefile.am: nuke RCS Id 2008-03-08 23:43:58 +01:00
Aaron Plattner
3449da7a7b Update know card list date and add G92 to the manpage. 2008-01-24 20:53:15 -08:00
Aaron Plattner
08b6847335 G80: Allow DVI scaling.
Revamp how the scaling code works.  When a mode is set on a DVI output,
determine the current preferred mode and scale to that.  Add a new scaling
option, "off", which disables scaling and scans out the actual timings in the
mode to be set.
2007-07-24 20:36:04 -07:00
Aaron Plattner
f0ebb42ee9 G80: Add an LVDS flat panel scaling property.
This property controls how non-native resolutions are scaled to the native
resolution.  Valid values are:
    * center: 1:1 pixel ratio with black borders to center the image.
    * fill: Scale image to the native resolution.
    * aspect: Scale image to fit the screen, adding black bars to preserve
      square pixels.
Defaults to "aspect".  Change with "xrandr --output LVDS --set scale <foo>".
2007-07-13 13:19:15 -07:00
Aaron Plattner
e77a2d9b62 G80: Add a dithering property and corresponding config file option. 2007-07-10 00:41:21 -07:00
Aaron Plattner
51c6425bea Add rudimentary VBE-based dual head support for pre-G80. 2007-05-11 15:29:13 -07:00
Aaron Plattner
88d44d5e4f Get EXA resizing working and document it. 2007-04-24 20:45:52 -07:00
Aaron Plattner
c6e4105ce4 Merge branch 'randr-1.2'
Conflicts:

	configure.ac
	man/Makefile.am
	man/nv.man
	src/g80_display.h
	src/g80_output.c
	src/nv_driver.c
2007-04-24 15:43:48 -07:00
Aaron Plattner
1261f12714 Add new chips to the manpage. 2007-04-20 09:01:02 -07:00
Aaron Plattner
ae582bdd21 Always support G80. 2007-04-20 00:13:31 -07:00
Aaron Plattner
26a9f1fa5a Get rid of non-portable := assignments. 2007-03-12 14:56:10 -07:00
root
636adcd57f Get rid of BackendMode and disable hw cursor for now. 2007-03-10 22:17:24 -08:00
Aaron Plattner
23383c2c2e Initial G80 support. Bump to 1.99.1. 2007-03-08 18:02:07 -08:00
Mark Vojkovich
6265b77dc8 New chip support and new PCI IDs. 2006-06-29 18:41:44 -07:00
Aaron Plattner
ca4c8af624 Add .gitignores. 2006-04-12 02:04:52 -07:00
Aaron Plattner
5064f8a903 New chip support from Mark Vojkovich's 2006-01-20 and 2006-01-21 XFree86
CVS updates.
2006-01-23 00:04:41 +00:00
Aaron Plattner
e8fd45625f Preliminary RandR rotation support. Bug #4708
<https://bugs.freedesktop.org/show_bug.cgi?id=4708>
2006-01-02 01:54:19 +00:00
Kevin E Martin
e4194bab2a Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 2005-12-06 22:48:36 +00:00
Alan Coopersmith
d76f3f776b Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-28 22:04:10 +00:00
Alan Coopersmith
eda1cbc29c Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make
2005-10-18 00:01:53 +00:00
Adam Jackson
6c58a05e40 More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly
2005-10-17 22:57:34 +00:00
Alan Coopersmith
fc20886c28 Use sed & cpp to substitute variables in driver man pages 2005-10-17 00:09:04 +00:00
Søren Sandmann Pedersen
6ea22f1921 Build system for nv 2005-07-26 18:40:29 +00:00
Alan Coopersmith
80ac36ec4f 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.
2005-07-09 16:51:58 +00:00
Alan Coopersmith
7c34d05116 (Bugzilla #1777) Import Mark Vojkovich's changes to NV driver since last
sync with XFree86, including: Support for new NVIDIA chips. Egbert has
    a laptop that needs some DPMS ordering reversed. New chip support and
    workaround for Toshiba M30 laptop issue. PCI-Xpress chip support. DPMS
    support for DVI. Cursor changes for NV11 so that alpha blended cursors
    will work in conjunction with dithering (laptop panels). It previously
    did not. HW support for alpha blended stretch blits on NV5 and higher,
    though nothing is using them at this point. Add support for VBlank
    syncing the Xv Blit adaptor on hardware that supports it (NV11 and
    higher). Make console restoration a little more robust. We were making
    an assumption that failed on a newer laptop. Workaround for some NV31
    DVI artifacts.
Also add nVidia license statement to nv man page to comply with requirement
    that it appear in "user documentation"
2004-11-10 02:53:44 +00:00
Eric Anholt
b9a6776bc0 DRI XFree86-4_3_99_12-merge import 2004-06-16 09:23:29 +00:00
Egbert Eich
99a7f7ccce Merging XORG-CURRENT into trunk 2004-04-23 19:42:10 +00:00
Egbert Eich
708bb2eb0d Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 2004-03-14 08:33:30 +00:00
Egbert Eich
fe564263d9 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 2004-03-03 12:12:23 +00:00
Egbert Eich
1a0be799ce readding XFree86's cvs IDs 2004-02-26 13:35:54 +00:00
Egbert Eich
ee5c9ef51c Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 2004-02-26 09:23:23 +00:00
Egbert Eich
ea7a90e680 Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004 2004-01-29 08:08:36 +00:00