Changeset d4102ce for x


Ignore:
Timestamp:
07/07/2023 04:16:58 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
13145c0, dcde303c
Parents:
2c92dada
Message:

Wording changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r2c92dada rd4102ce  
    184184        <option>CONFIG_DRM_AMDGPU</option>,
    185185        <option>CONFIG_DRM_NOUVEAU</option>, and
    186         <option>CONFIG_DRM_I915</option> may require firmwares,
    187         read <xref linkend='postlfs-firmware'/> for details.
    188       </para>
    189 
    190       <para>
    191         It's not recommended to select <option>CONFIG_DRM_RADEON</option>
    192         or <option>CONFIG_DRM_AMDGPU</option> as
    193         <quote><literal>y</literal></quote> instead of
    194         <quote><literal>M</literal></quote>, or any required firmwares
    195         must be built as a part of the kernel image or the initramfs for
    196         the driver to function correctly.
     186        <option>CONFIG_DRM_I915</option> may require firmware.
     187        See <xref linkend='postlfs-firmware'/> for details.
     188      </para>
     189
     190      <para>
     191        Selecting <option>CONFIG_DRM_RADEON</option> or
     192        <option>CONFIG_DRM_AMDGPU</option> as
     193        <quote><literal>y</literal></quote> is not recommended. If it is, any
     194        required firmware must be built as a part of the kernel image or the
     195        initramfs for the driver to function correctly.
    197196      </para>
    198197
    199198      <para>
    200199        The sub-entries under <option>CONFIG_DRM_AMDGPU</option> are used
    201         to ensure the AMDGPU kernel driver supporting all GPUs using the
     200        to ensure the AMDGPU kernel driver supports all GPUs using the
    202201        <literal>radeonsi</literal> driver.  They are not needed if you
    203         won't need <option>CONFIG_DRM_AMDGPU</option> itself.  And they
     202        won't need <option>CONFIG_DRM_AMDGPU</option> itself. They
    204203        may be unneeded for some GPU models.
    205204      </para>
     
    207206      <para>
    208207        For <literal>swrast</literal>, <option>CONFIG_DRM_VGEM</option>
    209         is not strictly needed but recommended as an optimization.  And
    210         you still need to select an at least working DRM or framebuffer
    211         driver besides it.  For a system booted with EFI, the configuration
     208        is not strictly needed but recommended as an optimization. 
     209        You will also need to select at least a working DRM or framebuffer
     210        driver.  For a system booted with EFI, the configuration
    212211        in <xref linkend="uefi-kernel"/> is sufficient.  For a system booted
    213212        with BIOS, <quote>VESA VGA graphics support</quote>
     
    217216        (<option>CONFIG_FB_VESA</option>, under
    218217        <quote>Frame buffer Devices => Support for frame buffer
    219         devices</quote>) is sufficient.  But a dedicated DRM or framebuffer
     218        devices</quote>) is sufficient.  However a dedicated DRM or framebuffer
    220219        driver may provide additional functionalities.
    221220      </para>
Note: See TracChangeset for help on using the changeset viewer.