Author: bdubbs
Date: Thu Sep 11 15:53:52 2014
New Revision: 14250
Log:
Tags and minor updates
Modified:
trunk/BOOK/x/installing/libva.xml
trunk/BOOK/x/installing/libvdpau.xml
trunk/BOOK/x/installing/x7app.xml
trunk/BOOK/x/installing/x7driver-ati.xml
trunk/BOOK/x/installing/x7driver-synaptics.xml
trunk/BOOK/x/installing/x7driver-vesa.xml
trunk/BOOK/x/installing/x7driver-vmmouse.xml
trunk/BOOK/x/installing/xcb-util-keysyms.xml
trunk/BOOK/x/installing/xcb-util-renderutil.xml
trunk/BOOK/x/installing/xcb-util-wm.xml
Modified: trunk/BOOK/x/installing/libva.xml
==============================================================================
--- trunk/BOOK/x/installing/libva.xml Thu Sep 11 15:27:58 2014 (r14249)
+++ trunk/BOOK/x/installing/libva.xml Thu Sep 11 15:53:52 2014 (r14250)
@@ -50,7 +50,7 @@
subpicture blending, and rendering.
</para>
- &lfs75_checked;
+ &lfs76_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/x/installing/libvdpau.xml
==============================================================================
--- trunk/BOOK/x/installing/libvdpau.xml Thu Sep 11 15:27:58 2014
(r14249)
+++ trunk/BOOK/x/installing/libvdpau.xml Thu Sep 11 15:53:52 2014
(r14250)
@@ -54,7 +54,7 @@
required.
</para>
- &lfs75_checked;
+ &lfs76_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/x/installing/x7app.xml
==============================================================================
--- trunk/BOOK/x/installing/x7app.xml Thu Sep 11 15:27:58 2014 (r14249)
+++ trunk/BOOK/x/installing/x7app.xml Thu Sep 11 15:53:52 2014 (r14250)
@@ -147,7 +147,7 @@
expected applications available in previous X Window
implementations.</para>
- &lfs75_checked;
+ &lfs76_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/x/installing/x7driver-ati.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-ati.xml Thu Sep 11 15:27:58 2014
(r14249)
+++ trunk/BOOK/x/installing/x7driver-ati.xml Thu Sep 11 15:53:52 2014
(r14250)
@@ -35,7 +35,7 @@
from R100 to R900 and the newer RAxx chipsets.
</para>
- &lfs75_checked;
+ &lfs76_checked;
<note>
<para>
@@ -139,9 +139,13 @@
network card that also requires the firmware:
</para>
-<screen><literal>CONFIG_EXTRA_FIRMWARE="radeon/BTC_rlc.bin
radeon/CAICOS_mc.bin radeon/CAICOS_me.bin radeon/CAICOS_pfp.bin
radeon/CAICOS_smc.bin rtl_nic/rtl8168e-3.fw"
+<screen><literal>CONFIG_EXTRA_FIRMWARE="radeon/BTC_rlc.bin
radeon/CAICOS_mc.bin radeon/CAICOS_me.bin
+radeon/CAICOS_pfp.bin radeon/CAICOS_smc.bin rtl_nic/rtl8168e-3.fw"
CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"</literal></screen>
+ <note><para>CONFIG_EXTRA_FIRMWARE should all be on one line. It
+ is shown above as two lines for presentation only.</para></note>
+
<tip>
<para>
You can check <command>dmesg</command> output after boot to see
which firmware
Modified: trunk/BOOK/x/installing/x7driver-synaptics.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-synaptics.xml Thu Sep 11 15:27:58
2014 (r14249)
+++ trunk/BOOK/x/installing/x7driver-synaptics.xml Thu Sep 11 15:53:52
2014 (r14250)
@@ -35,7 +35,7 @@
typing, etc.
</para>
- &lfs75_checked;
+ &lfs76_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -92,7 +92,8 @@
commands:
</para>
-<screen><userinput>./configure $XORG_CONFIG &&
+<screen><userinput>sed -i '/_H_/ a#include <xorg-server.h>'
src/{eventcomm,ps2comm,synproto}.h &&
+./configure $XORG_CONFIG &&
make</userinput></screen>
<para>
@@ -106,6 +107,14 @@
<screen role="root"><userinput>make install</userinput></screen>
</sect3>
+ <sect3>
+ <title>Command Explanations</title>
+ <para>
+ <command>sed -i ...</command>: This sed fixes building with the latest
+ version of <application>Glibc</application>.
+ </para>
+ </sect3>
+
<sect3 role="content">
<title>Contents</title>
Modified: trunk/BOOK/x/installing/x7driver-vesa.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-vesa.xml Thu Sep 11 15:27:58 2014
(r14249)
+++ trunk/BOOK/x/installing/x7driver-vesa.xml Thu Sep 11 15:53:52 2014
(r14250)
@@ -35,7 +35,7 @@
can be safely ignored if hardware specific driver works well.
</para>
- &lfs75_checked;
+ &lfs76_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/x/installing/x7driver-vmmouse.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-vmmouse.xml Thu Sep 11 15:27:58
2014 (r14249)
+++ trunk/BOOK/x/installing/x7driver-vmmouse.xml Thu Sep 11 15:53:52
2014 (r14250)
@@ -33,7 +33,7 @@
pointer positioning.
</para>
- &lfs75_checked;
+ &lfs76_built;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -69,6 +69,16 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink
url="&patch-root;/xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect4">Xorg VMMouse Driver
Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
@@ -89,10 +99,11 @@
commands:
</para>
-<screen><userinput>./configure $XORG_CONFIG \
- --with-udev-rules-dir=/lib/udev/rules.d \
+<screen><userinput>patch -Np1 -i
../xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch &&
+./configure $XORG_CONFIG \
+ --without-hal-fdi-dir \
--without-hal-callouts-dir \
- --without-hal-fdi-dir &&
+ --with-udev-rules-dir=/lib/udev/rules.d &&
make</userinput></screen>
<para>
Modified: trunk/BOOK/x/installing/xcb-util-keysyms.xml
==============================================================================
--- trunk/BOOK/x/installing/xcb-util-keysyms.xml Thu Sep 11 15:27:58
2014 (r14249)
+++ trunk/BOOK/x/installing/xcb-util-keysyms.xml Thu Sep 11 15:53:52
2014 (r14250)
@@ -35,7 +35,7 @@
for handling standard X key constants and conversion to/from keycodes.
</para>
- &lfs75_checked;
+ &lfs76_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/x/installing/xcb-util-renderutil.xml
==============================================================================
--- trunk/BOOK/x/installing/xcb-util-renderutil.xml Thu Sep 11 15:27:58
2014 (r14249)
+++ trunk/BOOK/x/installing/xcb-util-renderutil.xml Thu Sep 11 15:53:52
2014 (r14250)
@@ -34,7 +34,7 @@
extensions to the <application>XCB</application> library.
</para>
- &lfs75_checked;
+ &lfs76_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/x/installing/xcb-util-wm.xml
==============================================================================
--- trunk/BOOK/x/installing/xcb-util-wm.xml Thu Sep 11 15:27:58 2014
(r14249)
+++ trunk/BOOK/x/installing/xcb-util-wm.xml Thu Sep 11 15:53:52 2014
(r14250)
@@ -35,7 +35,7 @@
which provide client and window-manager helpers for EWMH and ICCCM.
</para>
- &lfs75_checked;
+ &lfs76_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page