a section about kernel config for the wacom driver

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9957 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2012-04-20 10:03:44 +00:00
parent b7a80c6656
commit e4320cfb63

View File

@ -61,7 +61,10 @@
<para>
The <application>Xorg Wacom Driver</application> package contains the
X.Org X11 driver and SDK for Wacom and Wacom-like tablets.
X.Org X11 driver and SDK for Wacom and Wacom-like tablets. It is not
required to use a Wacom tablet, the
<application>xf86-input-evdev</application> driver can handle these
devices without problems.
</para>
&lfs70_built;
@ -117,6 +120,24 @@
</para>
</sect3>
<sect3 role="kernel" id="xorg-wacom-driver-kernel">
<title>Kernel Configuration</title>
<para>
To use a Wacom tablet, enable the following options in your kernel
configuration and recompile:
</para>
<screen><literal>Device Drivers ---&gt;
Input device support ---&gt;
[*] Tablets ---&gt;
[*] Wacom Intuos/Graphire tablet support (USB)</literal></screen>
<indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
<primary sortas="d-xorg-wacom-driver">xorg-wacom-driver</primary>
</indexterm>
</sect3>
<sect3 role="installation">
<title>Installation of Xorg Wacom Driver</title>