source: x/installing/x7driver.xml@ 2037ec4

systemd-13485
Last change on this file since 2037ec4 was a7e1ac8, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update the ENTIRE Part VI (X/X Libraries/Window Managers) Section.
Note that I will have to return to QT5 when I work on updating KDE5
And the same applies to WebkitGTK when I update GNOME.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16859 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.5 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;
[ac38e9dc]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
[ac38e9dc]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
40 machines 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
[ac38e9dc]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 Instructions for building these now unmaintained drivers may be found in a
58 prior version of BLFS: <ulink url="&BLFS76;">&BLFS76;</ulink>
59 </para>
60 </note>
61
[1f6d75e7]62 <sect3 id="xorg-input-drivers">
63 <title>Xorg Input Drivers</title>
64
65 <itemizedlist spacing="compact">
66 <listitem>
67 <para>
68 <xref linkend="xorg-evdev-driver"/>
69 </para>
[606dfd4]70 </listitem>
71 <listitem>
[1f6d75e7]72 <para>
73 <xref linkend="xorg-synaptics-driver"/>
74 </para>
[606dfd4]75 </listitem>
76 <listitem>
[1f6d75e7]77 <para>
78 <xref linkend="xorg-vmmouse-driver"/>
79 </para>
[606dfd4]80 </listitem>
81 <listitem>
[1f6d75e7]82 <para>
83 <xref linkend="xorg-wacom-driver"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87
88 </sect3>
89
90 <sect3 id="xorg-video-drivers">
91 <title>Xorg Video Drivers</title>
92
93 <itemizedlist spacing="compact">
94 <listitem>
95 <para>
96 <xref linkend="xorg-ati-driver"/>
97 </para>
[606dfd4]98 </listitem>
99 <listitem>
[1f6d75e7]100 <para>
101 <xref linkend="xorg-fbdev-driver"/>
102 </para>
[606dfd4]103 </listitem>
104 <listitem>
[1f6d75e7]105 <para>
106 <xref linkend="xorg-intel-driver"/>
107 </para>
[606dfd4]108 </listitem>
109 <listitem>
[1f6d75e7]110 <para>
111 <xref linkend="xorg-nouveau-driver"/>
112 </para>
[606dfd4]113 </listitem>
114 <listitem>
[1f6d75e7]115 <para>
116 <xref linkend="xorg-vesa-driver"/>
117 </para>
[606dfd4]118 </listitem>
119 <listitem>
[1f6d75e7]120 <para>
121 <xref linkend="xorg-vmware-driver"/>
122 </para>
123 </listitem>
124 </itemizedlist>
125
126 </sect3>
127
128 </sect2>
129
[57da0547]130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="x7driver-evdev.xml"/>
[1f6d75e7]132
[57da0547]133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="x7driver-synaptics.xml"/>
[1f6d75e7]135
[57da0547]136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[ac38e9dc]137 href="x7driver-vmmouse-systemd.xml"/>
[1f6d75e7]138
[57da0547]139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[ac38e9dc]140 href="x7driver-wacom-systemd.xml"/>
[1f6d75e7]141
[57da0547]142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="x7driver-ati.xml"/>
[1f6d75e7]144
[57da0547]145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="x7driver-fbdev.xml"/>
[1f6d75e7]147
[57da0547]148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a7e1ac8]149 href="x7driver-intel.xml"/>
[1f6d75e7]150
[57da0547]151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="x7driver-nouveau.xml"/>
[1f6d75e7]153
[57da0547]154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="x7driver-vesa.xml"/>
[1f6d75e7]156
[57da0547]157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[ac38e9dc]158 href="x7driver-vmware-systemd.xml"/>
[595c08ff]159
[3f72a148]160</sect1>
Note: See TracBrowser for help on using the repository browser.