Author: bdubbs
Date: Tue Jan 13 12:28:11 2015
New Revision: 15338

Log:
Reformat xindy instructions.
Update intel Xorg driver instructions.

Modified:
   trunk/BOOK/pst/typesetting/xindy.xml
   trunk/BOOK/x/installing/x7driver-intel.xml

Modified: trunk/BOOK/pst/typesetting/xindy.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/xindy.xml        Mon Jan 12 20:49:56 2015        
(r15337)
+++ trunk/BOOK/pst/typesetting/xindy.xml        Tue Jan 13 12:28:11 2015        
(r15338)
@@ -103,12 +103,13 @@
     </para>
 
 <screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 
's/$/-linux/') &amp;&amp;
-./configure --prefix=/opt/texlive/&texlive-year; \
- --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
- --datarootdir=/opt/texlive/&texlive-year; \
- --includedir=/usr/include \
- --libdir=/opt/texlive/&texlive-year;/texmf-dist \
- --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man &amp;&amp;
+
+./configure --prefix=/opt/texlive/&texlive-year;              \
+            --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
+            --datarootdir=/opt/texlive/&texlive-year;         \
+            --includedir=/usr/include                         \
+            --libdir=/opt/texlive/&texlive-year;/texmf-dist   \
+            --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man &amp;&amp;
 make</userinput></screen>
 
     <para>

Modified: trunk/BOOK/x/installing/x7driver-intel.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-intel.xml  Mon Jan 12 20:49:56 2015        
(r15337)
+++ trunk/BOOK/x/installing/x7driver-intel.xml  Tue Jan 13 12:28:11 2015        
(r15338)
@@ -116,10 +116,7 @@
         commands:
       </para>
 
-<screen><userinput>./configure $XORG_CONFIG      \
-            --enable-kms-only \
-            --enable-uxa      \
-            --enable-glamor   &amp;&amp;
+<screen><userinput>./configure $XORG_CONFIG --enable-kms-only &amp;&amp;
 make</userinput></screen>
 
       <para>
@@ -142,45 +139,8 @@
         (User Mode Setting) code.
       </para>
 
-      <para>
-        <parameter>--enable-uxa</parameter>: This switch enables Unified
-        Acceleration Architecture (UXA) and is required for Glamor
-        acceleration.
-      </para>
-
-      <para>
-        <option>--enable-glamor</option>: This switch enables
-        new GL-based 2D acceleration. As well as specifying this in the
-        build, it needs to be enabled at run time (see below).
-      </para>
-
     </sect3>
 
-    <sect3>
-      <title>Glamor Acceleration</title>
-
-      <para>
-        Glamor is an acceleration library which uses cards' 3D capabilities to
-        accelerate 2D rendering. Glamor acceleration is not enabled by default.
-        You have to use a <filename>xorg.conf</filename> file to enable it. To
-        enable Glamor, create the following
-        <filename>/etc/X11/xorg.conf</filename> as the
-        <systemitem class="username">root</systemitem> user:
-      </para>
-
-<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
-<literal>Section "Module"
-        Load "dri2"
-        Load "glamoregl"
-EndSection
-
-Section "Device"
-        Identifier "intel"
-        Driver "intel"
-        Option "AccelMethod" "glamor"
-EndSection</literal>
-EOF</userinput></screen>
-
     </sect3>
     <sect3 role="content">
       <title>Contents</title>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to