source: x/installing/x7driver-intel.xml@ 53a89e5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules 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 53a89e5 was 53a89e5, checked in by Ken Moffat <ken@…>, 10 years ago

Archive separate glamor-egl in favour of glamor in xorg-server.

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

  • Property mode set to 100644
File size: 6.9 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.911">
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">
11 <!ENTITY xorg-intel-driver-md5sum "6130343b314e6a43be4bc02461d09fa7">
12 <!ENTITY xorg-intel-driver-size "2.6 MB">
13 <!ENTITY xorg-intel-driver-buildsize "78 MB">
14 <!ENTITY xorg-intel-driver-time "0.4 SBU">
15]>
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
35 &lfs75_checked;
36
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
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>
74<!--
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/xf86-video-intel-&xorg-intel-driver-version;-api_change-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84-->
85 <bridgehead renderas="sect4">Xorg Intel Driver Dependencies</bridgehead>
86
87 <bridgehead renderas="sect5">Required</bridgehead>
88 <para role="required">
89 <xref linkend="xcb-util"/> and
90 <xref linkend="xorg-server"/>
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/xorg-intel-driver"/>
95 </para>
96 </sect3>
97
98 <sect3 role="kernel" id="xorg-intel-driver-kernel">
99 <title>Kernel Configuration</title>
100
101 <para>
102 Enable the following options in the kernel configuration and recompile the
103 kernel if necessary:
104 </para>
105
106<screen><literal>Device Drivers ---&gt;
107 Graphics support ---&gt;
108 Intel I810: Y or M
109 Intel 8xx/9xx/G3x/G4x/HD Graphics: Y or M
110 Enable modesetting on intel by default: Y</literal></screen>
111
112 <indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
113 <primary sortas="d-xorg-intel-driver">xorg-intel-driver</primary>
114 </indexterm>
115 </sect3>
116
117 <sect3 role="installation">
118 <title>Installation of Xorg Intel Driver</title>
119
120 <para>
121 Install <application>Xorg Intel Driver</application> by running the following
122 commands:
123 </para>
124
125<screen><userinput>./configure $XORG_CONFIG \
126 --enable-kms-only \
127 --with-default-accel=sna &amp;&amp;
128make</userinput></screen>
129
130 <para>
131 This package does not come with a test suite.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>make install</userinput></screen>
139 </sect3>
140
141 <sect3 role="commands">
142 <title>Command Explanations</title>
143
144 <para>
145 <parameter>--enable-kms-only</parameter>: This switch omits the UMS
146 (User Mode Setting) code.
147 </para>
148
149 <para>
150 <parameter>--with-default-accel=sna</parameter>: This switch enables
151 SandyBridge New Acceleration method by default.
152 </para>
153
154 <para>
155 <option>--enable-glamor</option>: This switch enables
156 new GL-based 2D acceleration. As well as specifying this in the
157 build, it needs to be enabled at run time (see below).
158 </para>
159
160 </sect3>
161
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>
188 <sect3 role="content">
189 <title>Contents</title>
190
191 <segmentedlist>
192 <segtitle>Installed Library</segtitle>
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>
227 <!-- End Xorg Intel Driver -->
Note: See TracBrowser for help on using the repository browser.