source: x/installing/x7driver-synaptics.xml@ 78ff3a8

kde5-14686 systemd-13485
Last change on this file since 78ff3a8 was 78ff3a8, checked in by Christopher Gregory <cjg@…>, 10 years ago

Merge more updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14498 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xorg-synaptics-driver-version "1.8.1">
8
9 <!ENTITY xorg-synaptics-driver-download-http "&xorg-download-http;/driver/xf86-input-synaptics-&xorg-synaptics-driver-version;.tar.bz2">
10 <!ENTITY xorg-synaptics-driver-download-ftp "&xorg-download-ftp;/driver/xf86-input-synaptics-&xorg-synaptics-driver-version;.tar.bz2">
11 <!ENTITY xorg-synaptics-driver-md5sum "ed70d0cba94262a4008dcef654ab34a9">
12 <!ENTITY xorg-synaptics-driver-size "468 KB">
13 <!ENTITY xorg-synaptics-driver-buildsize "5.5 MB">
14 <!ENTITY xorg-synaptics-driver-time "0.1 SBU">
15]>
16
17<!-- Begin Xorg Synaptics Driver -->
18 <sect2 id="xorg-synaptics-driver" xreflabel="Xorg Synaptics Driver-&xorg-synaptics-driver-version;">
19
20 <title>Xorg Synaptics Driver-&xorg-synaptics-driver-version;</title>
21
22 <indexterm zone="xorg-synaptics-driver">
23 <primary sortas="a-xorg-synaptics-driver">xorg-synaptics-driver</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Xorg Synaptics Driver</title>
28
29 <para>
30 The <application>Xorg Synaptics Driver</application> package contains
31 the X.Org Input Driver, support programs and SDK for Synaptics
32 touchpads. Even though the evdev driver can handle touchpads very well,
33 this driver is required if you want to use advanced features like multi
34 tapping, scrolling with touchpad, turning the touchpad off while
35 typing, etc.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect4">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xorg-synaptics-driver-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xorg-synaptics-driver-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xorg-synaptics-driver-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xorg-synaptics-driver-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xorg-synaptics-driver-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xorg-synaptics-driver-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect4">Xorg Synaptics Driver Dependencies</bridgehead>
75
76 <bridgehead renderas="sect5">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libevdev"/> and
79 <xref linkend="xorg-server"/>
80 </para>
81
82 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/xorg-synaptics-driver"/>
84 </para>
85 </sect3>
86
87 <sect3 role="installation">
88 <title>Installation of Xorg Synaptics Driver</title>
89
90 <para>
91 Install <application>Xorg Synaptics Driver</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect3>
109
110 <sect3 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Xorg Driver</segtitle>
116
117 <seglistitem>
118 <seg>
119 synclient and syndaemon
120 </seg>
121 <seg>
122 synaptics_drv.so
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="synclient">
133 <term><command>synclient</command></term>
134 <listitem>
135 <para>
136 is a command line utility used to query and modify Synaptics
137 driver options.
138 </para>
139 <indexterm zone="xorg-synaptics-driver synclient">
140 <primary sortas="b-synclient">synclient</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="syndaemon">
146 <term><command>syndaemon</command></term>
147 <listitem>
148 <para>
149 is a program that monitors keyboard activity and disables the
150 touchpad when the keyboard is being used.
151 </para>
152 <indexterm zone="xorg-synaptics-driver syndaemon">
153 <primary sortas="b-syndaemon">syndaemon</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="synaptics_drv">
159 <term><filename class="libraryfile">synaptics_drv.so</filename></term>
160 <listitem>
161 <para>
162 is an Xorg input driver for touchpads.
163 </para>
164 <indexterm zone="xorg-synaptics-driver synaptics_drv">
165 <primary sortas="c-synaptics_drv">synaptics_drv.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect3>
173
174 </sect2>
175 <!-- End Xorg Synaptics Driver -->
176
Note: See TracBrowser for help on using the repository browser.