Changeset 7fcbbe8 for x/installing


Ignore:
Timestamp:
04/11/2005 03:06:16 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
61a7ee8
Parents:
25d73a9
Message:

Minor corrections to X Window Configuration instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3711 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x-config.xml

    r25d73a9 r7fcbbe8  
    88<sect1 id="x-config">
    99<sect1info>
    10 <othername>$LastChangedBy: $</othername>
    11 <date>$Date: $</date>
     10<othername>$LastChangedBy$</othername>
     11<date>$Date$</date>
    1212</sect1info>
    1313<?dbhtml filename="xconfig.html"?>
     
    1616<para>Below you will find information on fine tuning the components of both
    1717variants of X Windows.  The documentation links are specifically for
    18 <application>XFree86</application> however, the information contained in
     18<application>XFree86</application>, however, the information contained in
    1919those documents usually pertains to <application>Xorg</application> as
    2020well.</para>
     
    2222<sect2 id='xinput'>
    2323<title>Setting up X Input Devices</title>
    24 <para>This is a new section for BLFS.  For now, here are some convieneint
     24<para>This is a new section for BLFS.  For now, here are some convenient
    2525links for additional configuration of X input devices.  Descriptive content
    2626will be added soon.</para>
     
    3838<para>Multi-button mice can be used to their full potential by mapping the
    3939additional buttons to X button events.  Wheel mice are a common example.  The
    40 inexpensive ones contain two buttons, and a scroll wheel that doubles as
     40ordinary ones contain two buttons, and a scroll wheel that doubles as
    4141a third button.  As far as <application>X</application> is concerned, there
    4242are 5 buttons as it counts the 'scroll up' and 'scroll down' functions
     
    4444a typical PS/2 wheel mouse:</para>
    4545
    46 <para><screen>Section "InputDevice"
     46<screen><userinput>Section "InputDevice"
    4747        Identifier      "Mouse 0"
    4848        Driver          "mouse"
     
    5151        Option          "ZAxisMapping"  "4 5"
    5252        Option          "Buttons"       "5"
    53 EndSection</screen></para>
     53EndSection</userinput></screen>
    5454
    5555<para>Button assignments differ for every mouse type.  On more exotic mice,
Note: See TracChangeset for help on using the changeset viewer.