source: x/installing/x7driver-evdev.xml@ 23bba1f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 23bba1f was 23bba1f, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

add propset svn:keywords "Date LastChangedBy" to:
x7driver-ati.xml
x7driver-evdev.xml
x7driver-fbdev.xml
x7driver-intel.xml
x7driver-nouveau.xml
x7driver-synaptics.xml
x7driver-vmmouse.xml
x7driver-vmware.xml
x7driver-wacom.xm
all under BLFS/trunk/BOOK/x/installing/.

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

  • Property mode set to 100644
File size: 5.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-evdev-driver-version "2.9.2">
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 "&xorg-download-ftp;/driver/xf86-input-evdev-&xorg-evdev-driver-version;.tar.bz2">
11 <!ENTITY xorg-evdev-driver-md5sum "99eebf171e6c7bffc42d4fc430d47454">
12 <!ENTITY xorg-evdev-driver-size "380 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 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect2info>
24
25 <title>Xorg Evdev Driver-&xorg-evdev-driver-version;</title>
26
27 <indexterm zone="xorg-evdev-driver">
28 <primary sortas="a-xorg-evdev-driver">xorg-evdev-driver</primary>
29 </indexterm>
30
31 <sect3 role="package">
32 <title>Introduction to Xorg Evdev Driver</title>
33
34 <para>
35 The <application>Xorg Evdev Driver</application> package contains Generic
36 Linux input driver for the Xorg X server. It handles keyboard, mouse, touchpads
37 and wacom devices, though for touchpad and wacom advanced handling,
38 additional drivers are required.
39 </para>
40
41 &lfs77_checked; &gcc5_checked;
42
43 <bridgehead renderas="sect4">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&xorg-evdev-driver-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&xorg-evdev-driver-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &xorg-evdev-driver-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &xorg-evdev-driver-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &xorg-evdev-driver-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &xorg-evdev-driver-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect4">Xorg Evdev Driver Dependencies</bridgehead>
78
79 <bridgehead renderas="sect5">Required</bridgehead>
80 <para role="required">
81 <xref linkend="libevdev"/> 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 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/xorg-evdev-driver"/>
92 </para>
93 </sect3>
94<!-- No need to give kernel configuration here, since already done for
95 libevdev. If for any reason you want to uncomment, this configuration
96 is not complete.
97 <sect3 role="kernel" id="xorg-evdev-driver-kernel">
98 <title>Kernel Configuration</title>
99
100 <para>
101 Enable the following options in the kernel configuration and recompile the
102 kernel if necessary:
103 </para>
104
105<screen><literal>Device Drivers - - -&gt;
106 Input device support - - -&gt;
107 <*> Generic input layer (needed ...) [CONFIG_INPUT]
108 <*> Event interface [CONFIG_INPUT_EVDEV]</literal></screen>
109
110 <indexterm zone="xorg-evdev-driver xorg-evdev-driver-kernel">
111 <primary sortas="d-xorg-evdev-driver">xorg-evdev-driver</primary>
112 </indexterm>
113 </sect3>
114-->
115 <sect3 role="installation">
116 <title>Installation of Xorg Evdev Driver</title>
117
118 <para>
119 Install <application>Xorg Evdev Driver</application> by running the following
120 commands:
121 </para>
122
123<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
124make</userinput></screen>
125
126 <para>
127 This package does not come with a test suite.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135 </sect3>
136
137 <sect3 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Xorg Driver</segtitle>
142
143 <seglistitem>
144 <seg>
145 evdev_drv.so
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="evdev_drv">
156 <term><filename class="libraryfile">evdev_drv.so</filename></term>
157 <listitem>
158 <para>
159 is an Xorg input driver for Linux generic event devices.
160 </para>
161 <indexterm zone="xorg-evdev-driver evdev_drv">
162 <primary sortas="c-evdev_drv">evdev_drv.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect3>
170
171 </sect2>
172 <!-- End Xorg Evdev Driver -->
Note: See TracBrowser for help on using the repository browser.