source: x/installing/x7driver.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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
8<sect1 id="xorg7-input-driver" xreflabel="Xorg Input Drivers">
9 <?dbhtml filename="x7driver.html"?>
10
11
12 <title>Xorg Input Drivers</title>
13
14 <indexterm zone="xorg7-input-driver">
15 <primary sortas="a-xorg7-input-driver">xorg7-input-driver</primary>
16 </indexterm>
17
18 <sect2 role="package">
19 <title>Introduction to Xorg Input Drivers</title>
20
21 <para>
22 The <application>Xorg Input Drivers</application> page contains the
23 instructions for building Xorg input drivers that are necessary in
24 order for Xorg Server to respond user inputs.
25 </para>
26
27 <sect3 id="xorg-input-drivers">
28 <title>Xorg Input Drivers</title>
29
30 <itemizedlist spacing="compact">
31 <listitem>
32 <para>
33 <xref linkend="libevdev"/>
34 </para>
35 </listitem>
36 <listitem>
37 <para>
38 <xref linkend="xorg-evdev-driver"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 <xref linkend="libinput"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 <xref linkend="xorg-libinput-driver"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 <xref linkend="xorg-synaptics-driver"/>
54 </para>
55 </listitem>
56 <!-- With Kernel 5.1, VMMouse is now entirely unusable/obsolete.
57 VMWare has a replacement in the kernel that works for both Qemu and
58 VMWare, that allows the VMMouse instruction set to run through
59 EVDEV events.
60 I archived it on 2019-05-19 as a result. - renodr
61 <listitem>
62 <para>
63 <xref linkend="xorg-vmmouse-driver"/>
64 </para>
65 </listitem>
66 -->
67 <listitem>
68 <para>
69 <xref linkend="xorg-wacom-driver"/>
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 </sect3>
75
76 </sect2>
77
78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
79 href="libevdev.xml"/>
80
81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
82 href="x7driver-evdev.xml"/>
83
84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
85 href="libinput.xml"/>
86
87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
88 href="x7driver-libinput.xml"/>
89
90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
91 href="x7driver-synaptics.xml"/>
92
93 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
94 href="x7driver-vmmouse.xml"/> -->
95
96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
97 href="x7driver-wacom.xml"/>
98
99</sect1>
Note: See TracBrowser for help on using the repository browser.