Ignore:
Timestamp:
10/26/2014 11:23:17 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
d72fae5a
Parents:
44ae5736
Message:

Convert xorg installing section.

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

File:
1 moved

Legend:

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

    r44ae5736 r5b5c0e9  
    116116            --enable-kms-only \
    117117            --enable-uxa      \
    118             --enable-glamor   &amp;&amp;
     118            --enable-glamor   \
     119            --disable-dri3    &amp;&amp;
    119120make</userinput></screen>
    120121
     
    141142      <para>
    142143        <parameter>--enable-uxa</parameter>: This switch enables Unified
    143         Acceleration Architecture (UXA) and is required for Glamor
     144        Acceleration Architecture (UXA) which is required for Glamor
    144145        acceleration.
    145146      </para>
     
    149150        new GL-based 2D acceleration. As well as specifying this in the
    150151        build, it needs to be enabled at run time (see below).
     152      </para>
     153
     154      <para>
     155        <parameter>--disable-dri3</parameter>: This switch disables DRI3
     156        support in the driver as it has been known to be buggy with the
     157        current stack.
    151158      </para>
    152159
Note: See TracChangeset for help on using the changeset viewer.