Author: dnicholson
Date: 2007-06-07 22:29:38 -0600 (Thu, 07 Jun 2007)
New Revision: 6804
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/x-setup.xml
Log:
Fixed various errors reported by Spinal on the X Components page
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-06-08 04:14:09 UTC
(rev 6803)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-06-08 04:29:38 UTC
(rev 6804)
@@ -60,6 +60,10 @@
libmusicbrainz since it's included in Python-2.5. Thanks to
bambi for the report.</para>
</listitem>
+ <listitem>
+ <para>[dnicholson] - Fixed some errors on the X Window System
+ Components page. Reported by Spinal.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/x/installing/x-setup.xml
===================================================================
--- trunk/BOOK/x/installing/x-setup.xml 2007-06-08 04:14:09 UTC (rev 6803)
+++ trunk/BOOK/x/installing/x-setup.xml 2007-06-08 04:29:38 UTC (rev 6804)
@@ -122,10 +122,10 @@
directory:</para>
<para>For <application>Xorg</application>:</para>
-<screen role="root"><userinput>install -v -m755 -D ~/xorg.conf.new
/etc/X11/xorg.conf</userinput></screen>
+<screen role="root"><userinput>install -v -m644 -D ~/xorg.conf.new
/etc/X11/xorg.conf</userinput></screen>
<para>For <application>XFree86</application>:</para>
-<screen role="root"><userinput>install -v -m755 -D ~/XF86Config.new
/etc/X11/XF86Config</userinput></screen>
+<screen role="root"><userinput>install -v -m644 -D ~/XF86Config.new
/etc/X11/XF86Config</userinput></screen>
<para>As a convenience, Xorg-&xorg7-version; users should populate the
<filename class="directory">/etc/X11</filename> directory with symlinks
@@ -136,11 +136,11 @@
commands as the <systemitem class="username">root</systemitem>
user:</para>
-<screen><userinput role="root">mkdir $XORG_PREFIX/lib/X11/twm &&
+<screen><userinput role="root">mkdir $XORG_PREFIX/share/X11/twm &&
ln -svt /etc/X11 \
- $XORG_PREFIX/lib/X11/{twm,xkb,fs,lbxproxy,proxymngr} \
- $XORG_PREFIX/lib/X11/{rstart,xdm,xinit,xserver,xsm} \
- $XORG_PREFIX/share/X11/app-defaults</userinput></screen>
+ $XORG_PREFIX/lib/X11/{fs,lbxproxy,proxymngr,rstart} \
+ $XORG_PREFIX/lib/X11/{xdm,xinit,xserver,xsm} \
+ $XORG_PREFIX/share/X11/{app-defaults,twm,xkb}</userinput></screen>
<para>As the <systemitem class="username">root</systemitem> user, create
<filename>.xinitrc</filename>:</para>
@@ -544,7 +544,7 @@
<screen><literal>Section "InputDevice"
Identifier "Keyboard0"
- Driver "Keyboard"
+ Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US,ru"
Option "XkbOptions" "grp:switch,grp:alt_shift_toggle,grp_led:scroll"
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page