source: x/installing/x7driver.xml@ 5f4e73e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5f4e73e was 5f4e73e, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to vala-0.36.2.
Update to iso-codes-3.75.
Update to Business-ISBN-3.004 (Perl Module).
Update to vim-8.0.586.
Update discussion of where to get older xorg drivers.

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

  • Property mode set to 100644
File size: 5.8 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 advantage of the hardware that it is
31 running on. At least one input and one video driver are required
32 for Xorg Server to start.
33 </para>
34
35 <para>
36 On machines using KMS, the modesetting driver is provided by
37 <application>xorg-server</application> and can be used instead of the
38 video driver for the specific hardware, but with reduced performance.
39 It can also be used (without hardware acceleration) in virtual machines
40 running under <application>qemu</application>.
41 </para>
42
43 <note>
44 <para>
45 If you are unsure which video hardware you have, you can use
46 <command>lspci</command> from <xref linkend="pciutils"/>
47 to find out which video hardware you have and then look at
48 the descriptions of the packages in order to find out
49 which driver you need.
50 </para>
51 </note>
52
53 <note>
54 <para>
55 In addition to the drivers listed below, there are several other
56 drivers for very old hardware that may still be relevant.
57 The latest versions of these drivers may be downloaded from
58 <ulink url='https://www.x.org/archive/individual/driver'>
59 https://www.x.org/archive/individual/driver</ulink>.
60 Instructions for building these now intermittently maintained drivers
61 may be found in a
62 prior version of BLFS: <ulink url="&BLFS76;">&BLFS76;</ulink>
63 </para>
64 </note>
65
66 <sect3 id="xorg-input-drivers">
67 <title>Xorg Input Drivers</title>
68
69 <itemizedlist spacing="compact">
70 <listitem>
71 <para>
72 <xref linkend="libevdev"/>
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 <xref linkend="libinput"/>
78 </para>
79 </listitem>
80 <listitem>
81 <para>
82 <xref linkend="xorg-evdev-driver"/>
83 </para>
84 </listitem>
85 <listitem>
86 <para>
87 <xref linkend="xorg-synaptics-driver"/>
88 </para>
89 </listitem>
90 <listitem>
91 <para>
92 <xref linkend="xorg-vmmouse-driver"/>
93 </para>
94 </listitem>
95 <listitem>
96 <para>
97 <xref linkend="xorg-wacom-driver"/>
98 </para>
99 </listitem>
100 </itemizedlist>
101
102 </sect3>
103
104 <sect3 id="xorg-video-drivers">
105 <title>Xorg Video Drivers</title>
106
107 <itemizedlist spacing="compact">
108 <listitem>
109 <para>
110 <xref linkend="xorg-amdgpu-driver"/>
111 </para>
112 </listitem>
113 <listitem>
114 <para>
115 <xref linkend="xorg-ati-driver"/>
116 </para>
117 </listitem>
118 <listitem>
119 <para>
120 <xref linkend="xorg-fbdev-driver"/>
121 </para>
122 </listitem>
123 <listitem>
124 <para>
125 <xref linkend="xorg-intel-driver"/>
126 </para>
127 </listitem>
128 <listitem>
129 <para>
130 <xref linkend="xorg-nouveau-driver"/>
131 </para>
132 </listitem>
133 <listitem>
134 <para>
135 <xref linkend="xorg-vmware-driver"/>
136 </para>
137 </listitem>
138 </itemizedlist>
139
140 </sect3>
141
142 <sect3 id="hw-video-acceleration">
143 <title>Hardware Video Acceleration</title>
144
145 <itemizedlist spacing="compact">
146 <listitem>
147 <para>
148 <xref linkend="libva"/>
149 </para>
150 </listitem>
151 <listitem>
152 <para>
153 <xref linkend="libvdpau"/>
154 </para>
155 </listitem>
156 <listitem>
157 <para>
158 <xref linkend="libvdpau-va-gl"/>
159 </para>
160 </listitem>
161 </itemizedlist>
162
163 </sect3>
164
165 </sect2>
166
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="libevdev.xml"/>
169
170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="libinput.xml"/>
172
173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
174 href="x7driver-evdev.xml"/>
175
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="x7driver-synaptics.xml"/>
178
179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="x7driver-vmmouse.xml"/>
181
182 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
183 href="x7driver-wacom.xml"/>
184
185 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
186 href="x7driver-amdgpu.xml"/>
187
188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
189 href="x7driver-ati.xml"/>
190
191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
192 href="x7driver-fbdev.xml"/>
193
194 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
195 href="x7driver-intel.xml"/>
196
197 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
198 href="x7driver-nouveau.xml"/>
199
200 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
201 href="x7driver-vmware.xml"/>
202
203 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
204 href="libva.xml"/>
205
206 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
207 href="libvdpau.xml"/>
208
209 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
210 href="libvdpau-va-gl.xml"/>
211
212</sect1>
Note: See TracBrowser for help on using the repository browser.