source: x/installing/x7driver.xml@ bc07d23

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since bc07d23 was bc07d23, checked in by Krejzi <krejzi@…>, 10 years ago

Move libvdpau to multimedia section. Introduce split libvdpau-va-gl.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13583 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.5 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="libevdev"/>
64 </para>
65 </listitem> -->
66 <listitem>
67 <para>
68 <xref linkend="xorg-evdev-driver"/>
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 <xref linkend="xorg-synaptics-driver"/>
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 <xref linkend="xorg-vmmouse-driver"/>
79 </para>
80 </listitem>
81 <listitem>
82 <para>
83 <xref linkend="xorg-wacom-driver"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87
88 </sect3>
89
90 <sect3 id="xorg-video-drivers">
91 <title>Xorg Video Drivers</title>
92
93 <itemizedlist spacing="compact">
94 <listitem>
95 <para>
96 <xref linkend="xorg-ati-driver"/>
97 </para>
98 </listitem>
99 <listitem>
100 <para>
101 <xref linkend="xorg-cirrus-driver"/>
102 </para>
103 </listitem>
104 <listitem>
105 <para>
106 <xref linkend="xorg-fbdev-driver"/>
107 </para>
108 </listitem>
109 <listitem>
110 <para>
111 <xref linkend="xorg-intel-driver"/>
112 </para>
113 </listitem>
114 <listitem>
115 <para>
116 <xref linkend="xorg-mach64-driver"/>
117 </para>
118 </listitem>
119 <listitem>
120 <para>
121 <xref linkend="xorg-mga-driver"/>
122 </para>
123 </listitem>
124 <listitem>
125 <para>
126 <xref linkend="xorg-nouveau-driver"/>
127 </para>
128 </listitem>
129 <listitem>
130 <para>
131 <xref linkend="xorg-openchrome-driver"/>
132 </para>
133 </listitem>
134 <listitem>
135 <para>
136 <xref linkend="xorg-r128-driver"/>
137 </para>
138 </listitem>
139 <listitem>
140 <para>
141 <xref linkend="xorg-savage-driver"/>
142 </para>
143 </listitem>
144 <listitem>
145 <para>
146 <xref linkend="xorg-sis-driver"/>
147 </para>
148 </listitem>
149 <listitem>
150 <para>
151 <xref linkend="xorg-tdfx-driver"/>
152 </para>
153 </listitem>
154 <listitem>
155 <para>
156 <xref linkend="xorg-vesa-driver"/>
157 </para>
158 </listitem>
159 <listitem>
160 <para>
161 <xref linkend="xorg-vmware-driver"/>
162 </para>
163 </listitem>
164 </itemizedlist>
165
166 </sect3>
167
168<!--
169 <sect3 id="hw-video-acceleration">
170 <title>Hardware Video Acceleration</title>
171
172 <itemizedlist spacing="compact">
173 <listitem>
174 <para>
175 <xref linkend="libva"/>
176 </para>
177 </listitem>
178 <listitem>
179 <para>
180 <xref linkend="libvdpau"/>
181 </para>
182 </listitem>
183 </itemizedlist>
184
185 </sect3>
186-->
187
188 </sect2>
189
190 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
191 href="x7driver-glamor.xml"/> -->
192
193 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
194 href="libevdev.xml"/> -->
195
196 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
197 href="x7driver-evdev.xml"/>
198
199 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
200 href="x7driver-synaptics.xml"/>
201
202 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
203 href="x7driver-vmmouse.xml"/>
204
205 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
206 href="x7driver-wacom.xml"/>
207
208 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
209 href="x7driver-ati.xml"/>
210
211 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
212 href="x7driver-cirrus.xml"/>
213
214 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
215 href="x7driver-fbdev.xml"/>
216
217 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
218 href="x7driver-intel.xml"/>
219
220 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
221 href="x7driver-mach64.xml"/>
222
223 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
224 href="x7driver-mga.xml"/>
225
226 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
227 href="x7driver-nouveau.xml"/>
228
229 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
230 href="x7driver-openchrome.xml"/>
231
232 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
233 href="x7driver-r128.xml"/>
234
235 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
236 href="x7driver-savage.xml"/>
237
238 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
239 href="x7driver-sis.xml"/>
240
241 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
242 href="x7driver-tdfx.xml"/>
243
244 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
245 href="x7driver-vesa.xml"/>
246
247 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
248 href="x7driver-vmware.xml"/>
249
250 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
251 href="libva.xml"/>
252
253 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
254 href="libvdpau.xml"/> -->
255
256</sect1>
Note: See TracBrowser for help on using the repository browser.