Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tdfx_linux(4) [debian man page]

TDFX(4) 						   BSD Kernel Interfaces Manual 						   TDFX(4)

NAME
tdfx -- Voodoo Graphics and VoodooII Memory Access GLIDE device driver SYNOPSIS
device tdfx device tdfx_linux DESCRIPTION
This driver creates an entry in /dev that allows programs (mostly GLIDE-based software) to access the device memory of the Voodoo Graphics and VoodooII 3D accelerators created by 3Dfx, Inc. This provides an interface for applications based on the GLIDE API or that simply use the API provided by the linux /dev/3dfx device to use the video device. Supports all cards based on the following chipsets: 3Dfx Voodoo Graphics 3Dfx Voodoo II Specifically, the following cards should work: Diamond Multimedia Monster 3D Diamond Multimedia Monster 3D II Note that this driver does not currently have support for the Voodoo Banshee, Voodoo3, Voodoo5, or Voodoo6 based cards. It also does not currently support the Voodoo Rush. It also does not yet handle the SLI feature of the Voodoo II boards. You can only use each of them sepa- rately. By including tdfx_linux, you can enable the linux ioctl code for this driver, where the only supported applications currently reside. FILES
/dev/3dfx Symlinked to default 3dfx board /dev/3dfx* Character Device programming interface /dev/voodoo Mirrors of above interfaces /dev/voodoo* (Some apps use /dev/voodoo) HISTORY
The tdfx driver appeared in FreeBSD 5.0, and was originally developed for Linux kernel 2.0.x, later written for 2.2.x and 2.4.x. AUTHORS
The driver was developed by Coleman Kane <cokane@micro.ti.com> after the linux version of this driver by Darryll Straus, John Taylor, Jens Axboe, Carlo Wood <carlo@alinoe.com> and Joseph Kain <joseph@3dfx.com> to be directly compatible with it and support the many GLIDE based games available for Linux and UNIX. BSD
February 19, 2001 BSD

Check Out this Related Man Page

TDFX(4) 						     Kernel Interfaces Manual							   TDFX(4)

NAME
tdfx - 3Dfx video driver SYNOPSIS
Section "Device" Identifier "devname" Driver "tdfx" ... EndSection DESCRIPTION
tdfx is an Xorg driver for 3Dfx video cards. SUPPORTED HARDWARE
The tdfx driver supports Voodoo Banshee, Voodoo3, Voodoo4 and Voodoo5 cards. CONFIGURATION DETAILS
Please refer to xorg.conf(5) for general configuration details. This section only covers configuration details specific to this driver. The following driver Options are supported: Option "NoAccel" "boolean" Disable or enable acceleration. Default: acceleration is enabled. Option "SWCursor" "boolean" Disable or enable software cursor. Default: software cursor is disable and a hardware cursor is used for configurations where the hardware cursor is available. Option "DRI" "boolean" Disable or enable DRI support. By default, DRI is on. Option "TexturedVideo" "boolean" This has XvImage support use the texture engine rather than the video overlay. Option "VideoKey" "integer" This sets the default pixel value for the YUV video overlay key. Default: undefined. Option "UsePIO" "boolean" Force the use of Programmed IO instead of Memory Mapped IO. Default: off. The following additional Options are supported: Option "ShowCache" "boolean" Enable or disable viewing offscreen cache memory. A development debug option. Default: off. FILES
tdfx_drv.o SEE ALSO
Xorg(1), xorg.conf(5), Xserver(1), X(7) AUTHORS
Authors include: ... X Version 11 xf86-video-tdfx 1.4.4 TDFX(4)
Man Page