glfs/x/installing/x7driver-libevdev.xml
Bruce Dubbs b7a67e902b Update to xf86-input-synaptics-1.8.0.
Update to xf86-input-evdev-2.9.0. 
Add libevdev-1.2.1.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13137 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-05-22 05:33:29 +00:00

173 lines
5.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY xorg-libevdev-version "1.2.1">
<!ENTITY xorg-libevdev-download-http "http://www.freedesktop.org/software/libevdev/libevdev-&xorg-libevdev-version;.tar.xz">
<!ENTITY xorg-libevdev-download-ftp " ">
<!ENTITY xorg-libevdev-md5sum "635bafe27f71772f8eb27a12f94a80d7">
<!ENTITY xorg-libevdev-size "380 KB">
<!ENTITY xorg-libevdev-buildsize "6.6 MB">
<!ENTITY xorg-libevdev-time "less than 0.1 SBU">
]>
<!-- Begin Xorg Evdev Driver -->
<sect2 id="xorg-libevdev" xreflabel="Xorg Evdev Library-&xorg-libevdev-version;">
<title>Xorg Libevdev &xorg-libevdev-version;</title>
<indexterm zone="xorg-libevdev">
<primary sortas="a-xorg-libevdev">xorg-libevdev</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Xorg Libdvdev</title>
<para>
The <application>Xorg Libevdev</application> package contains common
functions for Xorg input drivers.
</para>
&lfs75_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&xorg-libevdev-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&xorg-libevdev-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &xorg-libevdev-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &xorg-libevdev-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &xorg-libevdev-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &xorg-libevdev-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">Xorg Libevdev Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="python2"/>
</para>
<bridgehead renderas="sect5">Optional</bridgehead>
<para role="optional">
<xref linkend="check"/>,
<xref linkend="doxygen"/>, and
<xref linkend="valgrind"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/xorg-evdev-driver"/>
</para>
</sect3>
<sect3 role="kernel" id="xorg-evdev-driver-kernel">
<title>Kernel Configuration</title>
<para>
Enable the following options in the kernel configuration and recompile the
kernel if necessary:
</para>
<screen><literal>Device Drivers ---&gt;
Input device support ---&gt;
Event interface: Y or M
Miscellaneous devices ---&gt;
User level driver support: Y or M</literal></screen>
<indexterm zone="xorg-evdev-driver xorg-evdev-driver-kernel">
<primary sortas="d-xorg-evdev-driver">xorg-evdev-driver</primary>
</indexterm>
</sect3>
<sect3 role="installation">
<title>Installation of Xorg Evdev Driver</title>
<para>
Install <application>Xorg Evdev Driver</application> by running the following
commands:
</para>
<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
make</userinput></screen>
<para>
If you have the optional <xref linkend='check'/> package installed,
the regression tests can be run as the <systemitem
class="username">root</systemitem> user with
<userinput>make check</userinput>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect3>
<sect3 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Xorg Program</segtitle>
<segtitle>Installed Xorg Library</segtitle>
<seglistitem>
<seg>
touchpad-edge-detector
</seg>
<seg>
libevdev.so
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect4">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libevdev">
<term><filename class="libraryfile">libevdev.so</filename></term>
<listitem>
<para>
is a library of Xorg driver input functions.
</para>
<indexterm zone="xorg-libevdev libevdev">
<primary sortas="c-libevdev">ebvdev.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<!-- End Xorg Evdev Driver -->