Ignore:
Timestamp:
03/02/2016 09:42:47 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
0498e8f0
Parents:
936bea1
Message:

Add section about nvidia firmware.
Update kde4 package links.
Tag kde and dependencies.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17051 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    r936bea1 r1cc5345  
    346346  </sect2>
    347347
    348   <sect2 id="ati-video-firmware">
     348  <sect2 id="video-firmware">
     349    <title>Firmware for Video Cards</title>
     350
     351  <sect3 id="ati-video-firmware">
    349352    <title>Firmware for ATI video chips (R600 and later)</title>
    350353
     
    391394  Graphics support ---&gt;
    392395      Direct Rendering Manager ---&gt;
    393             &lt;*&gt; Direct Rendering Manager (XFree86 ... support)  [CONFIG_DRM]
    394             &lt;m&gt; ATI Radeon                                      [CONFIG_DRM_RADEON]</literal></screen>
     396        &lt;*&gt; Direct Rendering Manager (XFree86 ... support)  [CONFIG_DRM]
     397      &lt;m&gt; ATI Radeon                                        [CONFIG_DRM_RADEON]</literal></screen>
    395398
    396399    <para>Loading several large blobs from /lib/firmware takes a noticeable
     
    402405    needed radeon blob if you do that.</para>
    403406
     407  </sect3>
     408
     409  <sect3 id="nvidia-video-firmware">
     410    <title>Firmware for Nvidia video chips</title>
     411
     412    <para>Some Nvidia graphics chips need firmware updates to take advantage
     413    of all the card's capability.  These are generally the GeForce 8, 9, 9300,
     414    and 200-900 series chips.  For more exact information, see <ulink
     415    url="https://nouveau.freedesktop.org/wiki/VideoAcceleration/#firmware">
     416    https://nouveau.freedesktop.org/wiki/VideoAcceleration/#firmware</ulink>.</para>
     417   
     418    <para>First, the kernel Nvidia driver must be activated:</para>
     419
     420<screen><literal>Device Drivers ---&gt;
     421  Graphics support ---&gt;
     422      Direct Rendering Manager ---&gt;
     423        &lt;*&gt; Direct Rendering Manager (XFree86 ... support)  [CONFIG_DRM]
     424      &lt;*/m&gt; Nouveau (NVIDIA) cards                          [CONFIG_DRM_NOUVEAU]</literal></screen>
     425
     426    <para>The steps to install the Nvidia firmware are:</para>
     427
     428<screen><userinput>wget https://raw.github.com/imirkin/re-vp2/master/extract_firmware.py
     429wget http://us.download.nvidia.com/XFree86/Linux-x86/325.15/NVIDIA-Linux-x86-325.15.run
     430sh NVIDIA-Linux-x86-325.15.run --extract-only
     431python extract_firmware.py
     432mkdir -p /lib/firmware/nouveau
     433cp -d nv* vuc-* /lib/firmware/nouveau/</userinput></screen>
     434
     435  </sect3>
    404436  </sect2>
    405437
Note: See TracChangeset for help on using the changeset viewer.