source: x/installing/mesa.xml@ 2b9eb80

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods 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 2b9eb80 was 2b9eb80, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Update to mesa-22.3.4.

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