Author: dj
Date: 2010-10-17 09:43:08 -0600 (Sun, 17 Oct 2010)
New Revision: 8640
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/x7server.xml
Log:
Updated to xorg-server-1.8.2.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-10-17 15:39:30 UTC (rev 8639)
+++ trunk/BOOK/general.ent 2010-10-17 15:43:08 UTC (rev 8640)
@@ -518,7 +518,7 @@
<!ENTITY xcursor-themes-version "1.0.2">
<!ENTITY xkeyboard-config-version "1.8">
<!ENTITY xbitmaps-version "1.1.0">
-<!ENTITY xorg-server-version "1.7.1">
+<!ENTITY xorg-server-version "1.8.2">
<!-- Obsolete
<!ENTITY xorg-version "6.9.0">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-10-17 15:39:30 UTC
(rev 8639)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-10-17 15:43:08 UTC
(rev 8640)
@@ -62,6 +62,9 @@
<listitem>
<para>[dj] - Updated to MesaLib-7.8.2.</para>
</listitem>
+ <listitem>
+ <para>[dj] - Updated to xorg-server-1.8.2.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/x/installing/x7server.xml
===================================================================
--- trunk/BOOK/x/installing/x7server.xml 2010-10-17 15:39:30 UTC (rev
8639)
+++ trunk/BOOK/x/installing/x7server.xml 2010-10-17 15:43:08 UTC (rev
8640)
@@ -6,10 +6,10 @@
<!ENTITY xorg-server-download-http
"http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
<!ENTITY xorg-server-download-ftp
"ftp://ftp.x.org/pub/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
- <!ENTITY xorg-server-md5sum "dda7842467cda6018fdc87e6002e4db1">
- <!ENTITY xorg-server-size "4.7 MB">
- <!ENTITY xorg-server-buildsize "199 MB">
- <!ENTITY xorg-server-time "2.0 SBU">
+ <!ENTITY xorg-server-md5sum "c4156e3e71123a54413e629f4806fc71">
+ <!ENTITY xorg-server-size "5.0 MB">
+ <!ENTITY xorg-server-buildsize "214 MB">
+ <!ENTITY xorg-server-time "1.9 SBU">
]>
@@ -63,9 +63,12 @@
<xref linkend="xorg7-font"/>, and
<xref linkend="xkeyboard-config"/></para>
- <bridgehead renderas="sect4">Recommended</bridgehead>
- <para role="recommended"><xref linkend="hal"/> (required for hotplugging of
- input devices), and <xref linkend="mesalib"/> (required for DRI)</para>
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para><xref linkend="dbus"/>,
+ <xref linkend="doxygen"/> (to build API documentation),
+ <xref linkend="gs"/> (to build documentation),
+ <xref linkend="hal"/> (not recommended, disabled by default),
+ <xref linkend="mesalib"/> (required for DRI)</para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/Xorg7Server'/></para>
@@ -80,7 +83,8 @@
<screen><userinput>./configure $XORG_CONFIG \
--with-module-dir=$XORG_PREFIX/lib/X11/modules \
--with-xkb-output=/var/lib/xkb \
- --enable-install-setuid &&
+ --enable-install-setuid \
+ --disable-config-hal &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -102,6 +106,9 @@
run as the root user. This switch ensures that the binary is installed
setuid when <command>make</command> is run by an unprivileged user.</para>
+ <para><parameter>--disable-config-hal</parameter>: Disable the use of
+ <application>HAL</application>.</para>
+
<para><option>--disable-glx</option>: Disable building of the GLX
extension. This parameter is required if building without
<application>Mesa</application>.</para>
@@ -110,9 +117,6 @@
extension. This parameter is required if building without
<application>Mesa</application>.</para>
- <para><option>--disable-config-hal</option>: Disable the use of
- <application>HAL</application>.</para>
-
<para><option>--disable-config-dbus</option>: Disable the use of
<application>D-Bus</application>.</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page