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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.