source: archive/x7driver-tdfx.xml@ ccded7e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ccded7e was 2015f9d, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Archive unsupported Xorg drivers for Mach64,
MGA, SiS, OpenChrome, R128, Savage, and Tdfx. Added a note
with a link to BLFS 7.6 for these drivers.

Update to libva-intel-driver-1.4.1.
Update to libva-1.4.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14730 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xorg-tdfx-driver-version "1.4.5">
8
9 <!ENTITY xorg-tdfx-driver-download-http "&xorg-download-http;/driver/xf86-video-tdfx-&xorg-tdfx-driver-version;.tar.bz2">
10 <!ENTITY xorg-tdfx-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-tdfx-&xorg-tdfx-driver-version;.tar.bz2">
11 <!ENTITY xorg-tdfx-driver-md5sum "1b4a7815a604b3764900b520336a75ea">
12 <!ENTITY xorg-tdfx-driver-size "332 KB">
13 <!ENTITY xorg-tdfx-driver-buildsize "4.5 MB">
14 <!ENTITY xorg-tdfx-driver-time "less than 0.1 SBU">
15]>
16
17 <!-- Begin Xorg 3Dfx Driver -->
18 <sect2 id="xorg-tdfx-driver" xreflabel="Xorg 3Dfx Driver-&xorg-tdfx-driver-version;">
19
20 <title>Xorg 3Dfx Driver-&xorg-tdfx-driver-version;</title>
21
22 <indexterm zone="xorg-tdfx-driver">
23 <primary sortas="a-xorg-tdfx-driver">xorg-tdfx-driver</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Xorg 3Dfx Driver</title>
28
29 <para>
30 The <application>Xorg 3Dfx Driver</application> package contains the X.Org
31 Video Driver for 3Dfx video cards including Voodoo Banshee, Voodoo3,
32 Voodoo4 and Voodoo5 chipsets.
33 </para>
34
35 &lfs76_built;
36
37 <bridgehead renderas="sect4">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&xorg-tdfx-driver-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&xorg-tdfx-driver-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &xorg-tdfx-driver-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &xorg-tdfx-driver-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &xorg-tdfx-driver-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &xorg-tdfx-driver-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect4">Xorg 3Dfx Driver Dependencies</bridgehead>
72
73 <bridgehead renderas="sect5">Required</bridgehead>
74 <para role="required">
75 <xref linkend="xorg-server"/>
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/xorg-tdfx-driver"/>
80 </para>
81 </sect3>
82
83 <sect3 role="kernel" id="xorg-tdfx-driver-kernel">
84 <title>Kernel Configuration</title>
85
86 <para>
87 Enable the following options in the kernel configuration and recompile the
88 kernel if necessary:
89 </para>
90
91<screen><literal>Device Drivers ---&gt;
92 Graphics support ---&gt;
93 3dfx Banshee/Voodoo3+: Y or M</literal></screen>
94
95 <indexterm zone="xorg-tdfx-driver xorg-tdfx-driver-kernel">
96 <primary sortas="d-xorg-tdfx-driver">xorg-tdfx-driver</primary>
97 </indexterm>
98 </sect3>
99
100 <sect3 role="installation">
101 <title>Installation of Xorg 3Dfx Driver</title>
102
103 <para>
104 Install <application>Xorg 3Dfx Driver</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>sed -i -e "/mibstore.h/d" -e "/miInitializeBackingStore/d" src/tdfx_driver.c &amp;&amp;
109
110./configure $XORG_CONFIG &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122 </sect3>
123
124 <sect3 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <command>sed -e "/mibstore.h/d" ...</command>: Fixes building
129 with <application>Xorg Server</application> 1.14.0 and later.
130 </para>
131
132 </sect3>
133
134 <sect3 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Xorg Driver</segtitle>
139
140 <seglistitem>
141 <seg>
142 tdfx_drv.so
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="tdfx_drv">
153 <term><filename class="libraryfile">tdfx_drv.so</filename></term>
154 <listitem>
155 <para>
156 is an Xorg video driver for 3Dfx video cards.
157 </para>
158 <indexterm zone="xorg-tdfx-driver tdfx_drv">
159 <primary sortas="c-tdfx_drv">tdfx_drv.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect3>
167
168 </sect2>
169 <!-- End Xorg 3Dfx Driver -->
Note: See TracBrowser for help on using the repository browser.