source: x/installing/x7driver-intel-systemd.xml@ d72fae5a

krejzi/svn
Last change on this file since d72fae5a was 5b5c0e9, checked in by Krejzi <krejzi@…>, 10 years ago

Convert xorg installing section.

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

  • Property mode set to 100644
File size: 6.9 KB
RevLine 
[57da0547]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
[4e4e52d]7 <!ENTITY xorg-intel-driver-version "2.99.916">
[57da0547]8
9 <!ENTITY xorg-intel-driver-download-http "&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
10 <!ENTITY xorg-intel-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
[8bbd1ba]11 <!ENTITY xorg-intel-driver-md5sum "7e24551eae0b952f4d795e791e88ebe5">
12 <!ENTITY xorg-intel-driver-size "2.1 MB">
13 <!ENTITY xorg-intel-driver-buildsize "71 MB">
[4e4e52d]14 <!ENTITY xorg-intel-driver-time "0.6 SBU">
[44ad7753]15]>
[57da0547]16
17 <!-- Begin Xorg Intel Driver -->
18 <sect2 id="xorg-intel-driver" xreflabel="Xorg Intel Driver-&xorg-intel-driver-version;">
19
20 <title>Xorg Intel Driver-&xorg-intel-driver-version;</title>
21
22 <indexterm zone="xorg-intel-driver">
23 <primary sortas="a-xorg-intel-driver">xorg-intel-driver</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Xorg Intel Driver</title>
28
29 <para>
30 The <application>Xorg Intel Driver</application> package contains the X.Org
31 Video Driver for Intel integrated video cards including 8xx, 9xx, Gxx, Qxx
32 and HD graphics processors (SandyBridge, IvyBridge and Haswell).
33 </para>
34
[b9875028]35 &lfs76_checked;
[57da0547]36
[5a5f9f3]37 <note><para>This is a development version of the Intel driver
38 which is needed to work properly with the latest hardware.</para></note>
39
40
[57da0547]41 <bridgehead renderas="sect4">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&xorg-intel-driver-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&xorg-intel-driver-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &xorg-intel-driver-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &xorg-intel-driver-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &xorg-intel-driver-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &xorg-intel-driver-time;
71 </para>
72 </listitem>
73 </itemizedlist>
[4e4e52d]74
[57da0547]75 <bridgehead renderas="sect4">Xorg Intel Driver Dependencies</bridgehead>
76
77 <bridgehead renderas="sect5">Required</bridgehead>
78 <para role="required">
79 <xref linkend="xcb-util"/> and
80 <xref linkend="xorg-server"/>
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/xorg-intel-driver"/>
85 </para>
86 </sect3>
87
88 <sect3 role="kernel" id="xorg-intel-driver-kernel">
89 <title>Kernel Configuration</title>
90
91 <para>
92 Enable the following options in the kernel configuration and recompile the
93 kernel if necessary:
94 </para>
95
96<screen><literal>Device Drivers ---&gt;
97 Graphics support ---&gt;
98 Intel I810: Y or M
99 Intel 8xx/9xx/G3x/G4x/HD Graphics: Y or M
100 Enable modesetting on intel by default: Y</literal></screen>
101
102 <indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
103 <primary sortas="d-xorg-intel-driver">xorg-intel-driver</primary>
104 </indexterm>
105 </sect3>
106
107 <sect3 role="installation">
108 <title>Installation of Xorg Intel Driver</title>
109
110 <para>
111 Install <application>Xorg Intel Driver</application> by running the following
112 commands:
113 </para>
114
[16e2ab9]115<screen><userinput>./configure $XORG_CONFIG \
[1432921]116 --enable-kms-only \
[4e4e52d]117 --enable-uxa \
[5b5c0e9]118 --enable-glamor \
119 --disable-dri3 &amp;&amp;
[57da0547]120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
[2278bf8]131
[57da0547]132 </sect3>
133
134 <sect3 role="commands">
135 <title>Command Explanations</title>
136
137 <para>
[b26bc4c]138 <parameter>--enable-kms-only</parameter>: This switch omits the UMS
139 (User Mode Setting) code.
[57da0547]140 </para>
141
[1432921]142 <para>
[a7f930e]143 <parameter>--enable-uxa</parameter>: This switch enables Unified
[5b5c0e9]144 Acceleration Architecture (UXA) which is required for Glamor
[4e4e52d]145 acceleration.
[1432921]146 </para>
147
[57da0547]148 <para>
[7eec971]149 <option>--enable-glamor</option>: This switch enables
150 new GL-based 2D acceleration. As well as specifying this in the
151 build, it needs to be enabled at run time (see below).
[57da0547]152 </para>
153
[5b5c0e9]154 <para>
155 <parameter>--disable-dri3</parameter>: This switch disables DRI3
156 support in the driver as it has been known to be buggy with the
157 current stack.
158 </para>
159
[57da0547]160 </sect3>
161
[1432921]162 <sect3>
163 <title>Glamor Acceleration</title>
164
165 <para>
166 Glamor is an acceleration library which uses cards' 3D capabilities to
167 accelerate 2D rendering. Glamor acceleration is not enabled by default.
168 You have to use a <filename>xorg.conf</filename> file to enable it. To
169 enable Glamor, create the following
170 <filename>/etc/X11/xorg.conf</filename> as the
171 <systemitem class="username">root</systemitem> user:
172 </para>
173
174<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
175<literal>Section "Module"
176 Load "dri2"
177 Load "glamoregl"
178EndSection
179
180Section "Device"
181 Identifier "intel"
182 Driver "intel"
183 Option "AccelMethod" "glamor"
184EndSection</literal>
185EOF</userinput></screen>
186
187 </sect3>
[57da0547]188 <sect3 role="content">
189 <title>Contents</title>
190
191 <segmentedlist>
[b26bc4c]192 <segtitle>Installed Library</segtitle>
[57da0547]193 <segtitle>Installed Xorg Driver</segtitle>
194
195 <seglistitem>
196 <seg>
197 libIntelXvMC.so
198 </seg>
199 <seg>
200 intel_drv.so
201 </seg>
202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="intel_drv">
211 <term><filename class="libraryfile">intel_drv.so</filename></term>
212 <listitem>
213 <para>
214 is an Xorg video driver for Intel integrated graphics chipsets.
215 </para>
216 <indexterm zone="xorg-intel-driver intel_drv">
217 <primary sortas="c-intel_drv">intel_drv.so</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 </variablelist>
223
224 </sect3>
225
226 </sect2>
[44ad7753]227 <!-- End Xorg Intel Driver -->
Note: See TracBrowser for help on using the repository browser.