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

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since c3c67b5b was c3c67b5b, checked in by Krejzi <krejzi@…>, 10 years ago

Check Xorg Section and Deps. Fix xserver and drivers for glibc-2.20.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14003 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 "/unistd/i #include &lt;xorg-server.h&gt;" src/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
109 </sect3>
110
111 <sect3>
112 <title>Command Explanations</title>
113
114 <para>
115 <command>sed -i ...</command>: This sed fixes building with latest
116 version of <application>Glibc</application>.
117 </para>
118
119 </sect3>
120
121 <sect3 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Xorg Driver</segtitle>
127
128 <seglistitem>
129 <seg>
130 synclient and syndaemon
131 </seg>
132 <seg>
133 synaptics_drv.so
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="synclient">
144 <term><command>synclient</command></term>
145 <listitem>
146 <para>
147 is a command line utility used to query and modify Synaptics
148 driver options.
149 </para>
150 <indexterm zone="xorg-synaptics-driver synclient">
151 <primary sortas="b-synclient">synclient</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="syndaemon">
157 <term><command>syndaemon</command></term>
158 <listitem>
159 <para>
160 is a program that monitors keyboard activity and disables the
161 touchpad when the keyboard is being used.
162 </para>
163 <indexterm zone="xorg-synaptics-driver syndaemon">
164 <primary sortas="b-syndaemon">syndaemon</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="synaptics_drv">
170 <term><filename class="libraryfile">synaptics_drv.so</filename></term>
171 <listitem>
172 <para>
173 is an Xorg input driver for touchpads.
174 </para>
175 <indexterm zone="xorg-synaptics-driver synaptics_drv">
176 <primary sortas="c-synaptics_drv">synaptics_drv.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect3>
184
185 </sect2>
186 <!-- End Xorg Synaptics Driver -->
187
Note: See TracBrowser for help on using the repository browser.