glfs/shareddeps/dps/x/x7driver-synaptics.xml
Zeckmathederg d22c800ffe Moved versions in xml files to packages.ent.
This was mostly done in preparation of my new version checking program - chkpkgver.

Not only that but updated the versions in specific xml files is inconvenient with little apparent benefit in GLFS.
2024-07-15 16:59:43 -06:00

148 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!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-synaptics-driver-download-http "&xorg-download-http;/driver/xf86-input-synaptics-&xorg-synaptics-driver-version;.tar.xz">
<!ENTITY xorg-synaptics-driver-download-ftp " ">
]>
<!-- Begin Xorg Synaptics Driver -->
<sect2 id="xorg-synaptics-driver" xreflabel="Xorg Synaptics Driver-&xorg-synaptics-driver-version;">
<sect2info>
<date>$Date$</date>
</sect2info>
<title>Xorg Synaptics Driver-&xorg-synaptics-driver-version;</title>
<indexterm zone="xorg-synaptics-driver">
<primary sortas="a-xorg-synaptics-driver">xorg-synaptics-driver</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Xorg Synaptics Driver</title>
<para>
The <application>Xorg Synaptics Driver</application> package contains
the X.Org Input Driver, support programs and SDK for Synaptics
touchpads. Even though the evdev driver can handle touchpads very well,
this driver is required if you want to use advanced features like multi
tapping, scrolling with touchpad, turning the touchpad off while
typing, etc.
</para>
&lfs121_checked;
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&xorg-synaptics-driver-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&xorg-synaptics-driver-download-ftp;"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">Xorg Synaptics Driver Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="libevdev"/> and
<xref linkend="xorg-server"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Xorg Synaptics Driver</title>
<para>
Install <application>Xorg Synaptics Driver</application> by running the following
commands:
</para>
<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</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 Programs</segtitle>
<segtitle>Installed Xorg Driver</segtitle>
<seglistitem>
<seg>
synclient and syndaemon
</seg>
<seg>
synaptics_drv.so
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect4">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="synclient">
<term><command>synclient</command></term>
<listitem>
<para>
is a command line utility used to query and modify Synaptics
driver options
</para>
<indexterm zone="xorg-synaptics-driver synclient">
<primary sortas="b-synclient">synclient</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="syndaemon">
<term><command>syndaemon</command></term>
<listitem>
<para>
is a program that monitors keyboard activity and disables the
touchpad when the keyboard is being used
</para>
<indexterm zone="xorg-synaptics-driver syndaemon">
<primary sortas="b-syndaemon">syndaemon</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="synaptics_drv">
<term><filename class="libraryfile">synaptics_drv.so</filename></term>
<listitem>
<para>
is an Xorg input driver for touchpads
</para>
<indexterm zone="xorg-synaptics-driver synaptics_drv">
<primary sortas="c-synaptics_drv">synaptics_drv.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>