source: x/installing/x7driver.xml@ fedbe2f

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since fedbe2f was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f72a148]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[44ad7753]6]>
[3f72a148]7
[22c1bfc3]8<sect1 id="xorg7-input-driver" xreflabel="Xorg Input Drivers">
[3f72a148]9 <?dbhtml filename="x7driver.html"?>
10
11
[22c1bfc3]12 <title>Xorg Input Drivers</title>
[3f72a148]13
[22c1bfc3]14 <indexterm zone="xorg7-input-driver">
15 <primary sortas="a-xorg7-input-driver">xorg7-input-driver</primary>
[3f72a148]16 </indexterm>
17
[5e8be1c]18 <sect2 role="package">
[22c1bfc3]19 <title>Introduction to Xorg Input Drivers</title>
[1f6d75e7]20
[9bff4bc]21 <para>
[22c1bfc3]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.
[9bff4bc]25 </para>
26
[1f6d75e7]27 <sect3 id="xorg-input-drivers">
28 <title>Xorg Input Drivers</title>
29
30 <itemizedlist spacing="compact">
[b7a67e90]31 <listitem>
32 <para>
[35e960fb]33 <xref linkend="libevdev"/>
[b7a67e90]34 </para>
35 </listitem>
[ef30906a]36 <listitem>
37 <para>
38 <xref linkend="xorg-evdev-driver"/>
39 </para>
40 </listitem>
[f97d5f6]41 <listitem>
42 <para>
43 <xref linkend="libinput"/>
44 </para>
45 </listitem>
[1f6d75e7]46 <listitem>
47 <para>
[ef30906a]48 <xref linkend="xorg-libinput-driver"/>
[1f6d75e7]49 </para>
[606dfd4]50 </listitem>
51 <listitem>
[1f6d75e7]52 <para>
53 <xref linkend="xorg-synaptics-driver"/>
54 </para>
[606dfd4]55 </listitem>
[191f166]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
[606dfd4]61 <listitem>
[1f6d75e7]62 <para>
63 <xref linkend="xorg-vmmouse-driver"/>
64 </para>
[606dfd4]65 </listitem>
[191f166]66 -->
[606dfd4]67 <listitem>
[1f6d75e7]68 <para>
69 <xref linkend="xorg-wacom-driver"/>
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 </sect3>
75
76 </sect2>
77
[b7a67e90]78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[35e960fb]79 href="libevdev.xml"/>
[b7a67e90]80
[ef30906a]81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
82 href="x7driver-evdev.xml"/>
83
[f97d5f6]84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
85 href="libinput.xml"/>
86
[57da0547]87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[ef30906a]88 href="x7driver-libinput.xml"/>
[1f6d75e7]89
[57da0547]90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
91 href="x7driver-synaptics.xml"/>
[1f6d75e7]92
[191f166]93 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
94 href="x7driver-vmmouse.xml"/> -->
[1f6d75e7]95
[57da0547]96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
97 href="x7driver-wacom.xml"/>
[1f6d75e7]98
[3f72a148]99</sect1>
Note: See TracBrowser for help on using the repository browser.