source: x/installing/x7driver.xml@ d01c61f

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 d01c61f was 44ad7753, checked in by Krejzi <krejzi@…>, 11 years ago

more xorg driver xml cosmetic fixes

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

  • Property mode set to 100644
File size: 5.7 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">
61 <listitem>
62 <para>
63 <xref linkend="xorg-evdev-driver"/>
64 </para>
[606dfd4]65 </listitem>
66 <listitem>
[1f6d75e7]67 <para>
68 <xref linkend="xorg-synaptics-driver"/>
69 </para>
[606dfd4]70 </listitem>
71 <listitem>
[1f6d75e7]72 <para>
73 <xref linkend="xorg-vmmouse-driver"/>
74 </para>
[606dfd4]75 </listitem>
76 <listitem>
[1f6d75e7]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>
[606dfd4]93 </listitem>
[454ef05]94 <listitem>
95 <para>
96 <xref linkend="xorg-cirrus-driver"/>
97 </para>
98 </listitem>
[606dfd4]99 <listitem>
[1f6d75e7]100 <para>
101 <xref linkend="xorg-fbdev-driver"/>
102 </para>
[606dfd4]103 </listitem>
104 <listitem>
[1f6d75e7]105 <para>
106 <xref linkend="xorg-intel-driver"/>
107 </para>
[606dfd4]108 </listitem>
109 <listitem>
[1f6d75e7]110 <para>
111 <xref linkend="xorg-mach64-driver"/>
112 </para>
[606dfd4]113 </listitem>
114 <listitem>
[1f6d75e7]115 <para>
116 <xref linkend="xorg-mga-driver"/>
117 </para>
[606dfd4]118 </listitem>
119 <listitem>
[1f6d75e7]120 <para>
121 <xref linkend="xorg-nouveau-driver"/>
122 </para>
[606dfd4]123 </listitem>
124 <listitem>
[1f6d75e7]125 <para>
126 <xref linkend="xorg-openchrome-driver"/>
127 </para>
[606dfd4]128 </listitem>
129 <listitem>
[1f6d75e7]130 <para>
131 <xref linkend="xorg-r128-driver"/>
132 </para>
[606dfd4]133 </listitem>
134 <listitem>
[1f6d75e7]135 <para>
136 <xref linkend="xorg-savage-driver"/>
137 </para>
[606dfd4]138 </listitem>
139 <listitem>
[1f6d75e7]140 <para>
141 <xref linkend="xorg-sis-driver"/>
142 </para>
[606dfd4]143 </listitem>
144 <listitem>
[1f6d75e7]145 <para>
146 <xref linkend="xorg-tdfx-driver"/>
147 </para>
[606dfd4]148 </listitem>
149 <listitem>
[1f6d75e7]150 <para>
151 <xref linkend="xorg-vesa-driver"/>
152 </para>
[606dfd4]153 </listitem>
154 <listitem>
[1f6d75e7]155 <para>
156 <xref linkend="xorg-vmware-driver"/>
157 </para>
158 </listitem>
159 </itemizedlist>
160
161 </sect3>
162
163 </sect2>
164
[57da0547]165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="x7driver-glamor.xml"/>
[1f6d75e7]167
[57da0547]168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="x7driver-evdev.xml"/>
[1f6d75e7]170
[57da0547]171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="x7driver-synaptics.xml"/>
[1f6d75e7]173
[57da0547]174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="x7driver-vmmouse.xml"/>
[1f6d75e7]176
[57da0547]177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
178 href="x7driver-wacom.xml"/>
[1f6d75e7]179
[57da0547]180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
181 href="x7driver-ati.xml"/>
[1f6d75e7]182
[57da0547]183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="x7driver-cirrus.xml"/>
[1f6d75e7]185
[57da0547]186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="x7driver-fbdev.xml"/>
[1f6d75e7]188
[57da0547]189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="x7driver-intel.xml"/>
[1f6d75e7]191
[57da0547]192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="x7driver-mach64.xml"/>
[1f6d75e7]194
[57da0547]195 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
196 href="x7driver-mga.xml"/>
[1f6d75e7]197
[57da0547]198 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
199 href="x7driver-nouveau.xml"/>
[1f6d75e7]200
[57da0547]201 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
202 href="x7driver-openchrome.xml"/>
[1f6d75e7]203
[57da0547]204 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
205 href="x7driver-r128.xml"/>
[1f6d75e7]206
[57da0547]207 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
208 href="x7driver-savage.xml"/>
[1f6d75e7]209
[57da0547]210 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
211 href="x7driver-sis.xml"/>
[1f6d75e7]212
[57da0547]213 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
214 href="x7driver-tdfx.xml"/>
[cd419d8]215
[57da0547]216 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
217 href="x7driver-vesa.xml"/>
[1f6d75e7]218
[57da0547]219 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
220 href="x7driver-vmware.xml"/>
[595c08ff]221
[3f72a148]222</sect1>
Note: See TracBrowser for help on using the repository browser.