source: x/installing/x7driver-intel.xml@ e096d1d

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 e096d1d was e096d1d, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to xf86-video-intel-20210222
Couple tags.

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

  • Property mode set to 100644
File size: 8.6 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
8 <!--<!ENTITY xorg-intel-driver-download-http "&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
9 <!ENTITY xorg-intel-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">-->
10
11 <!-- git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
12 as of 2016-09-02 -->
13
14 <!--<!ENTITY xorg-intel-driver-version "2.99.917">-->
15 <!ENTITY xorg-intel-driver-version "20210222">
16
17 <!ENTITY xorg-intel-driver-download-http "&sources-anduin-http;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
18 <!ENTITY xorg-intel-driver-download-ftp "&sources-anduin-ftp;/xf86-video-intel/xf86-video-intel-&xorg-intel-driver-version;.tar.xz">
19 <!ENTITY xorg-intel-driver-md5sum "8795a5d17ece4dea4763e61be7805882">
20 <!ENTITY xorg-intel-driver-size "948 KB">
21 <!ENTITY xorg-intel-driver-buildsize "77 MB">
22 <!ENTITY xorg-intel-driver-time "0.6 SBU">
23]>
24
25 <sect2 id="xorg-intel-driver" xreflabel="Xorg Intel Driver-&xorg-intel-driver-version;">
26
27 <sect2info>
28 <othername>$LastChangedBy$</othername>
29 <date>$Date$</date>
30 </sect2info>
31
32 <title>Xorg Intel Driver-&xorg-intel-driver-version;</title>
33
34 <indexterm zone="xorg-intel-driver">
35 <primary sortas="a-xorg-intel-driver">xorg-intel-driver</primary>
36 </indexterm>
37
38 <sect3 role="package">
39 <title>Introduction to Xorg Intel Driver</title>
40
41 <para>
42 The <application>Xorg Intel Driver</application> package contains the
43 X.Org Video Driver for Intel integrated video chips including 8xx, 9xx,
44 Gxx, Qxx, HD, Iris, and Iris Pro graphics processors.
45 </para>
46
47 &lfs101_checked;
48
49 <note>
50 <para>
51 This is a development version of the Intel driver
52 which is needed to work properly with the latest hardware.
53 </para>
54 </note>
55
56 <bridgehead renderas="sect4">Package Information</bridgehead>
57 <itemizedlist spacing="compact">
58 <listitem>
59 <para>
60 Download (HTTP): <ulink url="&xorg-intel-driver-download-http;"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download (FTP): <ulink url="&xorg-intel-driver-download-ftp;"/>
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Download MD5 sum: &xorg-intel-driver-md5sum;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Download size: &xorg-intel-driver-size;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Estimated disk space required: &xorg-intel-driver-buildsize;
81 </para>
82 </listitem>
83 <listitem>
84 <para>
85 Estimated build time: &xorg-intel-driver-time;
86 </para>
87 </listitem>
88 </itemizedlist>
89
90 <bridgehead renderas="sect4">Xorg Intel Driver Dependencies</bridgehead>
91
92 <bridgehead renderas="sect5">Required</bridgehead>
93 <para role="required">
94 <xref linkend="xcb-util"/> and
95 <xref linkend="xorg-server"/>
96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/xorg-intel-driver"/>
100 </para>
101 </sect3>
102
103 <sect3 role="kernel" id="xorg-intel-driver-kernel">
104 <title>Kernel Configuration</title>
105
106 <para>
107 Enable the following options in the kernel configuration.
108 Recompile the kernel if necessary:
109 </para>
110
111<screen><literal>Device Drivers ---&gt;
112 Graphics support ---&gt;
113 &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
114 &lt;*&gt; Intel 8xx/9xx/G3x/G4x/HD Graphics [CONFIG_DRM_I915]</literal></screen>
115
116 <indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
117 <primary sortas="d-xorg-intel-driver">xorg-intel-driver</primary>
118 </indexterm>
119 </sect3>
120
121 <sect3 role="installation">
122 <title>Installation of Xorg Intel Driver</title>
123
124<!-- appears to be in the current git version, but commenting since I do not have an 32-bit
125 <para>
126 If you are building on i686, apply a sed to fix a type mismatch.
127 </para>
128
129<screen><userinput remap="pre">case $(uname -m) in
130 i?86) sed -i "s/#define force_inline inline __attribute__((always_inline))/#define force_inline inline/" src/sna/compiler.h
131 ;;
132esac</userinput></screen>-->
133
134 <para>
135 Install <application>Xorg Intel Driver</application> by running the
136 following commands:
137 </para>
138
139<screen><userinput>./autogen.sh $XORG_CONFIG \
140 --enable-kms-only \
141 --enable-uxa \
142 --mandir=/usr/share/man &amp;&amp;
143make</userinput></screen>
144
145 <para>
146 This package does not come with a test suite.
147 </para>
148
149 <para>
150 Now, as the <systemitem class="username">root</systemitem> user:
151 </para>
152
153<screen role="root"><userinput>make install &amp;&amp;
154
155mv -v /usr/share/man/man4/intel-virtual-output.4 \
156 /usr/share/man/man1/intel-virtual-output.1 &amp;&amp;
157
158sed -i '/\.TH/s/4/1/' /usr/share/man/man1/intel-virtual-output.1</userinput></screen>
159
160 </sect3>
161
162 <sect3>
163 <title>Working around problems with the Intel driver</title>
164
165 <para>
166 The SandyBridge New Acceleration (SNA) code is intended to replace the
167 old UXA (UMA Acceleration Architecture), but it is a large body of code
168 and may cause problems. However, the version of the code in the
169 version control system listed above has been tested successfully with
170 both SNA and UXA capabilities.
171 </para>
172
173 <para>
174 To work around this problem, as well as enabling support for UXA, it is
175 necessary to force UXA to be used by creating a configuration file. If
176 this problem applies to you, create the following file as the
177 <systemitem class="username">root</systemitem> user and modify it as
178 needed:
179 </para>
180
181<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf.d/20-intel.conf &lt;&lt; "EOF"
182<literal>Section "Device"
183 Identifier "Intel Graphics"
184 Driver "intel"
185 #Option "DRI" "2" # DRI3 is default
186 #Option "AccelMethod" "sna" # default
187 #Option "AccelMethod" "uxa" # fallback
188EndSection</literal>
189EOF</userinput></screen>
190
191 </sect3>
192
193 <sect3 role="commands">
194 <title>Command Explanations</title>
195
196 <para>
197 <parameter>--enable-kms-only</parameter>: This switch omits the UMS
198 (User Mode Setting) code.
199 </para>
200
201 <para>
202 <parameter>--enable-uxa</parameter>: This switch allows the old UXA code
203 to be compiled in addition to the default SNA.
204 </para>
205
206 </sect3>
207
208 <sect3 role="content">
209 <title>Contents</title>
210
211 <segmentedlist>
212 <segtitle>Installed Program</segtitle>
213 <segtitle>Installed Library</segtitle>
214 <segtitle>Installed Xorg Driver</segtitle>
215
216 <seglistitem>
217 <seg>
218 intel-virtual-output
219 </seg>
220 <seg>
221 libIntelXvMC.so
222 </seg>
223 <seg>
224 intel_drv.so
225 </seg>
226 </seglistitem>
227 </segmentedlist>
228
229 <variablelist>
230 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
231 <?dbfo list-presentation="list"?>
232 <?dbhtml list-presentation="table"?>
233
234 <varlistentry id="intel-virtual-output">
235 <term><command>intel-virtual-output</command></term>
236 <listitem>
237 <para>
238 is a utility to connect the integrated Intel GPU to discrete
239 outputs on hybrid systems
240 </para>
241 <indexterm zone="xorg-intel-driver intel-virtual-output">
242 <primary sortas="b-intel-virtual-output">intel-virtual-output</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="intel_drv">
248 <term><filename class="libraryfile">intel_drv.so</filename></term>
249 <listitem>
250 <para>
251 is an Xorg video driver for Intel integrated graphics chipsets
252 </para>
253 <indexterm zone="xorg-intel-driver intel_drv">
254 <primary sortas="c-intel_drv">intel_drv.so</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260
261 </sect3>
262
263 </sect2>
Note: See TracBrowser for help on using the repository browser.