Author: krejzi
Date: Mon Jul 28 16:14:18 2014
New Revision: 13727

Log:
Bump intel driver to latest version. Add a configuration file to xinit page.

Added:
   branches/systemd/x/installing/x7driver-intel-systemd.xml
      - copied, changed from r13701, 
branches/systemd/x/installing/x7driver-intel.xml
   branches/systemd/x/installing/xinit-systemd.xml
      - copied, changed from r13701, branches/systemd/x/installing/xinit.xml
Deleted:
   branches/systemd/x/installing/x7driver-intel.xml
   branches/systemd/x/installing/xinit.xml
Modified:
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/x/installing/installing.xml
   branches/systemd/x/installing/x7driver-systemd.xml

Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Mon Jul 28 16:03:46 
2014        (r13726)
+++ branches/systemd/introduction/welcome/changelog.xml Mon Jul 28 16:14:18 
2014        (r13727)
@@ -86,6 +86,9 @@
         <listitem>
           <para>[krejzi] - Added gnome-shell-extensions-3.12.2.</para>
         </listitem>
+        <listitem>
+          <para>[krejzi] - Updated to xf86-video-intel-2.99.914.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: branches/systemd/x/installing/installing.xml
==============================================================================
--- branches/systemd/x/installing/installing.xml        Mon Jul 28 16:03:46 
2014        (r13726)
+++ branches/systemd/x/installing/installing.xml        Mon Jul 28 16:14:18 
2014        (r13727)
@@ -74,6 +74,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="twm.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="xterm.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="xclock.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="xinit.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="xinit-systemd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="xorg-config.xml"/>
 </chapter>

Copied and modified: branches/systemd/x/installing/x7driver-intel-systemd.xml 
(from r13701, branches/systemd/x/installing/x7driver-intel.xml)
==============================================================================
--- branches/systemd/x/installing/x7driver-intel.xml    Mon Jul 28 03:46:20 
2014        (r13701, copy source)
+++ branches/systemd/x/installing/x7driver-intel-systemd.xml    Mon Jul 28 
16:14:18 2014        (r13727)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY xorg-intel-driver-version "2.99.911">
+  <!ENTITY xorg-intel-driver-version "2.99.914">
 
   <!ENTITY xorg-intel-driver-download-http 
"&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
   <!ENTITY xorg-intel-driver-download-ftp  
"&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
-  <!ENTITY xorg-intel-driver-md5sum        "6130343b314e6a43be4bc02461d09fa7">
-  <!ENTITY xorg-intel-driver-size          "2.6 MB">
+  <!ENTITY xorg-intel-driver-md5sum        "b53d96cb42fb1d71f0b671dd2064cba4">
+  <!ENTITY xorg-intel-driver-size          "2.2 MB">
   <!ENTITY xorg-intel-driver-buildsize     "78 MB">
   <!ENTITY xorg-intel-driver-time          "0.4 SBU">
 ]>
@@ -129,7 +129,7 @@
 
 <screen><userinput>./configure $XORG_CONFIG      \
             --enable-kms-only \
-            --with-default-accel=sna &amp;&amp;
+            --disable-dri3    &amp;&amp;
 make</userinput></screen>
 
       <para>
@@ -141,6 +141,7 @@
       </para>
 
 <screen role="root"><userinput>make install</userinput></screen>
+
     </sect3>
 
     <sect3 role="commands">
@@ -152,8 +153,9 @@
       </para>
 
       <para>
-        <parameter>--with-default-accel=sna</parameter>: This switch enables
-        SandyBridge New Acceleration method by default.
+        <parameter>--disable-dri3</parameter>: This switch disables DRI3
+        support in the driver as it has been known to be buggy with the
+        current stack.
       </para>
 
       <para>

Modified: branches/systemd/x/installing/x7driver-systemd.xml
==============================================================================
--- branches/systemd/x/installing/x7driver-systemd.xml  Mon Jul 28 16:03:46 
2014        (r13726)
+++ branches/systemd/x/installing/x7driver-systemd.xml  Mon Jul 28 16:14:18 
2014        (r13727)
@@ -171,7 +171,7 @@
     href="x7driver-fbdev.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-    href="x7driver-intel.xml"/>
+    href="x7driver-intel-systemd.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
     href="x7driver-mach64.xml"/>

Copied and modified: branches/systemd/x/installing/xinit-systemd.xml (from 
r13701, branches/systemd/x/installing/xinit.xml)
==============================================================================
--- branches/systemd/x/installing/xinit.xml     Mon Jul 28 03:46:20 2014        
(r13701, copy source)
+++ branches/systemd/x/installing/xinit-systemd.xml     Mon Jul 28 16:14:18 
2014        (r13727)
@@ -75,8 +75,7 @@
     <para>Install <application>xinit</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure $XORG_CONFIG \
-            --with-xinitdir=/etc/X11/app-defaults &amp;&amp;
+<screen><userinput>./configure $XORG_CONFIG --with-xinitdir=/etc/X11/xinit 
&amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -86,6 +85,22 @@
 
 <screen role="root"><userinput>make install</userinput></screen>
 
+    <para>
+      Create a configuration file required to use the latest
+      <application>Xorg Server</application> by running the
+      following command as the
+      <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>cat &gt; /etc/X11/xinit/xserverrc &lt;&lt; "EOF"
+<literal>#!/bin/sh
+if [ -z "$XDG_VTNR" ]; then
+  exec /usr/bin/X -nolisten tcp "$@"
+else
+  exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
+fi</literal>
+EOF</userinput></screen>
+
   </sect2>
 
   <sect2 role="content">
-- 
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