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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1432921 was 1432921, checked in by Igor Živković <igor@…>, 10 years ago

Update to glamor-egl-0.5.1. Fixed text to recommend it for Intel cards as well, thanks to William Harrington.

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

  • Property mode set to 100644
File size: 6.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 <!ENTITY xorg-intel-driver-version "2.21.15">
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 "8b646d257ace8197d6ab4e5ddeb8efb2">
12 <!ENTITY xorg-intel-driver-size "1.9 MB">
13 <!ENTITY xorg-intel-driver-buildsize "66 MB">
14 <!ENTITY xorg-intel-driver-time "0.5 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 &lfs74_checked;
36
37 <bridgehead renderas="sect4">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&xorg-intel-driver-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&xorg-intel-driver-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &xorg-intel-driver-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &xorg-intel-driver-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &xorg-intel-driver-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &xorg-intel-driver-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect4">Xorg Intel Driver Dependencies</bridgehead>
72
73 <bridgehead renderas="sect5">Required</bridgehead>
74 <para role="required">
75 <xref linkend="xcb-util"/> and
76 <xref linkend="xorg-server"/>
77 </para>
78
79 <bridgehead renderas="sect5">Recommended</bridgehead>
80 <para role="Recommended">
81 <xref linkend="glamor-egl"/>
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/xorg-intel-driver"/>
86 </para>
87 </sect3>
88
89 <sect3 role="kernel" id="xorg-intel-driver-kernel">
90 <title>Kernel Configuration</title>
91
92 <para>
93 Enable the following options in the kernel configuration and recompile the
94 kernel if necessary:
95 </para>
96
97<screen><literal>Device Drivers ---&gt;
98 Graphics support ---&gt;
99 Intel I810: Y or M
100 Intel 8xx/9xx/G3x/G4x/HD Graphics: Y or M
101 Enable modesetting on intel by default: Y</literal></screen>
102
103 <indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
104 <primary sortas="d-xorg-intel-driver">xorg-intel-driver</primary>
105 </indexterm>
106 </sect3>
107
108 <sect3 role="installation">
109 <title>Installation of Xorg Intel Driver</title>
110
111 <para>
112 Install <application>Xorg Intel Driver</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>./configure $XORG_CONFIG \
117 --enable-kms-only \
118 --enable-glamor \
119 --with-default-accel=sna &amp;&amp;
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>
131 </sect3>
132
133 <sect3 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <parameter>--enable-kms-only</parameter>: This switch omits the UMS
138 (User Mode Setting) code.
139 </para>
140
141 <para>
142 <parameter>--enable-glamor</parameter>: This switch enables
143 new GL-based 2D acceleration. As well as specifying this in the
144 build, it needs to be enabled at run time (see below).
145 </para>
146
147 <para>
148 <parameter>--with-default-accel=sna</parameter>: This switch enables
149 SandyBridge New Acceleration method by default.
150 </para>
151
152 </sect3>
153
154 <sect3>
155 <title>Glamor Acceleration</title>
156
157 <para>
158 Glamor is an acceleration library which uses cards' 3D capabilities to
159 accelerate 2D rendering. Glamor acceleration is not enabled by default.
160 You have to use a <filename>xorg.conf</filename> file to enable it. To
161 enable Glamor, create the following
162 <filename>/etc/X11/xorg.conf</filename> as the
163 <systemitem class="username">root</systemitem> user:
164 </para>
165
166<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
167<literal>Section "Module"
168 Load "dri2"
169 Load "glamoregl"
170EndSection
171
172Section "Device"
173 Identifier "intel"
174 Driver "intel"
175 Option "AccelMethod" "glamor"
176EndSection</literal>
177EOF</userinput></screen>
178
179 </sect3>
180 <sect3 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Library</segtitle>
185 <segtitle>Installed Xorg Driver</segtitle>
186
187 <seglistitem>
188 <seg>
189 libIntelXvMC.so
190 </seg>
191 <seg>
192 intel_drv.so
193 </seg>
194 </seglistitem>
195 </segmentedlist>
196
197 <variablelist>
198 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
199 <?dbfo list-presentation="list"?>
200 <?dbhtml list-presentation="table"?>
201
202 <varlistentry id="intel_drv">
203 <term><filename class="libraryfile">intel_drv.so</filename></term>
204 <listitem>
205 <para>
206 is an Xorg video driver for Intel integrated graphics chipsets.
207 </para>
208 <indexterm zone="xorg-intel-driver intel_drv">
209 <primary sortas="c-intel_drv">intel_drv.so</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 </variablelist>
215
216 </sect3>
217
218 </sect2>
219 <!-- End Xorg Intel Driver -->
Note: See TracBrowser for help on using the repository browser.