source: x/installing/mesa.xml@ 0dbdfb1

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0dbdfb1 was 3edc406, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Fix mesa patch

mesa-add_xdemos-1.patch points to a too old version of the patch.
Use mesa-add_xdemos-2.patch pointing to the right version.

  • Property mode set to 100644
File size: 17.4 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 mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
8 <!ENTITY mesa-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
9 <!ENTITY mesa-md5sum "ffea65f5dd7f1be1e4f941ad990a3ae7">
10 <!ENTITY mesa-size "17 MB">
11 <!ENTITY mesa-buildsize "440 MB (with docs, add 205 MB for tests)">
12 <!ENTITY mesa-time "2.2 SBU (Using parallelism=4; with docs, add 0.7 SBU for tests)">
13]>
14
15<sect1 id="mesa" xreflabel="Mesa-&mesa-version;">
16 <?dbhtml filename="mesa.html"?>
17
18
19 <title>Mesa-&mesa-version;</title>
20
21 <indexterm zone="mesa">
22 <primary sortas="a-Mesa">Mesa</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Mesa</title>
27
28 <para>
29 <application>Mesa</application> is an OpenGL compatible 3D graphics
30 library.
31 </para>
32
33 <note>
34 <para>
35 <application>Mesa</application> is updated relatively often. You may
36 want to use the latest available &mesa-major-minor;.x mesa version.
37 </para>
38 </note>
39
40 &lfs113_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&mesa-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&mesa-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &mesa-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &mesa-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &mesa-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &mesa-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing="compact">
78 <!-- 9 Apr 23. Change to unversioned patch since it never changes. -->
79 <listitem>
80 <para>
81 Recommended patch:
82 <ulink url="&patch-root;/mesa-add_xdemos-2.patch"/>
83 (installs 2 demo programs for testing Mesa - not needed if you
84 install the <ulink url="https://archive.mesa3d.org/demos/">
85 mesa-demos</ulink> package)
86 </para>
87 </listitem>
88 </itemizedlist>
89
90 <bridgehead renderas="sect3">Mesa Dependencies</bridgehead>
91
92 <bridgehead renderas="sect4">Required</bridgehead>
93 <para role="required">
94 <xref linkend="xorg7-lib"/>,
95 <xref linkend="libdrm"/>, and
96 <xref linkend="Mako"/>
97 </para>
98
99 <bridgehead renderas="sect4">Recommended</bridgehead>
100 <para role="recommended">
101
102 <xref role="first" linkend="libva"/> (to provide VA-API support for some
103 gallium drivers, note that there is a circular dependency. You must
104 build <application>libva</application> first without EGL and GLX support,
105 install this package, and rebuild <application>libva</application>),
106
107 <xref linkend="libvdpau"/> (to build VDPAU drivers),
108
109 <xref linkend="llvm"/> (required for Gallium3D, nouveau, and radeonsi
110 drivers and for swrast, the software rasterizer which is sometimes referred
111 to as llvmpipe. See <ulink role="nodep"
112 url="https://docs.mesa3d.org/systems.html"/> for more information), and
113
114 <xref linkend="wayland-protocols"/> (required for
115 <xref role="nodep" linkend='plasma5-build'/>,
116 GNOME, and recommended for <xref role="nodep" linkend='gtk3'/>)
117 </para>
118
119 <bridgehead renderas="sect4">Optional</bridgehead>
120 <para role="optional">
121 <xref linkend="libgcrypt"/>,
122 <xref linkend="libunwind"/>,
123 <xref linkend="lm_sensors"/> <!-- for libsensors according to Meson -->,
124 <xref linkend="nettle"/>,
125 <xref linkend="valgrind"/>,
126 <ulink url="https://archive.mesa3d.org/demos/">mesa-demos</ulink>
127 (provides more than 300 extra demos to test
128 <application>Mesa</application>; this includes the same programs added by
129 the patch above),
130 <ulink url="https://omxil.sourceforge.net/">Bellagio OpenMAX Integration
131 Layer</ulink> (for mobile platforms),
132 <ulink url="https://github.com/KhronosGroup/glslang">glslang</ulink>
133 (for vulkan drivers),
134 <ulink url="https://github.com/tizonia/tizonia-openmax-il/wiki/Tizonia-OpenMAX-IL/">
135 libtizonia</ulink>, and
136 <ulink url="https://www.vulkan.org/">libvulkan</ulink>
137 </para>
138<!--
139 <note>
140 <para>
141 The instructions below assume that
142 <application>LLVM</application> with the r600/amdgpu and host backends
143 and run-time type information (RTTI - needed for nouveau) are installed.
144 You will need to modify the instructions if you
145 choose not to install all of these. For an explanation of Gallium3D see
146 <ulink url="https://en.wikipedia.org/wiki/Gallium3D"/>.
147 </para>
148 </note>
149-->
150 <para condition="html" role="usernotes">User Notes:
151 <ulink url="&blfs-wiki;/mesalib"/>
152 </para>
153 </sect2>
154
155 <sect2 role="installation">
156 <title>Installation of Mesa</title>
157
158 <para>
159 If you have downloaded the xdemos patch (needed if testing the Xorg
160 installation per BLFS instructions), apply it by running the following
161 command:
162 </para>
163
164<!--<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>-->
165<screen><userinput>patch -Np1 -i ../mesa-add_xdemos-2.patch</userinput></screen>
166
167 <!-- Note that freedreno, vc4, and virgl all need special support from
168 libdrm - renodr
169 For me, libdrm does not mention virgl, but mesa accepts it. AFAICS
170 freedreno is for qualcom hardware, libdrm will build for it on suitable
171 systems. VC4 is for the Broadcom VC4 used in the raspberry pi - ken -->
172<!--
173 <note>
174 <para>
175 The measurements above, and the Contents below, are for a full build.
176 Many people will not wish to install drivers they cannot use, so the
177 following paragraphs explain how to limit the drivers, and give an
178 example which can be be reduced or amended as necessary.
179 </para>
180 </note>
181
182 <para>
183 Now, select the drivers you wish to install. For the X86 architecture, the
184 available gallium drivers are auto (<emphasis>in 21.2.1 this does not select
185 crocus </emphasis>), <emphasis>or alternatively a choice from</emphasis>
186 crocus, i915, iris, nouveau, r300, r600, radeonsi, svga, swrast, and virgl.
187 The latter can provide acceleration in <xref linkend="qemu"/> if that has
188 been linked against
189 <ulink url="https://gitlab.freedesktop.org/virgl/virglrenderer/~/releases/">virglrenderer</ulink>
190 (you will need a freedesktop.org account to get to that page, you can
191 download the 0.9.1 release without an account from
192 <ulink url="https://gitlab.freedesktop.org/virgl/virglrenderer/-/archive/0.9.1/virglrenderer-0.9.1.tar.bz2">virglrenderer-0.9.1</ulink>).-->
193
194<!-- If you wish to build all available gallium drivers,
195 use 'auto'. FIXME : does not build crocus in 21.2.1 -->
196
197 <!-- crocus was added to the default x86/x86_64 drivers for meson in the
198 master branch on 2021-08-31, at some point it will appear in a stable release
199 </para>
200-->
201<!--
202 <para>
203 The (non-gallium) DRI drivers available in X86 are auto, <emphasis>or
204 alternatively a choice from</emphasis> i915, i965, nouveau, r100, r200,
205 and swrast. Use 'auto' to build all available DRI drivers, or use an
206 empty string (DRI_DRIVERS="") if you wish to only build gallium drivers.
207 </para>
208
209 <para>
210 The platforms ("window systems") available for X86 linux are x11, wayland,
211 drm, and surfaceless. By not specifying anything, the meson
212 build-system will build for all these platforms if you have the
213 dependencies, identical to if you had specified '-Dplatforms=auto'.
214 </para>
215
216 <para>
217 Modify the commands below for your desired drivers. The drivers listed
218 below will cover most modern video cards and virtual machines. For help in
219 selecting drivers see <ulink url="https://docs.mesa3d.org/systems.html"/>.
220-->
221 <!-- these two don't seem to be mentioned in that mesa link -->
222<!--
223 For intel drivers, specify crocus for i965 gen 4 through to haswell, iris
224 for broadwell and later.
225 </para>
226
227 <note>
228 <para>
229 Although the nouveau drivers can be built for both gallium and dri, the
230 i915 driver can only be built for one or the other.
231 </para>
232 </note>
233
234<screen><userinput>GALLIUM_DRV="crocus,i915,iris,nouveau,r600,radeonsi,svga,swrast,virgl"
235DRI_DRIVERS="i965,nouveau"</userinput></screen>
236-->
237
238 <para>
239 Install <application>Mesa</application> by running the following
240 commands:
241 </para>
242
243<screen><userinput>mkdir build &amp;&amp;
244cd build &amp;&amp;
245
246meson setup \
247 --prefix=$XORG_PREFIX \
248 --buildtype=release \
249 -Dplatforms=x11,wayland \
250 -Dgallium-drivers=auto \
251 -Dvulkan-drivers="" \
252 -Dvalgrind=disabled \
253 -Dlibunwind=disabled \
254 .. &amp;&amp;
255
256ninja</userinput></screen>
257
258 <para>
259 To test the results, issue:
260 <command>meson configure -Dbuild-tests=true &amp;&amp; ninja test</command>.
261 </para>
262<!-- All 88 tests passed for me for 22.3.3 [pierre]
263-->
264
265 <para>
266 Now, as the <systemitem class="username">root</systemitem> user:
267 </para>
268
269<screen role="root"><userinput>ninja install</userinput></screen>
270
271 <para>
272 If desired, install the optional documentation by running
273 the following commands as the
274 <systemitem class="username">root</systemitem> user:
275 </para>
276
277<screen role="root"
278 remap="doc"><userinput>install -v -dm755 /usr/share/doc/mesa-&mesa-version; &amp;&amp;
279cp -rfv ../docs/* /usr/share/doc/mesa-&mesa-version;</userinput></screen>
280
281 </sect2>
282
283 <sect2 role="commands">
284 <title>Command Explanations</title>
285
286 <para>
287 <parameter>--buildtype=release</parameter>: This switch ensures a
288 fully-optimized build, and disables debug assertions which will
289 severely slow down the libraries in certain use-cases. Without this
290 switch, build sizes can span into the 2GB range.
291 </para>
292
293 <para>
294 <parameter>-Dgallium-drivers="..."</parameter>: This parameter
295 controls which Gallium3D drivers should be built.
296 </para>
297<!--
298 <para>
299 <parameter>-Dosmesa=true</parameter>: This switch enables building
300 the <filename class="libraryfile">libOSMesa</filename> library and
301 provides Gallium3D support in it. It requires the swrast gallium driver.
302 </para>
303-->
304
305 <para>
306 <parameter>-Dplatforms="..."</parameter>: This parameter
307 controls which windowing systems will be supported. Available
308 linux platforms are x11 and wayland.
309 </para>
310
311 <para>
312 <parameter>-Dvulkan-drivers=""</parameter>: This switch allows choosing
313 which Vulkan drivers are built. The default is auto, but this requires
314 the optional dependency <filename>glslang</filename>. So it is better
315 to pass an empty list, in order to remove the need for that
316 dependency. Nothing in BLFS uses Vulkan anyway.
317 </para>
318
319 <para>
320 <parameter>-Dvalgrind=disabled</parameter>: This parameter disables
321 the usage of Valgrind during the build process. Remove this parameter
322 if you have Valgrind installed, and wish to check for memory leaks.
323 </para>
324
325 <para>
326 <parameter>-Dlibunwind=disabled</parameter>: This parameter disables
327 the usage of libunwind.
328 </para>
329
330 <para>
331 <command>meson configure -Dbuild-tests=true</command>: This command will
332 reconfigure the build to set <option>-Dbuild-tests=true</option>, but
333 keep the other options specified in the <command>meson setup</command>
334 command unchanged. It allows <command>ninja test</command> to build and
335 run unit tests.
336 </para>
337
338 <para>
339 <option>-Degl-native-platform="..."</option>: This parameter
340 controls which Embedded Graphics Library support will be built. Available
341 linux options are auto (default), x11, wayland, surfaceless, and drm.
342 </para>
343
344 </sect2>
345
346 <sect2 role="content">
347 <title>Contents</title>
348
349 <segmentedlist>
350 <segtitle>Installed Programs</segtitle>
351 <segtitle>Installed Libraries</segtitle><!-- in /usr/lib -->
352 <segtitle>Installed Drivers</segtitle><!-- in /usr/lib/<subdir> -->
353 <segtitle>Installed Directories</segtitle>
354
355 <seglistitem>
356 <seg>
357 glxgears and glxinfo
358 </seg>
359 <seg>
360 libEGL.so,
361 libGL.so,
362 libGLESv1_CM.so,
363 libGLESv2.so,
364 libgbm.so,
365 libglapi.so, and
366 libxatracker.so
367 </seg>
368 <seg>
369 <!-- Begin gallium DRI drivers : this is the full set -->
370<!-- d3dadapter9.so (optional), For Windows games. This is DirectX's
371 Direct3D -->
372 crocus_dri.so,
373 i915_dri.so,
374 iris_dri.so,
375 kms_swrast_dri.so,
376 nouveau_dri.so,
377 nouveau_drv_video.so,
378 r300_dri.so,
379 r600_dri.so,
380 r600_drv_video.so,
381 radeonsi_dri.so,
382 radeonsi_drv_video.so,
383 swrast_dri.so,
384 virtio_gpu_dri.so,
385 virtio_gpu_drv_video.so,
386 vmwgfx_dri.so,
387 <!-- End DRI Drivers -->
388 <!-- Begin VDPAU drivers -->
389 libvdpau_nouveau.so,
390 libvdpau_r300.so
391 libvdpau_r600.so, and
392 libvdpau_radeonsi.so
393 libvdpau_virtio_gpu.so
394 <!-- End VDPAU drivers -->
395 (Many of these drivers are hard-linked).
396 </seg>
397 <seg>
398 <!-- $XORG_PREFIX/include/GL is installed by xorg-protos -->
399 $XORG_PREFIX/{include/{EGL,GLES,GLES2,GLES3,KHR},
400 $XORG_PREFIX/lib/{dri,vdpau}},
401 $XORG_PREFIX/share/drirc.d (contains workarounds for various applications,
402 particularly browsers and games),
403 and /usr/share/doc/mesa-&mesa-version;
404 </seg>
405 </seglistitem>
406 </segmentedlist>
407
408 <variablelist>
409 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
410 <?dbfo list-presentation="list"?>
411 <?dbhtml list-presentation="table"?>
412
413 <varlistentry id="glxgears">
414 <term><command>glxgears</command></term>
415 <listitem>
416 <para>
417 is a GL demo useful for troubleshooting graphics
418 problems
419 </para>
420 <indexterm zone="mesa glxgears">
421 <primary sortas="b-glxgears">glxgears</primary>
422 </indexterm>
423 </listitem>
424 </varlistentry>
425
426 <varlistentry id="glxinfo">
427 <term><command>glxinfo</command></term>
428 <listitem>
429 <para>
430 is a diagnostic program that displays information about the
431 graphics hardware and installed GL libraries
432 </para>
433 <indexterm zone="mesa glxinfo">
434 <primary sortas="b-glxinfo">glxinfo</primary>
435 </indexterm>
436 </listitem>
437 </varlistentry>
438
439 <varlistentry id="libEGL">
440 <term><filename class="libraryfile">libEGL.so</filename></term>
441 <listitem>
442 <para>
443 provides a native platform graphics interface as
444 defined by the EGL-1.4 specification
445 </para>
446 <indexterm zone="mesa libEGL">
447 <primary sortas="c-libGL">libEGL.so</primary>
448 </indexterm>
449 </listitem>
450 </varlistentry>
451
452 <varlistentry id="libgbm">
453 <term><filename class="libraryfile">libgbm.so</filename></term>
454 <listitem>
455 <para>
456 is the <application>Mesa</application> Graphics Buffer
457 Manager library
458 </para>
459 <indexterm zone="mesa libgbm">
460 <primary sortas="c-libgbm">libgbm.so</primary>
461 </indexterm>
462 </listitem>
463 </varlistentry>
464
465 <varlistentry id="libGLESv1_CM">
466 <term><filename class="libraryfile">libGLESv1_CM.so</filename></term>
467 <listitem>
468 <para>
469 is the <application>Mesa</application> OpenGL ES 1.1 library
470 </para>
471 <indexterm zone="mesa libGLESv1_CM">
472 <primary sortas="c-libGLESv1_CM">libGLESv1_CM.so</primary>
473 </indexterm>
474 </listitem>
475 </varlistentry>
476
477 <varlistentry id="libGLES2">
478 <term><filename class="libraryfile">libGLES2.so</filename></term>
479 <listitem>
480 <para>
481 is the <application>Mesa</application> OpenGL ES 2.0 library
482 </para>
483 <indexterm zone="mesa libGLES2">
484 <primary sortas="c-libGLES2">libGLES2.so</primary>
485 </indexterm>
486 </listitem>
487 </varlistentry>
488
489 <varlistentry id="libGL">
490 <term><filename class="libraryfile">libGL.so</filename></term>
491 <listitem>
492 <para>
493 is the main <application>Mesa</application> OpenGL library
494 </para>
495 <indexterm zone="mesa libGL">
496 <primary sortas="c-libGL">libGL.so</primary>
497 </indexterm>
498 </listitem>
499 </varlistentry>
500
501 </variablelist>
502
503 </sect2>
504
505</sect1>
Note: See TracBrowser for help on using the repository browser.