source: x/installing/x7driver-systemd.xml@ e19c416

systemd-11177
Last change on this file since e19c416 was e19c416, checked in by Krejzi <krejzi@…>, 10 years ago

Bump intel driver to latest version. Add a configuration file to xinit page.

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

  • Property mode set to 100644
File size: 5.4 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-input-drivers">
45 <title>Xorg Input Drivers</title>
46
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 <xref linkend="xorg-evdev-driver"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 <xref linkend="xorg-synaptics-driver"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 <xref linkend="xorg-vmmouse-driver"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 <xref linkend="xorg-wacom-driver"/>
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect3>
71
72 <sect3 id="xorg-video-drivers">
73 <title>Xorg Video Drivers</title>
74
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 <xref linkend="xorg-ati-driver"/>
79 </para>
80 </listitem>
81 <listitem>
82 <para>
83 <xref linkend="xorg-cirrus-driver"/>
84 </para>
85 </listitem>
86 <listitem>
87 <para>
88 <xref linkend="xorg-fbdev-driver"/>
89 </para>
90 </listitem>
91 <listitem>
92 <para>
93 <xref linkend="xorg-intel-driver"/>
94 </para>
95 </listitem>
96 <listitem>
97 <para>
98 <xref linkend="xorg-mach64-driver"/>
99 </para>
100 </listitem>
101 <listitem>
102 <para>
103 <xref linkend="xorg-mga-driver"/>
104 </para>
105 </listitem>
106 <listitem>
107 <para>
108 <xref linkend="xorg-nouveau-driver"/>
109 </para>
110 </listitem>
111 <listitem>
112 <para>
113 <xref linkend="xorg-openchrome-driver"/>
114 </para>
115 </listitem>
116 <listitem>
117 <para>
118 <xref linkend="xorg-r128-driver"/>
119 </para>
120 </listitem>
121 <listitem>
122 <para>
123 <xref linkend="xorg-savage-driver"/>
124 </para>
125 </listitem>
126 <listitem>
127 <para>
128 <xref linkend="xorg-sis-driver"/>
129 </para>
130 </listitem>
131 <listitem>
132 <para>
133 <xref linkend="xorg-tdfx-driver"/>
134 </para>
135 </listitem>
136 <listitem>
137 <para>
138 <xref linkend="xorg-vesa-driver"/>
139 </para>
140 </listitem>
141 <listitem>
142 <para>
143 <xref linkend="xorg-vmware-driver"/>
144 </para>
145 </listitem>
146 </itemizedlist>
147
148 </sect3>
149
150 </sect2>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="x7driver-evdev.xml"/>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="x7driver-synaptics.xml"/>
157
158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="x7driver-vmmouse.xml"/>
160
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="x7driver-wacom.xml"/>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="x7driver-ati.xml"/>
166
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="x7driver-cirrus.xml"/>
169
170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="x7driver-fbdev.xml"/>
172
173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
174 href="x7driver-intel-systemd.xml"/>
175
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="x7driver-mach64.xml"/>
178
179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="x7driver-mga.xml"/>
181
182 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
183 href="x7driver-nouveau.xml"/>
184
185 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
186 href="x7driver-openchrome.xml"/>
187
188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
189 href="x7driver-r128.xml"/>
190
191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
192 href="x7driver-savage.xml"/>
193
194 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
195 href="x7driver-sis.xml"/>
196
197 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
198 href="x7driver-tdfx.xml"/>
199
200 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
201 href="x7driver-vesa.xml"/>
202
203 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
204 href="x7driver-vmware.xml"/>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.