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

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 5edd53e was 5edd53e, checked in by Xi Ruoyao <xry111@…>, 15 months ago

x7driver: Seperate intel-vaapi-driver from libva

The user should select the correct libva driver and install it, not
blindly install intel-vaapi-driver as a part of libva.

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