source: x/installing/x7driver-intel.xml@ 44ad7753

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 44ad7753 was 44ad7753, checked in by Krejzi <krejzi@…>, 11 years ago

more xorg driver xml cosmetic fixes

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

  • Property mode set to 100644
File size: 6.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.21.14">
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 "cec86adb1746aaa349280af546b335af">
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 &lfs73_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 <para condition="html" role="usernotes">
80 User Notes: <ulink url="&blfs-wiki;/xorg-intel-driver"/>
81 </para>
82 </sect3>
83
84 <sect3 role="kernel" id="xorg-intel-driver-kernel">
85 <title>Kernel Configuration</title>
86
87 <para>
88 Enable the following options in the kernel configuration and recompile the
89 kernel if necessary:
90 </para>
91
92<screen><literal>Device Drivers ---&gt;
93 Graphics support ---&gt;
94 Intel I810: Y or M
95 Intel 8xx/9xx/G3x/G4x/HD Graphics: Y or M
96 Enable modesetting on intel by default: Y</literal></screen>
97
98 <indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
99 <primary sortas="d-xorg-intel-driver">xorg-intel-driver</primary>
100 </indexterm>
101 </sect3>
102
103 <sect3 role="installation">
104 <title>Installation of Xorg Intel Driver</title>
105
106 <para>
107 Install <application>Xorg Intel Driver</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>./configure $XORG_CONFIG --enable-kms-only --with-default-accel=sna &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123 </sect3>
124
125 <sect3 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <command>--enable-kms-only</command>: This switch omits the UMS
130 (UserModeSetting) code.
131 </para>
132
133 <para>
134 <command>--with-default-accel=sna</command>: Use the SandyBridge New
135 Acceleration method.
136 </para>
137
138 </sect3>
139
140 <!-- commented 2013-07-30 with move to \-\-with-default-accel=sna, remove if no problems
141 <sect3>
142 <title>SandyBridge New Acceleration</title>
143
144 <para>
145 The SandyBridge New Acceleration (SNA) stands for new 2D acceleration architecture
146 developed by Intel developers that can outpreform the standard UXA 2D acceleration
147 architecture. It has been actively developed for the last year and it is in great
148 shape. While the name mentions SandyBridge, it can work with older hardware without
149 any problems.
150 </para>
151
152 <para>
153 The SNA is not enabled by default. You have to use <filename>xorg.conf</filename>
154 to enable it at runtime. To enable SNA, create the following
155 <filename>/etc/X11/xorg.conf</filename> as the
156 <systemitem class="username">root</systemitem> user:
157 </para>
158
159<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
160<literal>Section "Device"
161 Identifier "intel"
162 Driver "intel"
163 Option "AccelMethod" "sna"
164EndSection</literal>
165EOF</userinput></screen>
166
167 </sect3> -->
168
169 <sect3 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Libraries</segtitle>
174 <segtitle>Installed Xorg Driver</segtitle>
175
176 <seglistitem>
177 <seg>
178 libIntelXvMC.so
179 </seg>
180 <seg>
181 intel_drv.so
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="intel_drv">
192 <term><filename class="libraryfile">intel_drv.so</filename></term>
193 <listitem>
194 <para>
195 is an Xorg video driver for Intel integrated graphics chipsets.
196 </para>
197 <indexterm zone="xorg-intel-driver intel_drv">
198 <primary sortas="c-intel_drv">intel_drv.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect3>
206
207 </sect2>
208 <!-- End Xorg Intel Driver -->
Note: See TracBrowser for help on using the repository browser.