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

systemd-11177
Last change on this file since c536e67 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
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
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>
[606dfd4]52 </listitem>
53 <listitem>
[1f6d75e7]54 <para>
55 <xref linkend="xorg-synaptics-driver"/>
56 </para>
[606dfd4]57 </listitem>
58 <listitem>
[1f6d75e7]59 <para>
60 <xref linkend="xorg-vmmouse-driver"/>
61 </para>
[606dfd4]62 </listitem>
63 <listitem>
[1f6d75e7]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>
[606dfd4]80 </listitem>
[454ef05]81 <listitem>
82 <para>
83 <xref linkend="xorg-cirrus-driver"/>
84 </para>
85 </listitem>
[606dfd4]86 <listitem>
[1f6d75e7]87 <para>
88 <xref linkend="xorg-fbdev-driver"/>
89 </para>
[606dfd4]90 </listitem>
91 <listitem>
[1f6d75e7]92 <para>
93 <xref linkend="xorg-intel-driver"/>
94 </para>
[606dfd4]95 </listitem>
96 <listitem>
[1f6d75e7]97 <para>
98 <xref linkend="xorg-mach64-driver"/>
99 </para>
[606dfd4]100 </listitem>
101 <listitem>
[1f6d75e7]102 <para>
103 <xref linkend="xorg-mga-driver"/>
104 </para>
[606dfd4]105 </listitem>
106 <listitem>
[1f6d75e7]107 <para>
108 <xref linkend="xorg-nouveau-driver"/>
109 </para>
[606dfd4]110 </listitem>
111 <listitem>
[1f6d75e7]112 <para>
113 <xref linkend="xorg-openchrome-driver"/>
114 </para>
[606dfd4]115 </listitem>
116 <listitem>
[1f6d75e7]117 <para>
118 <xref linkend="xorg-r128-driver"/>
119 </para>
[606dfd4]120 </listitem>
121 <listitem>
[1f6d75e7]122 <para>
123 <xref linkend="xorg-savage-driver"/>
124 </para>
[606dfd4]125 </listitem>
126 <listitem>
[1f6d75e7]127 <para>
128 <xref linkend="xorg-sis-driver"/>
129 </para>
[606dfd4]130 </listitem>
131 <listitem>
[1f6d75e7]132 <para>
133 <xref linkend="xorg-tdfx-driver"/>
134 </para>
[606dfd4]135 </listitem>
136 <listitem>
[1f6d75e7]137 <para>
138 <xref linkend="xorg-vesa-driver"/>
139 </para>
[606dfd4]140 </listitem>
141 <listitem>
[1f6d75e7]142 <para>
143 <xref linkend="xorg-vmware-driver"/>
144 </para>
145 </listitem>
146 </itemizedlist>
147
148 </sect3>
149
150 </sect2>
151
[57da0547]152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="x7driver-evdev.xml"/>
[1f6d75e7]154
[57da0547]155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="x7driver-synaptics.xml"/>
[1f6d75e7]157
[57da0547]158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="x7driver-vmmouse.xml"/>
[1f6d75e7]160
[57da0547]161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="x7driver-wacom.xml"/>
[1f6d75e7]163
[57da0547]164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="x7driver-ati.xml"/>
[1f6d75e7]166
[57da0547]167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="x7driver-cirrus.xml"/>
[1f6d75e7]169
[57da0547]170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="x7driver-fbdev.xml"/>
[1f6d75e7]172
[57da0547]173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e19c416]174 href="x7driver-intel-systemd.xml"/>
[1f6d75e7]175
[57da0547]176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="x7driver-mach64.xml"/>
[1f6d75e7]178
[57da0547]179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="x7driver-mga.xml"/>
[1f6d75e7]181
[57da0547]182 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
183 href="x7driver-nouveau.xml"/>
[1f6d75e7]184
[57da0547]185 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
186 href="x7driver-openchrome.xml"/>
[1f6d75e7]187
[57da0547]188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
189 href="x7driver-r128.xml"/>
[1f6d75e7]190
[57da0547]191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
192 href="x7driver-savage.xml"/>
[1f6d75e7]193
[57da0547]194 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
195 href="x7driver-sis.xml"/>
[1f6d75e7]196
[57da0547]197 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
198 href="x7driver-tdfx.xml"/>
[cd419d8]199
[57da0547]200 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
201 href="x7driver-vesa.xml"/>
[1f6d75e7]202
[57da0547]203 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
204 href="x7driver-vmware.xml"/>
[595c08ff]205
[3f72a148]206</sect1>
Note: See TracBrowser for help on using the repository browser.