source: x/installing/x7driver.xml@ 169031f

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

More systemd conversion, new package addition and minor fixes to existing ones, package updates for General Libraries section.

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

  • Property mode set to 100644
File size: 5.0 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 <sect3 id="hw-video-acceleration">
126 <title>Hardware Video Acceleration</title>
127
128 <itemizedlist spacing="compact">
129 <listitem>
130 <para>
131 <xref linkend="libva"/>
132 </para>
133 </listitem>
134 <listitem>
135 <para>
136 <xref linkend="libvdpau"/>
137 </para>
138 </listitem>
139 </itemizedlist>
140
141 </sect3>
142
143 </sect2>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="x7driver-evdev.xml"/>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="x7driver-synaptics.xml"/>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="x7driver-vmmouse.xml"/>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="x7driver-wacom.xml"/>
156
157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="x7driver-ati.xml"/>
159
160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="x7driver-cirrus.xml"/>
162
163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
164 href="x7driver-fbdev.xml"/>
165
166 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
167 href="x7driver-intel.xml"/>
168
169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
170 href="x7driver-nouveau.xml"/>
171
172 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
173 href="x7driver-vesa.xml"/>
174
175 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
176 href="x7driver-vmware.xml"/>
177
178 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
179 href="libva.xml"/>
180
181 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
182 href="libvdpau.xml"/>
183
184 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
185 href="libvdpau-va-gl.xml"/>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.