source: x/installing/x7driver.xml@ e104a36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 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 nosym 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 e104a36 was e104a36, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to mplayer-1.3.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17706 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;
[2015f9d]6 <!ENTITY BLFS76 "http://www.linuxfromscratch.org/blfs/view/7.6/x/x7driver.html">
[3f72a148]7
[44ad7753]8]>
[3f72a148]9
10<sect1 id="xorg7-driver" xreflabel="Xorg Drivers">
11 <?dbhtml filename="x7driver.html"?>
12
13 <sect1info>
[93f3de5]14 <othername>$LastChangedBy$</othername>
15 <date>$Date$</date>
[3f72a148]16 </sect1info>
17
18 <title>Xorg Drivers</title>
19
20 <indexterm zone="xorg7-driver">
[1f6d75e7]21 <primary sortas="a-xorg7-driver">xorg7-driver</primary>
[3f72a148]22 </indexterm>
23
[5e8be1c]24 <sect2 role="package">
25 <title>Introduction to Xorg Drivers</title>
26
[1f6d75e7]27 <para>
28 The <application>Xorg Drivers</application> page contains the
[c4b0455]29 instructions for building Xorg drivers that are necessary in order
[9bff4bc]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
[0d7900a]32 for Xorg Server to start.
[1f6d75e7]33 </para>
34
[9bff4bc]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
[1f6d75e7]43 <note>
44 <para>
45 If you are unsure which video hardware you have, you can use
[72abdae6]46 <command>lspci</command> from <xref linkend="pciutils"/>
[0d7900a]47 to find out which video hardware you have and then look at
[1f6d75e7]48 the descriptions of the packages in order to find out
49 which driver you need.
50 </para>
51 </note>
52
[2015f9d]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.
[f3429309]57 Instructions for building these now unmaintained drivers may be found in a
[2015f9d]58 prior version of BLFS: <ulink url="&BLFS76;">&BLFS76;</ulink>
59 </para>
60 </note>
[bb97280]61
[1f6d75e7]62 <sect3 id="xorg-input-drivers">
63 <title>Xorg Input Drivers</title>
64
65 <itemizedlist spacing="compact">
[b7a67e90]66 <listitem>
67 <para>
[35e960fb]68 <xref linkend="libevdev"/>
[b7a67e90]69 </para>
70 </listitem>
[f97d5f6]71 <listitem>
72 <para>
73 <xref linkend="libinput"/>
74 </para>
75 </listitem>
[1f6d75e7]76 <listitem>
77 <para>
78 <xref linkend="xorg-evdev-driver"/>
79 </para>
[606dfd4]80 </listitem>
81 <listitem>
[1f6d75e7]82 <para>
83 <xref linkend="xorg-synaptics-driver"/>
84 </para>
[606dfd4]85 </listitem>
86 <listitem>
[1f6d75e7]87 <para>
88 <xref linkend="xorg-vmmouse-driver"/>
89 </para>
[606dfd4]90 </listitem>
91 <listitem>
[1f6d75e7]92 <para>
93 <xref linkend="xorg-wacom-driver"/>
94 </para>
95 </listitem>
96 </itemizedlist>
97
98 </sect3>
99
100 <sect3 id="xorg-video-drivers">
101 <title>Xorg Video Drivers</title>
102
103 <itemizedlist spacing="compact">
104 <listitem>
105 <para>
106 <xref linkend="xorg-ati-driver"/>
107 </para>
[606dfd4]108 </listitem>
109 <listitem>
[1f6d75e7]110 <para>
111 <xref linkend="xorg-fbdev-driver"/>
112 </para>
[606dfd4]113 </listitem>
114 <listitem>
[1f6d75e7]115 <para>
116 <xref linkend="xorg-intel-driver"/>
117 </para>
[606dfd4]118 </listitem>
119 <listitem>
[1f6d75e7]120 <para>
121 <xref linkend="xorg-nouveau-driver"/>
122 </para>
[606dfd4]123 </listitem>
124 <listitem>
[1f6d75e7]125 <para>
126 <xref linkend="xorg-vmware-driver"/>
127 </para>
128 </listitem>
129 </itemizedlist>
130
131 </sect3>
132
[a8ece039]133 <sect3 id="hw-video-acceleration">
134 <title>Hardware Video Acceleration</title>
135
136 <itemizedlist spacing="compact">
137 <listitem>
138 <para>
139 <xref linkend="libva"/>
140 </para>
141 </listitem>
142 <listitem>
143 <para>
144 <xref linkend="libvdpau"/>
145 </para>
[f3429309]146 </listitem>
[e104a36]147 <listitem>
148 <para>
149 <xref linkend="libvdpau-va-gl"/>
150 </para>
151 </listitem>
[a8ece039]152 </itemizedlist>
153
154 </sect3>
155
[1f6d75e7]156 </sect2>
157
[b7a67e90]158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[35e960fb]159 href="libevdev.xml"/>
[b7a67e90]160
[f97d5f6]161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="libinput.xml"/>
163
[57da0547]164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="x7driver-evdev.xml"/>
[1f6d75e7]166
[57da0547]167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="x7driver-synaptics.xml"/>
[1f6d75e7]169
[57da0547]170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="x7driver-vmmouse.xml"/>
[1f6d75e7]172
[57da0547]173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
174 href="x7driver-wacom.xml"/>
[1f6d75e7]175
[57da0547]176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="x7driver-ati.xml"/>
[1f6d75e7]178
[57da0547]179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="x7driver-fbdev.xml"/>
[1f6d75e7]181
[57da0547]182 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
183 href="x7driver-intel.xml"/>
[1f6d75e7]184
[57da0547]185 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
186 href="x7driver-nouveau.xml"/>
[1f6d75e7]187
[57da0547]188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
189 href="x7driver-vmware.xml"/>
[595c08ff]190
[a8ece039]191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
192 href="libva.xml"/>
193
194 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
195 href="libvdpau.xml"/>
196
[bbb8ccc]197 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
198 href="libvdpau-va-gl.xml"/>
199
[3f72a148]200</sect1>
Note: See TracBrowser for help on using the repository browser.