source: x/installing/libevdev.xml@ 62a5037e

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 62a5037e was 62a5037e, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to xterm-353.
Update to mesa-19.3.4.
Update to wayland-1.18.0.
Tag most of xorg (not all drivers) and xorg dependencies.

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

  • Property mode set to 100644
File size: 6.8 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 libevdev-version "1.8.0">
8
9 <!ENTITY libevdev-download-http "https://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz">
10 <!ENTITY libevdev-download-ftp " ">
11 <!ENTITY libevdev-md5sum "879631080be18526737e33b63d848039">
12 <!ENTITY libevdev-size "432 KB">
13 <!ENTITY libevdev-buildsize "8.3 MB (with tests)">
14 <!ENTITY libevdev-time "0.2 SBU (with tests)">
15]>
16
17 <!-- Begin Xorg libevdev Driver -->
18 <sect2 id="libevdev" xreflabel="libevdev-&libevdev-version;">
19
20 <sect2info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect2info>
24
25 <title>libevdev &libevdev-version;</title>
26
27 <indexterm zone="libevdev">
28 <primary sortas="a-libevdev">libevdev</primary>
29 </indexterm>
30
31 <sect3 role="package">
32 <title>Introduction to libevdev</title>
33
34 <para>
35 The <application>libevdev</application> package contains common
36 functions for Xorg input drivers.
37 </para>
38
39 &lfs91_checked;
40
41 <bridgehead renderas="sect4">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libevdev-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libevdev-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libevdev-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libevdev-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libevdev-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libevdev-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect4">libevdev Dependencies</bridgehead>
76
77 <bridgehead renderas="sect5">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="doxygen"/>,
80 <xref linkend="python2"/>, and
81 <xref linkend="valgrind"/> (optional for tests)
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/libevdev"/>
86 </para>
87 </sect3>
88
89 <sect3 role="kernel" id="libevdev-kernel">
90 <title>Kernel Configuration</title>
91
92 <para>
93 Enable the following options in the kernel configuration and recompile the
94 kernel if necessary:
95 </para>
96
97<screen><literal>Device Drivers ---&gt;
98 Input device support ---&gt;
99 &lt;*&gt; Generic input layer (needed for...) [CONFIG_INPUT]
100 &lt;*&gt; Event interface [CONFIG_INPUT_EVDEV]
101 [*] Miscellaneous devices ---&gt; [CONFIG_INPUT_MISC]
102 &lt;*&gt; User level driver support [CONFIG_INPUT_UINPUT]</literal></screen>
103
104 <indexterm zone="libevdev libevdev-kernel">
105 <primary sortas="d-libevdev">libevdev</primary>
106 </indexterm>
107 </sect3>
108
109 <sect3 role="installation">
110 <title>Installation of libevdev</title>
111
112 <para>
113 Install <application>libevdev</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 The regression tests can be run as the <systemitem
122 class="username">root</systemitem> user with <command>make
123 check</command>, in a graphical session. Note that on some systems, the
124 tests may cause a hard lockup and require a reboot. On laptops, the
125 system will go into Sleep and need to be woken up to finish the test
126 suites.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134 </sect3>
135
136 <sect3 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Xorg Programs</segtitle>
141 <segtitle>Installed Xorg Library</segtitle>
142 <segtitle>Installed Xorg Directory</segtitle>
143
144 <seglistitem>
145 <seg>
146 libevdev-tweak-device, mouse-dpi-tool, and touchpad-edge-detector
147 </seg>
148 <seg>
149 libevdev.so
150 </seg>
151 <seg>
152 $XORG_PREFIX/include/libevdev-1.0
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="libevdev-tweak-device">
163 <term><command>libevdev-tweak-device</command></term>
164 <listitem>
165 <para>
166 is a tool to change some kernel device properties.
167 </para>
168 <indexterm zone="libevdev libevdev-tweak-device">
169 <primary sortas="b-libevdev-tweak-device">libevdev-tweak-device</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="mouse-dpi-tool">
175 <term><command>mouse-dpi-tool</command></term>
176 <listitem>
177 <para>
178 is a tool to estimate the resolution of a mouse.
179 </para>
180 <indexterm zone="libevdev mouse-dpi-tool">
181 <primary sortas="b-mouse-dpi-tool">mouse-dpi-tool</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="touchpad-edge-detector">
187 <term><command>touchpad-edge-detector</command></term>
188 <listitem>
189 <para>
190 touchpad-edge-detector is a tool that reads the touchpad events
191 from the kernel and calculates the minimum and maximum for the x
192 and y coordinates, respectively.
193 </para>
194 <indexterm zone="libevdev touchpad-edge-detector">
195 <primary sortas="b-touchpad-edge-detector">touchpad-edge-detector</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libevdev-lib">
201 <term><filename class="libraryfile">libevdev.so</filename></term>
202 <listitem>
203 <para>
204 is a library of Xorg driver input functions.
205 </para>
206 <indexterm zone="libevdev libevdev-lib">
207 <primary sortas="c-libevdev-lib">ebvdev.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect3>
215
216 </sect2>
217 <!-- End Xorg Evdev Driver -->
Note: See TracBrowser for help on using the repository browser.