source: x/installing/x7driver-synaptics.xml@ f5237a8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 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 krejzi/svn 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
Last change on this file since f5237a8 was f5237a8, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Tags and minor updates

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

  • Property mode set to 100644
File size: 5.9 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.0">
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 "27a3f2b31606a13dd6b58d419978d64f">
12 <!ENTITY xorg-synaptics-driver-size "440 KB">
13 <!ENTITY xorg-synaptics-driver-buildsize "4.8 MB">
14 <!ENTITY xorg-synaptics-driver-time "less than 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>sed -i '/_H_/ a#include &lt;xorg-server.h&gt;' src/{eventcomm,ps2comm,synproto}.h &amp;&amp;
96./configure $XORG_CONFIG &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108 </sect3>
109
110 <sect3>
111 <title>Command Explanations</title>
112 <para>
113 <command>sed -i ...</command>: This sed fixes building with the latest
114 version of <application>Glibc</application>.
115 </para>
116 </sect3>
117
118 <sect3 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Xorg Driver</segtitle>
124
125 <seglistitem>
126 <seg>
127 synclient and syndaemon
128 </seg>
129 <seg>
130 synaptics_drv.so
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="synclient">
141 <term><command>synclient</command></term>
142 <listitem>
143 <para>
144 is a command line utility used to query and modify Synaptics
145 driver options.
146 </para>
147 <indexterm zone="xorg-synaptics-driver synclient">
148 <primary sortas="b-synclient">synclient</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="syndaemon">
154 <term><command>syndaemon</command></term>
155 <listitem>
156 <para>
157 is a program that monitors keyboard activity and disables the
158 touchpad when the keyboard is being used.
159 </para>
160 <indexterm zone="xorg-synaptics-driver syndaemon">
161 <primary sortas="b-syndaemon">syndaemon</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="synaptics_drv">
167 <term><filename class="libraryfile">synaptics_drv.so</filename></term>
168 <listitem>
169 <para>
170 is an Xorg input driver for touchpads.
171 </para>
172 <indexterm zone="xorg-synaptics-driver synaptics_drv">
173 <primary sortas="c-synaptics_drv">synaptics_drv.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect3>
181
182 </sect2>
183 <!-- End Xorg Synaptics Driver -->
184
Note: See TracBrowser for help on using the repository browser.