Changeset 8964c2f for postlfs


Ignore:
Timestamp:
03/04/2016 06:24:48 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
dea3187
Parents:
57977df
Message:

Merge changes from trunk to r17055.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17058 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    r57977df r8964c2f  
    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
  • postlfs/security/openssl.xml

    r57977df r8964c2f  
    99  <!ENTITY openssl-download-ftp
    1010           "ftp://openssl.org/source/openssl-&openssl-version;.tar.gz">
    11   <!ENTITY openssl-md5sum        "b3bf73f507172be9292ea2a8c28b659d">
     11  <!ENTITY openssl-md5sum        "f3c710c045cdee5fd114feb69feba7aa">
    1212  <!ENTITY openssl-size          "5.1 MB">
    13   <!ENTITY openssl-buildsize     "68 MB (with tests)">
    14   <!ENTITY openssl-time          "1.4 SBU (with tests)">
     13  <!ENTITY openssl-buildsize     "63 MB (with tests)">
     14  <!ENTITY openssl-time          "1.5 SBU (with tests)">
    1515]>
    1616
     
    299299        <listitem>
    300300          <para>
    301             implements the Secure Sockets Layer (SSL v2/v3) and Transport Layer
    302             Security (TLS v1) protocols. It provides a rich API, documentation
     301            implements the Transport Layer Security (TLS v1) protocol.
     302            It provides a rich API, documentation
    303303            on which can be found by running <command>man 3 ssl</command>.
    304304          </para>
Note: See TracChangeset for help on using the changeset viewer.