source: x/installing/x7driver-libinput.xml@ ac35d3b

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ac35d3b was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 4.3 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-libinput-driver-version "1.4.0">
8
9 <!ENTITY xorg-libinput-driver-download-http "&xorg-download-http;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.xz">
10 <!ENTITY xorg-libinput-driver-download-ftp " ">
11 <!ENTITY xorg-libinput-driver-md5sum "b52a1fc7456cf6595a9a1004287551a3">
12 <!ENTITY xorg-libinput-driver-size "320 KB">
13 <!ENTITY xorg-libinput-driver-buildsize "3.9 MB (with tests)">
14 <!ENTITY xorg-libinput-driver-time "less than 0.1 SBU (with tests)">
15]>
16
17 <!-- Begin Xorg input-libinput Driver -->
18 <sect2 id="xorg-libinput-driver" xreflabel="xorg-libinput-&xorg-libinput-driver-version;">
19
20 <sect2info>
21 <date>$Date$</date>
22 </sect2info>
23
24 <title>Xorg Libinput Driver-&xorg-libinput-driver-version;</title>
25
26 <indexterm zone="xorg-libinput-driver">
27 <primary sortas="a-xorg-libinput-driver">xorg-libinput-driver</primary>
28 </indexterm>
29
30 <sect3 role="package">
31 <title>Introduction to Xorg Libinput Driver</title>
32
33 <para>
34 The <application>X.Org Libinput Driver</application> is a thin wrapper
35 around libinput and allows for libinput to be used for input devices in
36 X. This driver can be used as drop-in replacement for evdev and
37 synaptics.
38 </para>
39
40 &lfs120_checked;
41
42 <bridgehead renderas="sect4">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&xorg-libinput-driver-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&xorg-libinput-driver-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &xorg-libinput-driver-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &xorg-libinput-driver-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &xorg-libinput-driver-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &xorg-libinput-driver-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect4">Xorg Libinput Driver Dependencies</bridgehead>
77
78 <bridgehead renderas="sect5">Required</bridgehead>
79 <para role="required">
80 <xref linkend="libinput"/> and
81 <xref linkend="xorg-server"/>
82 </para>
83
84 </sect3>
85
86 <sect3 role="installation">
87 <title>Installation of Xorg Libinput Driver</title>
88
89 <para>
90 Install <application>Xorg Libinput Driver</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 To test the results, issue <command>make check</command>.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106 </sect3>
107
108 <sect3 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Xorg Driver</segtitle>
113
114 <seglistitem>
115 <seg>
116 libinput_drv.so
117 </seg>
118 </seglistitem>
119 </segmentedlist>
120
121 <variablelist>
122 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
123 <?dbfo list-presentation="list"?>
124 <?dbhtml list-presentation="table"?>
125
126 <varlistentry id="libinput_drv">
127 <term><filename class="libraryfile">libinput_drv.so</filename></term>
128 <listitem>
129 <para>
130 is an Xorg input driver for mouse, keyboard, touchpad,
131 touchscreen, and tablet devices
132 </para>
133 <indexterm zone="xorg-libinput-driver libinput_drv">
134 <primary sortas="c-libinput_drv">libinput_drv.so</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 </variablelist>
140
141 </sect3>
142
143 </sect2>
Note: See TracBrowser for help on using the repository browser.