summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2004-10-04 21:14:44 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2004-10-04 21:14:44 +0000
commit9b0caee37f7ee99831735e819d97f9ccf155562a (patch)
tree6f88be86902ac2c12a99ca5eb1989d5bfd842ff2 /man
parenta490c1eec95ec111bdc3555d29b77192bf8caf90 (diff)
Manual pages fixes (XFree86 bugzilla #1487, Nicolas Joly).XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1
Diffstat (limited to 'man')
-rw-r--r--man/tdfx.man45
1 files changed, 40 insertions, 5 deletions
diff --git a/man/tdfx.man b/man/tdfx.man
index 1dd66a7..be11ae5 100644
--- a/man/tdfx.man
+++ b/man/tdfx.man
@@ -14,17 +14,52 @@ tdfx \- 3Dfx video driver
.fi
.SH DESCRIPTION
.B tdfx
-is an XFree86 driver for 3Dfx video cards.
-It supports the Voodoo Banshee, Voodoo3, Voodoo4 and Voodoo5 cards.
+is an __xservername__ driver for 3Dfx video cards.
.SH SUPPORTED HARDWARE
The
.B tdfx
-driver supports...
+driver supports Voodoo Banshee, Voodoo3, Voodoo4 and Voodoo5 cards.
.SH CONFIGURATION DETAILS
-Please refer to XF86Config(__filemansuffix__) for general configuration
+Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details. This section only covers configuration details specific to this
driver.
+.PP
+The following driver
+.B Options
+are supported:
+.TP
+.BI "Option \*qNoAccel\*q \*q" boolean \*q
+Disable or enable acceleration. Default: acceleration is enabled.
+.TP
+.BI "Option \*qSWCursor\*q \*q" boolean \*q
+Disable or enable software cursor. Default: software cursor is disable
+and a hardware cursor is used for configurations where the hardware cursor
+is available.
+.TP
+.BI "Option \*qDRI\*q \*q" boolean \*q
+Disable or enable DRI support. By default, DRI is on.
+.TP
+.BI "Option \*qTexturedVideo\*q \*q" boolean \*q
+This has XvImage support use the texture engine rather than the video overlay.
+.TP
+.BI "Option \*qVideoKey\*q \*q" integer \*q
+This sets the default pixel value for the YUV video overlay key.
+Default: undefined.
+.TP
+.BI "Option \*qUsePIO\*q \*q" boolean \*q
+Force the use of Programmed IO instead of Memory Mapped IO.
+Default: off.
+.PP
+The following additional
+.B Options
+are supported:
+.TP
+.BI "Option \*qShowCache\*q \*q" boolean \*q
+Enable or disable viewing offscreen cache memory. A development debug option.
+Default: off.
+.SH FILES
+tdfx_drv.o
.SH "SEE ALSO"
-XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__)
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS
Authors include: ...