source: x/installing/x7driver-intel.xml@ 957e8a3d

systemd-13485
Last change on this file since 957e8a3d 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: 7.5 KB
Line 
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
7 <!-- <!ENTITY xorg-intel-driver-version "2.99.917"> -->
8 <!ENTITY xorg-intel-driver-version "0340718">
9
10<!-- <!ENTITY xorg-intel-driver-download-http "&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
11 <!ENTITY xorg-intel-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2"> -->
12 <!ENTITY xorg-intel-driver-download-http "&sources-anduin-http;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
13 <!ENTITY xorg-intel-driver-download-ftp "&sources-anduin-ftp;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
14 <!ENTITY xorg-intel-driver-md5sum "e960269189c7d6619712570db38abe7f">
15 <!ENTITY xorg-intel-driver-size "14 MB">
16<!-- commented, remeasured for re-enabling uxa as well as sna
17 <!ENTITY xorg-intel-driver-buildsize "70 MB"> -->
18 <!ENTITY xorg-intel-driver-buildsize "86 MB">
19 <!ENTITY xorg-intel-driver-time "0.7 SBU">
20]>
21
22 <!-- Begin Xorg Intel Driver -->
23 <sect2 id="xorg-intel-driver" xreflabel="Xorg Intel Driver-&xorg-intel-driver-version;">
24
25 <title>Xorg Intel Driver-&xorg-intel-driver-version;</title>
26
27 <indexterm zone="xorg-intel-driver">
28 <primary sortas="a-xorg-intel-driver">xorg-intel-driver</primary>
29 </indexterm>
30
31 <sect3 role="package">
32 <title>Introduction to Xorg Intel Driver</title>
33
34 <para>
35 The <application>Xorg Intel Driver</application> package contains the X.Org
36 Video Driver for Intel integrated video cards including 8xx, 9xx, Gxx, Qxx
37 and HD graphics processors (SandyBridge, IvyBridge and Haswell).
38 </para>
39
40 &lfs77_checked;
41
42 <note><para>This is a development version of the Intel driver
43 which is needed to work properly with the latest hardware.</para></note>
44
45
46 <bridgehead renderas="sect4">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&xorg-intel-driver-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&xorg-intel-driver-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &xorg-intel-driver-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &xorg-intel-driver-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &xorg-intel-driver-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &xorg-intel-driver-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect4">Xorg Intel Driver Dependencies</bridgehead>
81
82 <bridgehead renderas="sect5">Required</bridgehead>
83 <para role="required">
84 <xref linkend="xcb-util"/> and
85 <xref linkend="xorg-server"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/xorg-intel-driver"/>
90 </para>
91 </sect3>
92
93 <sect3 role="kernel" id="xorg-intel-driver-kernel">
94 <title>Kernel Configuration</title>
95
96 <para>
97 Enable the following options in the kernel configuration. Only one of
98 the lines <quote>Intel I810</quote> or <quote>Intel 8xx/9xx...</quote>
99 needs to be selected. If you select the latter, <quote>Enable
100 modesetting...</quote> is needed too. Recompile the kernel if necessary:
101 </para>
102
103<screen><literal>Device Drivers ---&gt;
104 Graphics support ---&gt;
105 Direct rendering Manager ---&gt;
106 &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
107 &lt;*&gt; Intel I810 [CONFIG_DRM_I810]
108 &lt;*&gt; Intel 8xx/9xx/G3x/G4x/HD Graphics [CONFIG_DRM_I915]
109 [*] Enable modesetting on intel by default [CONFIG_DRM_I915_KMS]</literal></screen>
110
111 <indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
112 <primary sortas="d-xorg-intel-driver">xorg-intel-driver</primary>
113 </indexterm>
114 </sect3>
115
116 <sect3 role="installation">
117 <title>Installation of Xorg Intel Driver</title>
118
119 <para>
120 Install <application>Xorg Intel Driver</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>./configure $XORG_CONFIG --enable-kms-only &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 This package does not come with a test suite.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136
137 </sect3>
138
139 <sect3>
140 <title>Working around problems with the Intel driver</title>
141
142 <para>
143 The SandyBridge New Acceleration (SNA) code is intended to replace the
144 old UXA (UMA Acceleration Architecture), but it is a large body of code
145 and sometimes causes problems. In particular, when a system is built
146 with gcc-5 and kernel headers from linux-4.0, trying to run this driver
147 using SNA will cause a segfault on some, or perhaps all, of the
148 supported chips if a 4.0 or newer kernel is used (a 3.19.0 kernel, also
149 built with gcc-5, worked ok). However, the version of the code in the VCS
150 listed above has been tested successfully with both capabilities.
151 </para>
152
153 <para>
154 If this problem applies to you, create the following file as
155 the <systemitem class="username">root</systemitem> user:
156 </para>
157
158<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf.d/20-intel.conf &lt;&lt; "EOF"
159<literal>Section "Device"
160 Identifier "Intel Graphics"
161 Driver "intel"
162 Option "AccelMethod" "uxa"
163EndSection</literal>
164EOF</userinput></screen>
165
166 </sect3>
167
168 <sect3 role="commands">
169 <title>Command Explanations</title>
170 <para>
171 <parameter>sed -e ...</parameter>: This fixes compilation with
172 systemd-220 and above.
173 </para>
174 <para>
175 <parameter>--enable-kms-only</parameter>: This switch omits the UMS
176 (User Mode Setting) code.
177 </para>
178
179 </sect3>
180
181 <sect3 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Library</segtitle>
186 <segtitle>Installed Xorg Driver</segtitle>
187
188 <seglistitem>
189 <seg>
190 libIntelXvMC.so
191 </seg>
192 <seg>
193 intel_drv.so
194 </seg>
195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
203 <varlistentry id="intel_drv">
204 <term><filename class="libraryfile">intel_drv.so</filename></term>
205 <listitem>
206 <para>
207 is an Xorg video driver for Intel integrated graphics chipsets.
208 </para>
209 <indexterm zone="xorg-intel-driver intel_drv">
210 <primary sortas="c-intel_drv">intel_drv.so</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect3>
218
219 </sect2>
220 <!-- End Xorg Intel Driver -->
Note: See TracBrowser for help on using the repository browser.