source: x/installing/x7driver-synaptics.xml@ 4293369f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 4293369f was 4293369f, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to xf86-video-intel-20200218
Tag some Xorg drivers

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

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