Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    r7999839 r8558044  
    173173        Haswell-E/EP, Broadwell-Y
    174174      </ulink>.) Without this update glibc can do the wrong thing in uncommon
    175       situations. 
     175      situations.
    176176    </para>
    177177
     
    463463      <para>
    464464        If you are already booting with an initrd (see <xref
    465         linkend="initramfs"/>), you should run <command>mkinitramfs</command> 
     465        linkend="initramfs"/>), you should run <command>mkinitramfs</command>
    466466        again after putting the appropriate blob or container into <filename
    467467        class="directory">/lib/firmware</filename> as explained above.
     
    597597
    598598      <para>
    599         Some Nvidia graphics chips need firmware updates to take advantage 
     599        Some Nvidia graphics chips need firmware updates to take advantage
    600600        of all the card's capability.  These are generally the GeForce 8, 9,
    601601        9300, and 200-900 series chips.  For more exact information, see
     
    603603          "https://nouveau.freedesktop.org/wiki/VideoAcceleration/#firmware"/>.
    604604      </para>
    605    
     605
    606606      <para>
    607607        First, the kernel Nvidia driver must be activated:
     
    621621wget http://us.download.nvidia.com/XFree86/Linux-x86/325.15/NVIDIA-Linux-x86-325.15.run
    622622sh NVIDIA-Linux-x86-325.15.run --extract-only
    623 python extract_firmware.py 
     623python extract_firmware.py
    624624mkdir -p /lib/firmware/nouveau
    625625cp -d nv* vuc-* /lib/firmware/nouveau/</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.