Changeset 7f6afb0


Ignore:
Timestamp:
10/12/2014 12:03:02 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
dd22bc1b
Parents:
3b254655
Message:

Merged missed nouveau update from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-nouveau.xml

    r3b254655 r7f6afb0  
    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]>
     
    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.