Changeset 7eec971 for x


Ignore:
Timestamp:
11/15/2013 01:31:17 PM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
4505e4a6
Parents:
96a4e89
Message:

glamor/intel acceleration is allegedly obsoleted by sna. leaving it as optional for now.

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

File:
1 edited

Legend:

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

    r96a4e89 r7eec971  
    7777      </para>
    7878
    79       <bridgehead renderas="sect5">Recommended</bridgehead>
    80       <para role="Recommended">
     79      <bridgehead renderas="sect5">Optional</bridgehead>
     80      <para role="optional">
    8181        <xref linkend="glamor-egl"/>
    8282      </para>
     
    116116<screen><userinput>./configure $XORG_CONFIG \
    117117            --enable-kms-only \
    118             --enable-glamor \
    119118            --with-default-accel=sna &amp;&amp;
    120119make</userinput></screen>
     
    140139
    141140      <para>
    142         <parameter>--enable-glamor</parameter>: This switch enables
     141        <parameter>--with-default-accel=sna</parameter>: This switch enables
     142        SandyBridge New Acceleration method by default.
     143      </para>
     144
     145      <para>
     146        <option>--enable-glamor</option>: This switch enables
    143147        new GL-based 2D acceleration. As well as specifying this in the
    144148        build, it needs to be enabled at run time (see below).
    145       </para>
    146 
    147       <para>
    148         <parameter>--with-default-accel=sna</parameter>: This switch enables
    149         SandyBridge New Acceleration method by default.
    150149      </para>
    151150
Note: See TracChangeset for help on using the changeset viewer.