Changeset 6a7191e6


Ignore:
Timestamp:
04/04/2023 11:14:44 AM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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
Children:
6ae36b5
Parents:
2538620
Message:

intel-media-driver: Tell how to make generation-specific build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/intel-media-driver.xml

    r2538620 r6a7191e6  
    104104          variety of media codecs.
    105105        </para>
     106
     107        <!-- This reduce the size of iHD_drv_video.so from 319M to 157M
     108             for me.  -->
     109        <para>
     110          If you know the model of your Intel GPU, you can pass the
     111          <option>-D{GEN{8,9,10,11,12},MTL}=OFF</option> option to the
     112          <command>cmake</command> command but leaving the option for your
     113          GPU out.  Note that the <quote>GEN</quote> number here is the
     114          generation of the GPU, not the CPU.  For example, with an Intel
     115          Core i7-1065G7 CPU shipping a 11th-generation Intel GPU, the
     116          <option>-D{GEN{8,9,10,12},MTL}=OFF</option> option can be used
     117          so the code specific to the other generations of Intel GPUs won't
     118          be built.
     119        </para>
    106120      </note>
    107121
Note: See TracChangeset for help on using the changeset viewer.