source: x/installing/x7driver-systemd.xml@ 5b5c0e9

krejzi/svn
Last change on this file since 5b5c0e9 was 5b5c0e9, checked in by Krejzi <krejzi@…>, 10 years ago

Convert xorg installing section.

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

  • Property mode set to 100644
File size: 4.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 <!ENTITY BLFS76 "http://www.linuxfromscratch.org/blfs/view/7.6/x/x7driver.html">
7
8]>
9
10<sect1 id="xorg7-driver" xreflabel="Xorg Drivers">
11 <?dbhtml filename="x7driver.html"?>
12
13 <sect1info>
14 <othername>$LastChangedBy$</othername>
15 <date>$Date$</date>
16 </sect1info>
17
18 <title>Xorg Drivers</title>
19
20 <indexterm zone="xorg7-driver">
21 <primary sortas="a-xorg7-driver">xorg7-driver</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to Xorg Drivers</title>
26
27 <para>
28 The <application>Xorg Drivers</application> page contains the
29 instructions for building Xorg drivers that are necessary in order
30 for Xorg Server to take the advantage of the hardware that it is
31 running on. At least one input and one video driver is required
32 for Xorg Server to start.
33 </para>
34
35 <note>
36 <para>
37 If you are unsure which video hardware you have, you can use
38 <command>lspci</command> from <xref linkend="pciutils"/>
39 to find out which video hardware you have and then look at
40 the descriptions of the packages in order to find out
41 which driver you need.
42 </para>
43 </note>
44
45 <note>
46 <para>
47 In addition to the drivers listed below, there are several other
48 drivers for very old hardware that may still be relevant.
49 Instructions for building these now unmaintained drivers may be found in a
50 prior version of BLFS: <ulink url="&BLFS76;">&BLFS76;</ulink>
51 </para>
52 </note>
53
54 <sect3 id="xorg-input-drivers">
55 <title>Xorg Input Drivers</title>
56
57 <itemizedlist spacing="compact">
58 <listitem>
59 <para>
60 <xref linkend="xorg-evdev-driver"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 <xref linkend="xorg-synaptics-driver"/>
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 <xref linkend="xorg-vmmouse-driver"/>
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 <xref linkend="xorg-wacom-driver"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 </sect3>
81
82 <sect3 id="xorg-video-drivers">
83 <title>Xorg Video Drivers</title>
84
85 <itemizedlist spacing="compact">
86 <listitem>
87 <para>
88 <xref linkend="xorg-ati-driver"/>
89 </para>
90 </listitem>
91 <listitem>
92 <para>
93 <xref linkend="xorg-cirrus-driver"/>
94 </para>
95 </listitem>
96 <listitem>
97 <para>
98 <xref linkend="xorg-fbdev-driver"/>
99 </para>
100 </listitem>
101 <listitem>
102 <para>
103 <xref linkend="xorg-intel-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-vesa-driver"/>
114 </para>
115 </listitem>
116 <listitem>
117 <para>
118 <xref linkend="xorg-vmware-driver"/>
119 </para>
120 </listitem>
121 </itemizedlist>
122
123 </sect3>
124
125 </sect2>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="x7driver-evdev.xml"/>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="x7driver-synaptics.xml"/>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="x7driver-vmmouse-systemd.xml"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="x7driver-wacom-systemd.xml"/>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="x7driver-ati.xml"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="x7driver-cirrus.xml"/>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="x7driver-fbdev.xml"/>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="x7driver-intel-systemd.xml"/>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="x7driver-nouveau.xml"/>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="x7driver-vesa.xml"/>
156
157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="x7driver-vmware-systemd.xml"/>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.