Changeset 46d3ca3


Ignore:
Timestamp:
09/13/2014 06:22:46 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 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, krejzi/svn, 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:
e0aef4e
Parents:
d6d8d49c
Message:

Update to Xorg Nouveau Driver-1.0.11, ticket 5469

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd6d8d49c r46d3ca3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     3<!ENTITY day          "13">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 12th, &year;">
     9<!ENTITY releasedate  "September 13th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rd6d8d49c r46d3ca3  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>September 13th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to Xorg Nouveau Driver-1.0.11. Fixes
     52          <ulink url="&blfs-ticket-root;5469">#5469</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • x/installing/x7driver-nouveau.xml

    rd6d8d49c r46d3ca3  
    55  %general-entities;
    66
    7   <!ENTITY xorg-nouveau-driver-version "1.0.10">
     7  <!ENTITY xorg-nouveau-driver-version "1.0.11">
    88
    99  <!ENTITY xorg-nouveau-driver-download-http "&xorg-download-http;/driver/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-nouveau-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.bz2">
    11   <!ENTITY xorg-nouveau-driver-md5sum        "44fd65897630fdd19c086133cc1bd679">
    12   <!ENTITY xorg-nouveau-driver-size          "567 KB">
    13   <!ENTITY xorg-nouveau-driver-buildsize     "13 MB">
     11  <!ENTITY xorg-nouveau-driver-md5sum        "a0d2932d84ba10c4933c8332c9afe157">
     12  <!ENTITY xorg-nouveau-driver-size          "569 KB">
     13  <!ENTITY xorg-nouveau-driver-buildsize     "14 MB">
    1414  <!ENTITY xorg-nouveau-driver-time          "0.1 SBU">
    1515]>
     
    3636      </para>
    3737
    38       &lfs75_checked;
     38      &lfs76_checked;
    3939
    4040      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    7676      <bridgehead renderas="sect5">Required</bridgehead>
    7777      <para role="required">
    78         <xref linkend="xorg-server"/>
     78        <xref linkend="xorg-server"/> (recommended to be built with glamor enabled)
    7979      </para>
     80
     81      <note>
     82        <para>
     83          The new <quote>Maxwell</quote> GPU requires Glamor to be built
     84          with the Xorg server. Note that the BLFS editors have not tested that
     85          hardware.
     86        </para>
     87      </note>
    8088
    8189      <para condition="html" role="usernotes">
     
    124132    </sect3>
    125133
     134    <sect3>
     135      <title>Glamor Acceleration</title>
     136
     137      <para>
     138        Glamor is an acceleration library which uses cards' 3D capabilities
     139        to accelerate 2D rendering. Glamor acceleration is enabled by default
     140        for the new <quote>Maxwell</quote> GPU's. According to the
     141        documentation, Glamor acceleration can be used with other chips as
     142        well, but that does not seem functional yet.
     143      </para>
     144
     145      <para>
     146        To enable Glamor for GPU's other than the new <quote>Maxwell</quote>
     147        ones, create the following file as
     148        the <systemitem class="username">root</systemitem> user:
     149      </para>
     150
     151<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf.d/nvidia.conf &lt;&lt; "EOF"
     152<literal>Section "Device"
     153        Identifier "nvidia"
     154        Driver "nouveau"
     155        Option "AccelMethod" "glamor"
     156EndSection</literal>
     157EOF</userinput></screen>
     158
     159    </sect3>
     160
    126161    <sect3 role="content">
    127162      <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.