source: x/installing/x7driver.xml@ bbb8ccc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since bbb8ccc was bbb8ccc, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Separate libvdpau-va-gl to its own section

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13697 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
[bb97280]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
[1f6d75e7]57 <sect3 id="xorg-input-drivers">
58 <title>Xorg Input Drivers</title>
59
60 <itemizedlist spacing="compact">
[b7a67e90]61 <listitem>
62 <para>
[35e960fb]63 <xref linkend="libevdev"/>
[b7a67e90]64 </para>
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
[a8ece039]168 <sect3 id="hw-video-acceleration">
169 <title>Hardware Video Acceleration</title>
170
171 <itemizedlist spacing="compact">
172 <listitem>
173 <para>
174 <xref linkend="libva"/>
175 </para>
176 </listitem>
177 <listitem>
178 <para>
179 <xref linkend="libvdpau"/>
180 </para>
181 </listitem>
182 </itemizedlist>
183
184 </sect3>
185
[1f6d75e7]186 </sect2>
187
[57da0547]188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
189 href="x7driver-glamor.xml"/>
[1f6d75e7]190
[b7a67e90]191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[35e960fb]192 href="libevdev.xml"/>
[b7a67e90]193
[57da0547]194 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
195 href="x7driver-evdev.xml"/>
[1f6d75e7]196
[57da0547]197 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
198 href="x7driver-synaptics.xml"/>
[1f6d75e7]199
[57da0547]200 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
201 href="x7driver-vmmouse.xml"/>
[1f6d75e7]202
[57da0547]203 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
204 href="x7driver-wacom.xml"/>
[1f6d75e7]205
[57da0547]206 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
207 href="x7driver-ati.xml"/>
[1f6d75e7]208
[57da0547]209 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
210 href="x7driver-cirrus.xml"/>
[1f6d75e7]211
[57da0547]212 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
213 href="x7driver-fbdev.xml"/>
[1f6d75e7]214
[57da0547]215 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
216 href="x7driver-intel.xml"/>
[1f6d75e7]217
[57da0547]218 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
219 href="x7driver-mach64.xml"/>
[1f6d75e7]220
[57da0547]221 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
222 href="x7driver-mga.xml"/>
[1f6d75e7]223
[57da0547]224 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
225 href="x7driver-nouveau.xml"/>
[1f6d75e7]226
[57da0547]227 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
228 href="x7driver-openchrome.xml"/>
[1f6d75e7]229
[57da0547]230 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
231 href="x7driver-r128.xml"/>
[1f6d75e7]232
[57da0547]233 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
234 href="x7driver-savage.xml"/>
[1f6d75e7]235
[57da0547]236 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
237 href="x7driver-sis.xml"/>
[1f6d75e7]238
[57da0547]239 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
240 href="x7driver-tdfx.xml"/>
[cd419d8]241
[57da0547]242 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
243 href="x7driver-vesa.xml"/>
[1f6d75e7]244
[57da0547]245 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
246 href="x7driver-vmware.xml"/>
[595c08ff]247
[a8ece039]248 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
249 href="libva.xml"/>
250
251 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
252 href="libvdpau.xml"/>
253
[bbb8ccc]254 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
255 href="libvdpau-va-gl.xml"/>
256
[3f72a148]257</sect1>
Note: See TracBrowser for help on using the repository browser.