source: x/installing/x7driver.xml@ a8ece039

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a8ece039 was a8ece039, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Reset

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

  • Property mode set to 100644
File size: 6.2 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]>
8
9<sect1 id="xorg7-driver" xreflabel="Xorg Drivers">
10 <?dbhtml filename="x7driver.html"?>
11
12 <sect1info>
13 <othername>$LastChangedBy$</othername>
14 <date>$Date$</date>
15 </sect1info>
16
17 <title>Xorg Drivers</title>
18
19 <indexterm zone="xorg7-driver">
20 <primary sortas="a-xorg7-driver">xorg7-driver</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title>Introduction to Xorg Drivers</title>
25
26 <para>
27 The <application>Xorg Drivers</application> page contains the
28 instructions for building Xorg drivers that are necessary in order
29 for Xorg Server to take the advantage of the hardware that it is
30 running on. At least one input and one video driver is required
31 for Xorg Server to start.
32 </para>
33
34 <note>
35 <para>
36 If you are unsure which video hardware you have, you can use
37 <command>lspci</command> from <xref linkend="pciutils"/>
38 to find out which video hardware you have and then look at
39 the descriptions of the packages in order to find out
40 which driver you need.
41 </para>
42 </note>
43
44 <sect3 id="xorg-modules">
45 <title>Xorg Modules</title>
46
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 <xref linkend="glamor-egl"/>
51 </para>
52 </listitem>
53 </itemizedlist>
54
55 </sect3>
56
57 <sect3 id="xorg-input-drivers">
58 <title>Xorg Input Drivers</title>
59
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>
63 <xref linkend="xorg-evdev-driver"/>
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 <xref linkend="xorg-synaptics-driver"/>
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 <xref linkend="xorg-vmmouse-driver"/>
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 <xref linkend="xorg-wacom-driver"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 </sect3>
84
85 <sect3 id="xorg-video-drivers">
86 <title>Xorg Video Drivers</title>
87
88 <itemizedlist spacing="compact">
89 <listitem>
90 <para>
91 <xref linkend="xorg-ati-driver"/>
92 </para>
93 </listitem>
94 <listitem>
95 <para>
96 <xref linkend="xorg-cirrus-driver"/>
97 </para>
98 </listitem>
99 <listitem>
100 <para>
101 <xref linkend="xorg-fbdev-driver"/>
102 </para>
103 </listitem>
104 <listitem>
105 <para>
106 <xref linkend="xorg-intel-driver"/>
107 </para>
108 </listitem>
109 <listitem>
110 <para>
111 <xref linkend="xorg-mach64-driver"/>
112 </para>
113 </listitem>
114 <listitem>
115 <para>
116 <xref linkend="xorg-mga-driver"/>
117 </para>
118 </listitem>
119 <listitem>
120 <para>
121 <xref linkend="xorg-nouveau-driver"/>
122 </para>
123 </listitem>
124 <listitem>
125 <para>
126 <xref linkend="xorg-openchrome-driver"/>
127 </para>
128 </listitem>
129 <listitem>
130 <para>
131 <xref linkend="xorg-r128-driver"/>
132 </para>
133 </listitem>
134 <listitem>
135 <para>
136 <xref linkend="xorg-savage-driver"/>
137 </para>
138 </listitem>
139 <listitem>
140 <para>
141 <xref linkend="xorg-sis-driver"/>
142 </para>
143 </listitem>
144 <listitem>
145 <para>
146 <xref linkend="xorg-tdfx-driver"/>
147 </para>
148 </listitem>
149 <listitem>
150 <para>
151 <xref linkend="xorg-vesa-driver"/>
152 </para>
153 </listitem>
154 <listitem>
155 <para>
156 <xref linkend="xorg-vmware-driver"/>
157 </para>
158 </listitem>
159 </itemizedlist>
160
161 </sect3>
162
163 <sect3 id="hw-video-acceleration">
164 <title>Hardware Video Acceleration</title>
165
166 <itemizedlist spacing="compact">
167 <listitem>
168 <para>
169 <xref linkend="libva"/>
170 </para>
171 </listitem>
172 <listitem>
173 <para>
174 <xref linkend="libvdpau"/>
175 </para>
176 </listitem>
177 </itemizedlist>
178
179 </sect3>
180
181 </sect2>
182
183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="x7driver-glamor.xml"/>
185
186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="x7driver-evdev.xml"/>
188
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="x7driver-synaptics.xml"/>
191
192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="x7driver-vmmouse.xml"/>
194
195 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
196 href="x7driver-wacom.xml"/>
197
198 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
199 href="x7driver-ati.xml"/>
200
201 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
202 href="x7driver-cirrus.xml"/>
203
204 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
205 href="x7driver-fbdev.xml"/>
206
207 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
208 href="x7driver-intel.xml"/>
209
210 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
211 href="x7driver-mach64.xml"/>
212
213 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
214 href="x7driver-mga.xml"/>
215
216 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
217 href="x7driver-nouveau.xml"/>
218
219 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
220 href="x7driver-openchrome.xml"/>
221
222 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
223 href="x7driver-r128.xml"/>
224
225 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
226 href="x7driver-savage.xml"/>
227
228 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
229 href="x7driver-sis.xml"/>
230
231 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
232 href="x7driver-tdfx.xml"/>
233
234 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
235 href="x7driver-vesa.xml"/>
236
237 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
238 href="x7driver-vmware.xml"/>
239
240 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
241 href="libva.xml"/>
242
243 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
244 href="libvdpau.xml"/>
245
246</sect1>
Note: See TracBrowser for help on using the repository browser.