source: x/installing/x7driver.xml@ debf20e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 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 debf20e was 2015f9d, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Archive unsupported Xorg drivers for Mach64,
MGA, SiS, OpenChrome, R128, Savage, and Tdfx. Added a note
with a link to BLFS 7.6 for these drivers.

Update to libva-intel-driver-1.4.1.
Update to libva-1.4.1.

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

  • Property mode set to 100644
File size: 5.2 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
[1f6d75e7]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
[0d7900a]32 for Xorg Server to start.
[1f6d75e7]33 </para>
34
35 <note>
36 <para>
37 If you are unsure which video hardware you have, you can use
[72abdae6]38 <command>lspci</command> from <xref linkend="pciutils"/>
[0d7900a]39 to find out which video hardware you have and then look at
[1f6d75e7]40 the descriptions of the packages in order to find out
41 which driver you need.
42 </para>
43 </note>
44
[2015f9d]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>
[bb97280]53
[1f6d75e7]54 <sect3 id="xorg-input-drivers">
55 <title>Xorg Input Drivers</title>
56
57 <itemizedlist spacing="compact">
[b7a67e90]58 <listitem>
59 <para>
[35e960fb]60 <xref linkend="libevdev"/>
[b7a67e90]61 </para>
62 </listitem>
[1f6d75e7]63 <listitem>
64 <para>
65 <xref linkend="xorg-evdev-driver"/>
66 </para>
[606dfd4]67 </listitem>
68 <listitem>
[1f6d75e7]69 <para>
70 <xref linkend="xorg-synaptics-driver"/>
71 </para>
[606dfd4]72 </listitem>
73 <listitem>
[1f6d75e7]74 <para>
75 <xref linkend="xorg-vmmouse-driver"/>
76 </para>
[606dfd4]77 </listitem>
78 <listitem>
[1f6d75e7]79 <para>
80 <xref linkend="xorg-wacom-driver"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 </sect3>
86
87 <sect3 id="xorg-video-drivers">
88 <title>Xorg Video Drivers</title>
89
90 <itemizedlist spacing="compact">
91 <listitem>
92 <para>
93 <xref linkend="xorg-ati-driver"/>
94 </para>
[606dfd4]95 </listitem>
[454ef05]96 <listitem>
97 <para>
98 <xref linkend="xorg-cirrus-driver"/>
99 </para>
100 </listitem>
[606dfd4]101 <listitem>
[1f6d75e7]102 <para>
103 <xref linkend="xorg-fbdev-driver"/>
104 </para>
[606dfd4]105 </listitem>
106 <listitem>
[1f6d75e7]107 <para>
108 <xref linkend="xorg-intel-driver"/>
109 </para>
[606dfd4]110 </listitem>
111 <listitem>
[1f6d75e7]112 <para>
113 <xref linkend="xorg-nouveau-driver"/>
114 </para>
[606dfd4]115 </listitem>
116 <listitem>
[1f6d75e7]117 <para>
118 <xref linkend="xorg-vesa-driver"/>
119 </para>
[606dfd4]120 </listitem>
121 <listitem>
[1f6d75e7]122 <para>
123 <xref linkend="xorg-vmware-driver"/>
124 </para>
125 </listitem>
126 </itemizedlist>
127
128 </sect3>
129
[a8ece039]130 <sect3 id="hw-video-acceleration">
131 <title>Hardware Video Acceleration</title>
132
133 <itemizedlist spacing="compact">
134 <listitem>
135 <para>
136 <xref linkend="libva"/>
137 </para>
138 </listitem>
139 <listitem>
140 <para>
141 <xref linkend="libvdpau"/>
142 </para>
143 </listitem>
144 </itemizedlist>
145
146 </sect3>
147
[1f6d75e7]148 </sect2>
149
[b7a67e90]150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[35e960fb]151 href="libevdev.xml"/>
[b7a67e90]152
[57da0547]153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="x7driver-evdev.xml"/>
[1f6d75e7]155
[57da0547]156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="x7driver-synaptics.xml"/>
[1f6d75e7]158
[57da0547]159 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
160 href="x7driver-vmmouse.xml"/>
[1f6d75e7]161
[57da0547]162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
163 href="x7driver-wacom.xml"/>
[1f6d75e7]164
[57da0547]165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="x7driver-ati.xml"/>
[1f6d75e7]167
[57da0547]168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="x7driver-cirrus.xml"/>
[1f6d75e7]170
[57da0547]171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="x7driver-fbdev.xml"/>
[1f6d75e7]173
[57da0547]174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="x7driver-intel.xml"/>
[1f6d75e7]176
[57da0547]177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
178 href="x7driver-nouveau.xml"/>
[1f6d75e7]179
[57da0547]180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
181 href="x7driver-vesa.xml"/>
[1f6d75e7]182
[57da0547]183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="x7driver-vmware.xml"/>
[595c08ff]185
[a8ece039]186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="libva.xml"/>
188
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="libvdpau.xml"/>
191
[bbb8ccc]192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="libvdpau-va-gl.xml"/>
194
[3f72a148]195</sect1>
Note: See TracBrowser for help on using the repository browser.