Author: randy
Date: 2005-04-11 09:06:16 -0600 (Mon, 11 Apr 2005)
New Revision: 3711
Modified:
trunk/BOOK/x/installing/x-config.xml
Log:
Minor corrections to X Window Configuration instructions
Modified: trunk/BOOK/x/installing/x-config.xml
===================================================================
--- trunk/BOOK/x/installing/x-config.xml 2005-04-11 06:51:54 UTC (rev
3710)
+++ trunk/BOOK/x/installing/x-config.xml 2005-04-11 15:06:16 UTC (rev
3711)
@@ -7,21 +7,21 @@
<sect1 id="x-config">
<sect1info>
-<othername>$LastChangedBy: $</othername>
-<date>$Date: $</date>
+<othername>$LastChangedBy$</othername>
+<date>$Date$</date>
</sect1info>
<?dbhtml filename="xconfig.html"?>
<title>Additional X Windows Configuration</title>
<para>Below you will find information on fine tuning the components of both
variants of X Windows. The documentation links are specifically for
-<application>XFree86</application> however, the information contained in
+<application>XFree86</application>, however, the information contained in
those documents usually pertains to <application>Xorg</application> as
well.</para>
<sect2 id='xinput'>
<title>Setting up X Input Devices</title>
-<para>This is a new section for BLFS. For now, here are some convieneint
+<para>This is a new section for BLFS. For now, here are some convenient
links for additional configuration of X input devices. Descriptive content
will be added soon.</para>
@@ -37,20 +37,20 @@
<title>Mice</title>
<para>Multi-button mice can be used to their full potential by mapping the
additional buttons to X button events. Wheel mice are a common example. The
-inexpensive ones contain two buttons, and a scroll wheel that doubles as
+ordinary ones contain two buttons, and a scroll wheel that doubles as
a third button. As far as <application>X</application> is concerned, there
are 5 buttons as it counts the 'scroll up' and 'scroll down' functions
(internally they are buttons). Here is an example 'InputDevice' section for
a typical PS/2 wheel mouse:</para>
-<para><screen>Section "InputDevice"
+<screen><userinput>Section "InputDevice"
Identifier "Mouse 0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
-EndSection</screen></para>
+EndSection</userinput></screen>
<para>Button assignments differ for every mouse type. On more exotic mice,
you may find that the rocker wheel buttons are 6 and 7. Simply add those
Property changes on: trunk/BOOK/x/installing/x-config.xml
___________________________________________________________________
Name: svn:keywords
+ LastChangedBy Date
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page