source: x/installing/x-config.xml@ 25d73a9

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
Last change on this file since 25d73a9 was 25d73a9, checked in by DJ Lucas <dj@…>, 19 years ago

forgot the to svn add

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

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="x-config">
9<sect1info>
10<othername>$LastChangedBy: $</othername>
11<date>$Date: $</date>
12</sect1info>
13<?dbhtml filename="xconfig.html"?>
14<title>Additional X Windows Configuration</title>
15
16<para>Below you will find information on fine tuning the components of both
17variants of X Windows. The documentation links are specifically for
18<application>XFree86</application> however, the information contained in
19those documents usually pertains to <application>Xorg</application> as
20well.</para>
21
22<sect2 id='xinput'>
23<title>Setting up X Input Devices</title>
24<para>This is a new section for BLFS. For now, here are some convieneint
25links for additional configuration of X input devices. Descriptive content
26will be added soon.</para>
27
28<sect3 id='xkeyboard'>
29<title>Keyboards</title>
30<para><ulink url="http://www.xfree86.org/current/XKB-Config.html">The
31<application>XKB</application> Configuration Guide</ulink></para>
32<para><ulink url="http://www.xfree86.org/current/XKB-Enhancing.html">How to
33furthur enhance <application>XKB</application> configuration</ulink></para>
34</sect3>
35
36<sect3 id='xmice'>
37<title>Mice</title>
38<para>Multi-button mice can be used to their full potential by mapping the
39additional buttons to X button events. Wheel mice are a common example. The
40inexpensive ones contain two buttons, and a scroll wheel that doubles as
41a third button. As far as <application>X</application> is concerned, there
42are 5 buttons as it counts the 'scroll up' and 'scroll down' functions
43(internally they are buttons). Here is an example 'InputDevice' section for
44a typical PS/2 wheel mouse:</para>
45
46<para><screen>Section "InputDevice"
47 Identifier "Mouse 0"
48 Driver "mouse"
49 Option "Device" "/dev/input/mice"
50 Option "Protocol" "IMPS/2"
51 Option "ZAxisMapping" "4 5"
52 Option "Buttons" "5"
53EndSection</screen></para>
54
55<para>Button assignments differ for every mouse type. On more exotic mice,
56you may find that the rocker wheel buttons are 6 and 7. Simply add those
57values to the <parameter>ZAxisMapping</parameter> option, and set the
58<parameter>Buttons</parameter> option appropriately to enable side to
59side scrolling. Additional information on button assignment can be found in
60the following <application>XFree86</application> document:</para>
61<para><ulink url="http://www.xfree86.org/current/mouse.html">Mouse Support in
62<application>XFree86</application></ulink></para>
63</sect3>
64
65<sect3 id='xinput-other'>
66<title>Other</title>
67<para>To be added...</para>
68</sect3>
69
70</sect2>
71
72<sect2>
73<title>Fine tuning display settings</title>
74
75<sect3>
76<title>The 'Monitor' section</title>
77<para>To be added...</para>
78</sect3>
79
80<sect3>
81<title>The 'Device' section</title>
82<para>To be added...</para>
83<para><ulink url="http://www.xfree86.org/current/manindex4.html">Devices
84</ulink></para>
85</sect3>
86</sect2>
87</sect1>
88
Note: See TracBrowser for help on using the repository browser.