Changeset 7fcbbe8
- Timestamp:
- 04/11/2005 03:06:16 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 61a7ee8
- Parents:
- 25d73a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/x-config.xml
r25d73a9 r7fcbbe8 8 8 <sect1 id="x-config"> 9 9 <sect1info> 10 <othername>$LastChangedBy :$</othername>11 <date>$Date :$</date>10 <othername>$LastChangedBy$</othername> 11 <date>$Date$</date> 12 12 </sect1info> 13 13 <?dbhtml filename="xconfig.html"?> … … 16 16 <para>Below you will find information on fine tuning the components of both 17 17 variants of X Windows. The documentation links are specifically for 18 <application>XFree86</application> however, the information contained in18 <application>XFree86</application>, however, the information contained in 19 19 those documents usually pertains to <application>Xorg</application> as 20 20 well.</para> … … 22 22 <sect2 id='xinput'> 23 23 <title>Setting up X Input Devices</title> 24 <para>This is a new section for BLFS. For now, here are some conv ieneint24 <para>This is a new section for BLFS. For now, here are some convenient 25 25 links for additional configuration of X input devices. Descriptive content 26 26 will be added soon.</para> … … 38 38 <para>Multi-button mice can be used to their full potential by mapping the 39 39 additional buttons to X button events. Wheel mice are a common example. The 40 inexpensiveones contain two buttons, and a scroll wheel that doubles as40 ordinary ones contain two buttons, and a scroll wheel that doubles as 41 41 a third button. As far as <application>X</application> is concerned, there 42 42 are 5 buttons as it counts the 'scroll up' and 'scroll down' functions … … 44 44 a typical PS/2 wheel mouse:</para> 45 45 46 < para><screen>Section "InputDevice"46 <screen><userinput>Section "InputDevice" 47 47 Identifier "Mouse 0" 48 48 Driver "mouse" … … 51 51 Option "ZAxisMapping" "4 5" 52 52 Option "Buttons" "5" 53 EndSection</ screen></para>53 EndSection</userinput></screen> 54 54 55 55 <para>Button assignments differ for every mouse type. On more exotic mice,
Note:
See TracChangeset
for help on using the changeset viewer.