source: x/installing/x7driver-evdev.xml@ df72afb4

systemd-13485
Last change on this file since df72afb4 was df72afb4, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to pixman-0.32.8
Update to xterm-320
Update to ATK-2.18.0
Update to libjpeg-turbo-1.4.2
Update to tiff-4.0.6
Update to gdk-pixbuf-2.32.1
Update to pango-1.38.0
Update to at-spi2-core-2.18.0
Update to at-spi2-atk-2.18.0
Update to adwaita-icon-theme-3.18.0
Update to GTK+-3.18.0
LFS 7.8-systemd Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16513 af4574ff-66df-0310-9fd7-8a98e5e911e0

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