Changeset 7f41c4ae for x/installing


Ignore:
Timestamp:
07/05/2023 01:05:20 AM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
85f02b3
Parents:
9403c3e
git-author:
Xi Ruoyao <xry111@…> (07/05/2023 01:03:04 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/05/2023 01:05:20 AM)
Message:

Move Vulkan description from "Graphical Environments" to Mesa

Well, Vulkan is not an alternative of X, nor Wayland. It's an
alternative of OpenGL.

Change "libvulkan" to "Vulkan-Loader" by the way. "libvulkan" is a
library, and Vulkan-Loader is the name of the package providing it. The
URL is also updated because there is no download link at vulkan.org.

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    r9403c3e r7f41c4ae  
    5959    model which allows writing applications completely independent of
    6060    the graphical hardware. This has the drawback that accessing modern
    61     hardware acceleration is difficult, so that other approaches are developed.
    62     Two new systems are available: <emphasis>Wayland</emphasis> and
    63     <emphasis>Vulkan</emphasis>. The former is a simpler replacement for
    64     X, easier to develop and maintain, using the OpenGL framework. The main
    65     desktop environments GNOME and KDE have been ported to it. The later allows
    66     direct access to graphical hardware through a portable interface. It is
    67     newer and not yet included in BLFS.
     61    hardware acceleration is difficult, so another approach named
     62    <emphasis>Wayland</emphasis> is developed.
     63    It is a simpler replacement for X, easier to develop and maintain, using
     64    the OpenGL framework. The main desktop environments GNOME and KDE have
     65    been ported to it.
    6866  </para>
    6967
  • x/installing/mesa.xml

    r9403c3e r7f41c4ae  
    134134      <ulink url="https://github.com/tizonia/tizonia-openmax-il/wiki/Tizonia-OpenMAX-IL/">
    135135      libtizonia</ulink>,  and
    136       <ulink url="https://www.vulkan.org/">libvulkan</ulink>
     136      <ulink url="https://github.com/KhronosGroup/Vulkan-Loader">Vulkan-Loader</ulink>
    137137    </para>
    138138<!--
     
    310310      <parameter>-Dvulkan-drivers=""</parameter>: This switch allows choosing
    311311      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.
     312      the optional dependencies <application>glslang</application> and
     313      <application>Vulkan-Loader</application>.  Vulkan is a newer API
     314      designed for utilizing the GPUs with a performance better than OpenGL,
     315      but nothing in BLFS benefits from it for now.  So we pass an empty
     316      list in order to remove the need for these dependencies.
    315317    </para>
    316318
Note: See TracChangeset for help on using the changeset viewer.