source: x/installing/x7driver.xml@ a79a114

systemd-11177
Last change on this file since a79a114 was a79a114, 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
RevLine 
[3f72a148]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f72a148]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[44ad7753]7]>
[3f72a148]8
9<sect1 id="xorg7-driver" xreflabel="Xorg Drivers">
10 <?dbhtml filename="x7driver.html"?>
11
12 <sect1info>
[93f3de5]13 <othername>$LastChangedBy$</othername>
14 <date>$Date$</date>
[3f72a148]15 </sect1info>
16
17 <title>Xorg Drivers</title>
18
19 <indexterm zone="xorg7-driver">
[1f6d75e7]20 <primary sortas="a-xorg7-driver">xorg7-driver</primary>
[3f72a148]21 </indexterm>
22
[5e8be1c]23 <sect2 role="package">
24 <title>Introduction to Xorg Drivers</title>
25
[1f6d75e7]26 <para>
27 The <application>Xorg Drivers</application> page contains the
[c4b0455]28 instructions for building Xorg drivers that are necessary in order
[1f6d75e7]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
[0d7900a]31 for Xorg Server to start.
[1f6d75e7]32 </para>
33
34 <note>
35 <para>
36 If you are unsure which video hardware you have, you can use
[72abdae6]37 <command>lspci</command> from <xref linkend="pciutils"/>
[0d7900a]38 to find out which video hardware you have and then look at
[1f6d75e7]39 the descriptions of the packages in order to find out
40 which driver you need.
41 </para>
42 </note>
43
[ca33a20f]44 <!-- <sect3 id="xorg-modules">
[bb97280]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
[ca33a20f]55 </sect3> -->
[bb97280]56
[1f6d75e7]57 <sect3 id="xorg-input-drivers">
58 <title>Xorg Input Drivers</title>
59
60 <itemizedlist spacing="compact">
[ca33a20f]61 <!-- <listitem>
[b7a67e90]62 <para>
[35e960fb]63 <xref linkend="libevdev"/>
[b7a67e90]64 </para>
[ca33a20f]65 </listitem> -->
[1f6d75e7]66 <listitem>
67 <para>
68 <xref linkend="xorg-evdev-driver"/>
69 </para>
[606dfd4]70 </listitem>
71 <listitem>
[1f6d75e7]72 <para>
73 <xref linkend="xorg-synaptics-driver"/>
74 </para>
[606dfd4]75 </listitem>
76 <listitem>
[1f6d75e7]77 <para>
78 <xref linkend="xorg-vmmouse-driver"/>
79 </para>
[606dfd4]80 </listitem>
81 <listitem>
[1f6d75e7]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>
[606dfd4]98 </listitem>
[454ef05]99 <listitem>
100 <para>
101 <xref linkend="xorg-cirrus-driver"/>
102 </para>
103 </listitem>
[606dfd4]104 <listitem>
[1f6d75e7]105 <para>
106 <xref linkend="xorg-fbdev-driver"/>
107 </para>
[606dfd4]108 </listitem>
109 <listitem>
[1f6d75e7]110 <para>
111 <xref linkend="xorg-intel-driver"/>
112 </para>
[606dfd4]113 </listitem>
114 <listitem>
[1f6d75e7]115 <para>
116 <xref linkend="xorg-mach64-driver"/>
117 </para>
[606dfd4]118 </listitem>
119 <listitem>
[1f6d75e7]120 <para>
121 <xref linkend="xorg-mga-driver"/>
122 </para>
[606dfd4]123 </listitem>
124 <listitem>
[1f6d75e7]125 <para>
126 <xref linkend="xorg-nouveau-driver"/>
127 </para>
[606dfd4]128 </listitem>
129 <listitem>
[1f6d75e7]130 <para>
131 <xref linkend="xorg-openchrome-driver"/>
132 </para>
[606dfd4]133 </listitem>
134 <listitem>
[1f6d75e7]135 <para>
136 <xref linkend="xorg-r128-driver"/>
137 </para>
[606dfd4]138 </listitem>
139 <listitem>
[1f6d75e7]140 <para>
141 <xref linkend="xorg-savage-driver"/>
142 </para>
[606dfd4]143 </listitem>
144 <listitem>
[1f6d75e7]145 <para>
146 <xref linkend="xorg-sis-driver"/>
147 </para>
[606dfd4]148 </listitem>
149 <listitem>
[1f6d75e7]150 <para>
151 <xref linkend="xorg-tdfx-driver"/>
152 </para>
[606dfd4]153 </listitem>
154 <listitem>
[1f6d75e7]155 <para>
156 <xref linkend="xorg-vesa-driver"/>
157 </para>
[606dfd4]158 </listitem>
159 <listitem>
[1f6d75e7]160 <para>
161 <xref linkend="xorg-vmware-driver"/>
162 </para>
163 </listitem>
164 </itemizedlist>
165
166 </sect3>
167
[a79a114]168<!--
[a8ece039]169 <sect3 id="hw-video-acceleration">
170 <title>Hardware Video Acceleration</title>
171
172 <itemizedlist spacing="compact">
[a79a114]173 <listitem>
[a8ece039]174 <para>
175 <xref linkend="libva"/>
176 </para>
[a79a114]177 </listitem>
[a8ece039]178 <listitem>
179 <para>
180 <xref linkend="libvdpau"/>
181 </para>
182 </listitem>
183 </itemizedlist>
184
185 </sect3>
[a79a114]186-->
[a8ece039]187
[1f6d75e7]188 </sect2>
189
[ca33a20f]190 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
191 href="x7driver-glamor.xml"/> -->
[1f6d75e7]192
[ca33a20f]193 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
194 href="libevdev.xml"/> -->
[b7a67e90]195
[57da0547]196 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
197 href="x7driver-evdev.xml"/>
[1f6d75e7]198
[57da0547]199 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
200 href="x7driver-synaptics.xml"/>
[1f6d75e7]201
[57da0547]202 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
203 href="x7driver-vmmouse.xml"/>
[1f6d75e7]204
[57da0547]205 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
206 href="x7driver-wacom.xml"/>
[1f6d75e7]207
[57da0547]208 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
209 href="x7driver-ati.xml"/>
[1f6d75e7]210
[57da0547]211 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
212 href="x7driver-cirrus.xml"/>
[1f6d75e7]213
[57da0547]214 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
215 href="x7driver-fbdev.xml"/>
[1f6d75e7]216
[57da0547]217 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
218 href="x7driver-intel.xml"/>
[1f6d75e7]219
[57da0547]220 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
221 href="x7driver-mach64.xml"/>
[1f6d75e7]222
[57da0547]223 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
224 href="x7driver-mga.xml"/>
[1f6d75e7]225
[57da0547]226 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
227 href="x7driver-nouveau.xml"/>
[1f6d75e7]228
[57da0547]229 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
230 href="x7driver-openchrome.xml"/>
[1f6d75e7]231
[57da0547]232 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
233 href="x7driver-r128.xml"/>
[1f6d75e7]234
[57da0547]235 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
236 href="x7driver-savage.xml"/>
[1f6d75e7]237
[57da0547]238 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
239 href="x7driver-sis.xml"/>
[1f6d75e7]240
[57da0547]241 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
242 href="x7driver-tdfx.xml"/>
[cd419d8]243
[57da0547]244 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
245 href="x7driver-vesa.xml"/>
[1f6d75e7]246
[57da0547]247 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
248 href="x7driver-vmware.xml"/>
[595c08ff]249
[a3d9928]250 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a79a114]251 href="libva.xml"/>
[a8ece039]252
253 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a79a114]254 href="libvdpau.xml"/> -->
[a8ece039]255
[3f72a148]256</sect1>
Note: See TracBrowser for help on using the repository browser.