source: x/installing/x7driver-evdev.xml@ 9d8ea23

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 9d8ea23 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: 5.1 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-evdev-driver-version "2.10.6">
8
9 <!ENTITY xorg-evdev-driver-download-http "&xorg-download-http;/driver/xf86-input-evdev-&xorg-evdev-driver-version;.tar.bz2">
10 <!ENTITY xorg-evdev-driver-download-ftp " ">
11 <!ENTITY xorg-evdev-driver-md5sum "e8bd1edc6751f92e425cae7eba3c61eb">
12 <!ENTITY xorg-evdev-driver-size "400 KB">
13 <!ENTITY xorg-evdev-driver-buildsize "3.9 MB">
14 <!ENTITY xorg-evdev-driver-time "less than 0.1 SBU">
15]>
16
17 <!-- Begin Xorg Evdev Driver -->
18 <sect2 id="xorg-evdev-driver" xreflabel="Xorg Evdev Driver-&xorg-evdev-driver-version;">
19
20 <sect2info>
21 <date>$Date$</date>
22 </sect2info>
23
24 <title>Xorg Evdev Driver-&xorg-evdev-driver-version;</title>
25
26 <indexterm zone="xorg-evdev-driver">
27 <primary sortas="a-xorg-evdev-driver">xorg-evdev-driver</primary>
28 </indexterm>
29
30 <sect3 role="package">
31 <title>Introduction to Xorg Evdev Driver</title>
32
33 <para>
34 The <application>Xorg Evdev Driver</application> package contains a Generic
35 Linux input driver for the Xorg X server. It handles keyboard, mouse, touchpads
36 and wacom devices, though for touchpad and wacom advanced handling,
37 additional drivers are required.
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-evdev-driver-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&xorg-evdev-driver-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &xorg-evdev-driver-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &xorg-evdev-driver-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &xorg-evdev-driver-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &xorg-evdev-driver-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect4">Xorg Evdev Driver Dependencies</bridgehead>
77
78 <bridgehead renderas="sect5">Required</bridgehead>
79 <para role="required">
80 <xref linkend="libevdev"/>,
81 <xref linkend="mtdev"/>, and
82 <xref linkend="xorg-server"/>
83 </para>
84<!--
85 <bridgehead renderas="sect5">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="mtdev"/>
88 </para>-->
89
90 </sect3>
91<!-- No need to give kernel configuration here, since already done for
92 libevdev. If for any reason you want to uncomment, this configuration
93 is not complete.
94 <sect3 role="kernel" id="xorg-evdev-driver-kernel">
95 <title>Kernel Configuration</title>
96
97 <para>
98 Enable the following options in the kernel configuration and recompile the
99 kernel if necessary:
100 </para>
101
102<screen><literal>Device Drivers - - -&gt;
103 Input device support - - -&gt;
104 <*> Generic input layer (needed ...) [CONFIG_INPUT]
105 <*> Event interface [CONFIG_INPUT_EVDEV]</literal></screen>
106
107 <indexterm zone="xorg-evdev-driver xorg-evdev-driver-kernel">
108 <primary sortas="d-xorg-evdev-driver">xorg-evdev-driver</primary>
109 </indexterm>
110 </sect3>
111-->
112 <sect3 role="installation">
113 <title>Installation of Xorg Evdev Driver</title>
114
115 <para>
116 Install <application>Xorg Evdev Driver</application> by running the following
117 commands:
118 </para>
119
120<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
121make</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132 </sect3>
133
134 <sect3 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Xorg Driver</segtitle>
139
140 <seglistitem>
141 <seg>
142 evdev_drv.so
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="evdev_drv">
153 <term><filename class="libraryfile">evdev_drv.so</filename></term>
154 <listitem>
155 <para>
156 is an Xorg input driver for Linux generic event devices
157 </para>
158 <indexterm zone="xorg-evdev-driver evdev_drv">
159 <primary sortas="c-evdev_drv">evdev_drv.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect3>
167
168 </sect2>
Note: See TracBrowser for help on using the repository browser.