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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 aca44793 was aca44793, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to sudo-1.8.10p3

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

  • Property mode set to 100644
File size: 7.0 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 <bridgehead renderas="sect5">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="glamor-egl"/>
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 and recompile the
108 kernel if necessary:
109 </para>
110
111<screen><literal>Device Drivers ---&gt;
112 Graphics support ---&gt;
113 Intel I810: Y or M
114 Intel 8xx/9xx/G3x/G4x/HD Graphics: Y or M
115 Enable modesetting on intel by default: Y</literal></screen>
116
117 <indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
118 <primary sortas="d-xorg-intel-driver">xorg-intel-driver</primary>
119 </indexterm>
120 </sect3>
121
122 <sect3 role="installation">
123 <title>Installation of Xorg Intel Driver</title>
124
125 <para>
126 Install <application>Xorg Intel Driver</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>./configure $XORG_CONFIG \
131 --enable-kms-only \
132 --with-default-accel=sna &amp;&amp;
133make</userinput></screen>
134
135 <para>
136 This package does not come with a test suite.
137 </para>
138
139 <para>
140 Now, as the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>make install</userinput></screen>
144 </sect3>
145
146 <sect3 role="commands">
147 <title>Command Explanations</title>
148
149 <para>
150 <parameter>--enable-kms-only</parameter>: This switch omits the UMS
151 (User Mode Setting) code.
152 </para>
153
154 <para>
155 <parameter>--with-default-accel=sna</parameter>: This switch enables
156 SandyBridge New Acceleration method by default.
157 </para>
158
159 <para>
160 <option>--enable-glamor</option>: This switch enables
161 new GL-based 2D acceleration. As well as specifying this in the
162 build, it needs to be enabled at run time (see below).
163 </para>
164
165 </sect3>
166
167 <sect3>
168 <title>Glamor Acceleration</title>
169
170 <para>
171 Glamor is an acceleration library which uses cards' 3D capabilities to
172 accelerate 2D rendering. Glamor acceleration is not enabled by default.
173 You have to use a <filename>xorg.conf</filename> file to enable it. To
174 enable Glamor, create the following
175 <filename>/etc/X11/xorg.conf</filename> as the
176 <systemitem class="username">root</systemitem> user:
177 </para>
178
179<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
180<literal>Section "Module"
181 Load "dri2"
182 Load "glamoregl"
183EndSection
184
185Section "Device"
186 Identifier "intel"
187 Driver "intel"
188 Option "AccelMethod" "glamor"
189EndSection</literal>
190EOF</userinput></screen>
191
192 </sect3>
193 <sect3 role="content">
194 <title>Contents</title>
195
196 <segmentedlist>
197 <segtitle>Installed Library</segtitle>
198 <segtitle>Installed Xorg Driver</segtitle>
199
200 <seglistitem>
201 <seg>
202 libIntelXvMC.so
203 </seg>
204 <seg>
205 intel_drv.so
206 </seg>
207 </seglistitem>
208 </segmentedlist>
209
210 <variablelist>
211 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
212 <?dbfo list-presentation="list"?>
213 <?dbhtml list-presentation="table"?>
214
215 <varlistentry id="intel_drv">
216 <term><filename class="libraryfile">intel_drv.so</filename></term>
217 <listitem>
218 <para>
219 is an Xorg video driver for Intel integrated graphics chipsets.
220 </para>
221 <indexterm zone="xorg-intel-driver intel_drv">
222 <primary sortas="c-intel_drv">intel_drv.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect3>
230
231 </sect2>
232 <!-- End Xorg Intel Driver -->
Note: See TracBrowser for help on using the repository browser.