diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:35:48 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:35:48 +0000 |
commit | d8aeffdd118ab5394139f3a341d95d8124523cd5 (patch) | |
tree | 7f8c9fe6d0567524b6f2af0a85251c6a59ad2fc6 | |
parent | a7ec7f5767b9fc20fc173d2f173f3826d20010cd (diff) |
merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214XORG-RELEASE-1-BASEXEVIE-MERGEXINERAMA_2
-rw-r--r-- | man/tdfx.man | 37 |
1 files changed, 34 insertions, 3 deletions
diff --git a/man/tdfx.man b/man/tdfx.man index 1dd66a7..0810486 100644 --- a/man/tdfx.man +++ b/man/tdfx.man @@ -1,4 +1,4 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx.man,v 1.2 2001/01/27 18:20:55 dawes Exp $ +.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx.man,v 1.3 2004/01/09 02:55:29 dawes Exp $ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH TDFX __drivermansuffix__ __vendorversion__ @@ -15,15 +15,46 @@ tdfx \- 3Dfx video driver .SH DESCRIPTION .B tdfx is an XFree86 driver for 3Dfx video cards. -It supports the Voodoo Banshee, Voodoo3, Voodoo4 and Voodoo5 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 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. +.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__) .SH AUTHORS |