Changeset a7f58966


Ignore:
Timestamp:
11/30/2014 04:35:42 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c61d743
Parents:
679ab42
Message:

Kernel configuration for Wacom Xorg Driver now

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r679ab42 ra7f58966  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[pierre] - Change Kernel Configuration instructions
     52          layout for the Wacom Xorg driver as part of ticket
     53          <ulink url="&blfs-ticket-root;5885">#5885</ulink>.</para>
     54        </listitem>
     55        <listitem>
    5156          <para>[fernando] - Update to lxsession-0.5.2. Fixes
    5257          <ulink url="&blfs-ticket-root;5887">#5887</ulink>.</para>
  • x/installing/x7driver-wacom.xml

    r679ab42 ra7f58966  
    9393
    9494      <para>
    95         To use a Wacom tablet, enable the following options in your kernel
    96         configuration and recompile:
     95        To use a Wacom tablet with USB interface, enable the following
     96        options in your kernel configuration and recompile. Note that
     97        other configuration options could be required for tablet with a
     98        serial or bluetooth interface:
    9799      </para>
    98100
    99101<screen><literal>Device Drivers  ---&gt;
    100   Input device support  ---&gt;
    101     [*] Tablets  ---&gt;
    102       Wacom Intuos/Graphire tablet support (USB): Y or M</literal></screen>
     102  HID support  ---&gt;
     103    &lt;*/M&gt; HID bus support                                      [CONFIG_HID]
     104            Special HID drivers ---&gt;
     105              &lt;*/M&gt; Wacom Intuos/Graphire tablet support (USB) [CONFIG_HID_WACOM]</literal></screen>
    103106
    104107      <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
Note: See TracChangeset for help on using the changeset viewer.