Ticket #5918: intel.patch

File intel.patch, 1.9 KB (added by Armin K, 9 years ago)
  • x7driver-intel.xml

     
    116116        commands:
    117117      </para>
    118118
    119 <screen><userinput>./configure $XORG_CONFIG      \
    120             --enable-kms-only \
    121             --enable-uxa      \
    122             --enable-glamor   &amp;&amp;
     119<screen><userinput>
     120./configure $XORG_CONFIG --enable-kms-only &amp;&amp;
    123121make</userinput></screen>
    124122
    125123      <para>
     
    142140        (User Mode Setting) code.
    143141      </para>
    144142
    145       <para>
    146         <parameter>--enable-uxa</parameter>: This switch enables Unified
    147         Acceleration Architecture (UXA) and is required for Glamor
    148         acceleration.
    149       </para>
    150 
    151       <para>
    152         <option>--enable-glamor</option>: This switch enables
    153         new GL-based 2D acceleration. As well as specifying this in the
    154         build, it needs to be enabled at run time (see below).
    155       </para>
    156 
    157143    </sect3>
    158144
    159     <sect3>
    160       <title>Glamor Acceleration</title>
    161 
    162       <para>
    163         Glamor is an acceleration library which uses cards' 3D capabilities to
    164         accelerate 2D rendering. Glamor acceleration is not enabled by default.
    165         You have to use a <filename>xorg.conf</filename> file to enable it. To
    166         enable Glamor, create the following
    167         <filename>/etc/X11/xorg.conf</filename> as the
    168         <systemitem class="username">root</systemitem> user:
    169       </para>
    170 
    171 <screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
    172 <literal>Section "Module"
    173         Load "dri2"
    174         Load "glamoregl"
    175 EndSection
    176 
    177 Section "Device"
    178         Identifier "intel"
    179         Driver "intel"
    180         Option "AccelMethod" "glamor"
    181 EndSection</literal>
    182 EOF</userinput></screen>
    183 
    184     </sect3>
    185145    <sect3 role="content">
    186146      <title>Contents</title>
    187147