source: x/installing/x7driver.xml@ 05a9cde

krejzi/svn
Last change on this file since 05a9cde 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
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">
58 <listitem>
59 <para>
60 <xref linkend="xorg-evdev-driver"/>
61 </para>
[606dfd4]62 </listitem>
63 <listitem>
[1f6d75e7]64 <para>
65 <xref linkend="xorg-synaptics-driver"/>
66 </para>
[606dfd4]67 </listitem>
68 <listitem>
[1f6d75e7]69 <para>
70 <xref linkend="xorg-vmmouse-driver"/>
71 </para>
[606dfd4]72 </listitem>
73 <listitem>
[1f6d75e7]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>
[606dfd4]90 </listitem>
[454ef05]91 <listitem>
92 <para>
93 <xref linkend="xorg-cirrus-driver"/>
94 </para>
95 </listitem>
[606dfd4]96 <listitem>
[1f6d75e7]97 <para>
98 <xref linkend="xorg-fbdev-driver"/>
99 </para>
[606dfd4]100 </listitem>
101 <listitem>
[1f6d75e7]102 <para>
103 <xref linkend="xorg-intel-driver"/>
104 </para>
[606dfd4]105 </listitem>
106 <listitem>
[1f6d75e7]107 <para>
108 <xref linkend="xorg-nouveau-driver"/>
109 </para>
[606dfd4]110 </listitem>
111 <listitem>
[1f6d75e7]112 <para>
113 <xref linkend="xorg-vesa-driver"/>
114 </para>
[606dfd4]115 </listitem>
116 <listitem>
[1f6d75e7]117 <para>
118 <xref linkend="xorg-vmware-driver"/>
119 </para>
120 </listitem>
121 </itemizedlist>
122
123 </sect3>
124
[a8ece039]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
[1f6d75e7]143 </sect2>
144
[57da0547]145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="x7driver-evdev.xml"/>
[1f6d75e7]147
[57da0547]148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="x7driver-synaptics.xml"/>
[1f6d75e7]150
[57da0547]151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="x7driver-vmmouse.xml"/>
[1f6d75e7]153
[57da0547]154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="x7driver-wacom.xml"/>
[1f6d75e7]156
[57da0547]157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="x7driver-ati.xml"/>
[1f6d75e7]159
[57da0547]160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="x7driver-cirrus.xml"/>
[1f6d75e7]162
[57da0547]163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
164 href="x7driver-fbdev.xml"/>
[1f6d75e7]165
[57da0547]166 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
167 href="x7driver-intel.xml"/>
[1f6d75e7]168
[57da0547]169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
170 href="x7driver-nouveau.xml"/>
[1f6d75e7]171
[57da0547]172 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
173 href="x7driver-vesa.xml"/>
[1f6d75e7]174
[57da0547]175 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
176 href="x7driver-vmware.xml"/>
[595c08ff]177
[a8ece039]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
[bbb8ccc]184 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
185 href="libvdpau-va-gl.xml"/>
186
[3f72a148]187</sect1>
Note: See TracBrowser for help on using the repository browser.