Changeset b26bc4c for x


Ignore:
Timestamp:
08/22/2013 01:12:00 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f7e0baa
Parents:
0274895f
Message:

Package updates and some minor fixes.

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

Location:
x
Files:
3 edited

Legend:

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

    r0274895f rb26bc4c  
    9797      <note>
    9898        <para>
    99           This is <emphasis>required for "South Islands" GPUs</emphasis>
     99          This is <emphasis>required for "Southern Islands" GPUs</emphasis>
    100100          but optional for R300 to R700, Evergreen and "Northern Islands"
    101           GPUs - see the link under "Glamor Acceleration" below.)
     101          GPUs - see the link under "Glamor Acceleration" below.
    102102        </para>
    103103      </note>
     
    186186      <para>
    187187        <parameter>--enable-glamor</parameter>: This switch enables
    188         new GL-based acceleration. As well as specifying this in the
    189         build, it needs to be enabled at run time (see below).
     188        new GL-based 2D acceleration. As well as specifying this in the
     189        build, it needs to be enabled at run time (see below). It is,
     190        however, enabled by default for Radeon <!-- since 7.2.0 -->
     191        "Southern Islands" and newer GPUs.
    190192      </para>
    191193
     
    198200        Glamor is an acceleration library which uses cards' 3D capabilities
    199201        to accelerate 2D rendering. Glamor acceleration is required for
    200         Radeon "South Islands" GPUs which use "radeonsi" Gallium3D driver
     202        Radeon "Southern Islands" GPUs which use "radeonsi" Gallium3D driver
    201203        from <xref linkend="mesalib"/>. To see which cards fall under
    202         "South Islands" category, read the
     204        "Southern Islands" category, read the
    203205        <ulink url="&radeon-marketing-names;">
    204206        Decoder ring for engineering vs marketing names</ulink>. Please note
     
    208210
    209211      <para>
    210         Glamor acceleration is not enabled by default. You have to use a
     212        Glamor acceleration is not enabled by default for chipsets that don't
     213        use "radeonsi" Gallium3D driver. You have to use a
    211214        <filename>xorg.conf</filename> file to enable it. To enable
    212         Glamor, create the following
    213         <filename>/etc/X11/xorg.conf</filename> as the
     215        Glamor for cards other than "Southern Islands" and later, create the
     216        following <filename>/etc/X11/xorg.conf</filename> as the
    214217        <systemitem class="username">root</systemitem> user:
    215218      </para>
  • x/installing/x7driver-intel.xml

    r0274895f rb26bc4c  
    55  %general-entities;
    66
    7   <!ENTITY xorg-intel-driver-version "2.21.14">
     7  <!ENTITY xorg-intel-driver-version "2.21.15">
    88
    99  <!ENTITY xorg-intel-driver-download-http "&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-intel-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
    11   <!ENTITY xorg-intel-driver-md5sum        "cec86adb1746aaa349280af546b335af">
     11  <!ENTITY xorg-intel-driver-md5sum        "8b646d257ace8197d6ab4e5ddeb8efb2">
    1212  <!ENTITY xorg-intel-driver-size          "1.9 MB">
    1313  <!ENTITY xorg-intel-driver-buildsize     "66 MB">
     
    127127
    128128      <para>
    129         <command>--enable-kms-only</command>: This switch omits the UMS
    130         (UserModeSetting) code.
     129        <parameter>--enable-kms-only</parameter>: This switch omits the UMS
     130        (User Mode Setting) code.
    131131      </para>
    132132
    133133      <para>
    134         <command>--with-default-accel=sna</command>: Use the SandyBridge New
    135         Acceleration method.
     134        <parameter>--with-default-accel=sna</parameter>: This switch enables
     135        SandyBridge New Acceleration method by default.
    136136      </para>
    137137
    138138    </sect3>
    139 
    140     <!-- commented 2013-07-30 with move to \-\-with-default-accel=sna, remove if no problems
    141     <sect3>
    142       <title>SandyBridge New Acceleration</title>
    143 
    144       <para>
    145         The SandyBridge New Acceleration (SNA) stands for new 2D acceleration architecture
    146         developed by Intel developers that can outpreform the standard UXA 2D acceleration
    147         architecture. It has been actively developed for the last year and it is in great
    148         shape. While the name mentions SandyBridge, it can work with older hardware without
    149         any problems.
    150       </para>
    151 
    152       <para>
    153         The SNA is not enabled by default. You have to use <filename>xorg.conf</filename>
    154         to enable it at runtime. To enable SNA, create the following
    155         <filename>/etc/X11/xorg.conf</filename> as the
    156         <systemitem class="username">root</systemitem> user:
    157       </para>
    158 
    159 <screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
    160 <literal>Section "Device"
    161         Identifier "intel"
    162         Driver "intel"
    163         Option "AccelMethod" "sna"
    164 EndSection</literal>
    165 EOF</userinput></screen>
    166 
    167     </sect3> -->
    168139
    169140    <sect3 role="content">
     
    171142
    172143      <segmentedlist>
    173         <segtitle>Installed Libraries</segtitle>
     144        <segtitle>Installed Library</segtitle>
    174145        <segtitle>Installed Xorg Driver</segtitle>
    175146
  • x/lib/goffice010.xml

    r0274895f rb26bc4c  
    99  <!ENTITY goffice010-download-ftp
    1010            "&gnome-download-ftp;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
    11   <!ENTITY goffice010-md5sum        "93f06f8ee70d2601b158762b0a543927">
     11  <!ENTITY goffice010-md5sum        "fdf0d74d9ba19e5705f88bab3978de18">
    1212  <!ENTITY goffice010-size          "2.2 MB">
    1313  <!ENTITY goffice010-buildsize     "95 MB">
Note: See TracChangeset for help on using the changeset viewer.