aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/tdfx.4
blob: 2a09a71cf6ce914e67aa66c50ef6e35bfc50bd7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.\"
.\" $FreeBSD$
.\"
.Dd February 19, 2001
.Dt TDFX 4
.Os
.Sh NAME
.Nm tdfx
.Nd Voodoo Graphics and VoodooII Memory Access GLIDE device driver
.Sh SYNOPSIS
.Cd device tdfx
.Cd device tdfx_linux
.Sh DESCRIPTION
This driver creates an entry in
.Pa /dev
that allows programs (mostly
.Em GLIDE-based software )
to access the device memory of the Voodoo Graphics and
VoodooII 3D accelerators created by
.Em 3Dfx, Inc .
This provides an interface
for applications based on the
.Em GLIDE API
or that simply use the API
provided by the linux
.Pa /dev/3dfx
device to use the video device.
.Pp
Supports all cards based on the following chipsets:
.Pp
.Bl -item -offset indent -compact
.It
.Em 3Dfx Voodoo Graphics
.It
.Em 3Dfx Voodoo II
.El
.Pp
Specifically, the following cards should work:
.Pp
.Bl -item -offset indent -compact
.It
.Em Diamond Multimedia Monster 3D
.It
.Em Diamond Multimedia Monster 3D II
.El
.Pp
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 separately.
.Pp
By including
.Nm tdfx_linux ,
you can enable the linux ioctl code for this driver, where the only supported
applications currently reside.
.Sh FILES
.Bl -tag -width /dev/voodoo* -compact
.It Pa /dev/3dfx
Symlinked to default
.Em 3dfx
board
.It Pa /dev/3dfx*
.Em Character Device
programming interface
.Pp
.It Pa /dev/voodoo
Mirrors of above interfaces
.It Pa /dev/voodoo*
(Some apps use
.Pa /dev/voodoo )
.El
.Sh HISTORY
The
.Nm
driver appeared in
.Fx 5.0 ,
and was originally developed for Linux kernel 2.0.x, later written for
2.2.x and 2.4.x.
.Sh AUTHORS
.An -nosplit
The driver was developed by
.An Coleman Kane Aq Mt cokane@micro.ti.com
after the linux version of this driver by
.An Darryll Straus ,
.An John Taylor ,
.An Jens Axboe ,
.An Carlo Wood Aq Mt carlo@alinoe.com
and
.An Joseph Kain Aq Mt joseph@3dfx.com
to be directly compatible with it and support the many GLIDE based games
available for Linux and
.Ux .