mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
100 lines
2.7 KiB
XML
100 lines
2.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="xorg7-input-driver" xreflabel="Xorg Input Drivers">
|
|
<?dbhtml filename="x7driver.html"?>
|
|
|
|
|
|
<title>Xorg Input Drivers</title>
|
|
|
|
<indexterm zone="xorg7-input-driver">
|
|
<primary sortas="a-xorg7-input-driver">xorg7-input-driver</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Xorg Input Drivers</title>
|
|
|
|
<para>
|
|
The <application>Xorg Input Drivers</application> page contains the
|
|
instructions for building Xorg input drivers that are necessary in
|
|
order for Xorg Server to respond user inputs.
|
|
</para>
|
|
|
|
<sect3 id="xorg-input-drivers">
|
|
<title>Xorg Input Drivers</title>
|
|
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
<xref linkend="libevdev"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<xref linkend="xorg-evdev-driver"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<xref linkend="libinput"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<xref linkend="xorg-libinput-driver"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<xref linkend="xorg-synaptics-driver"/>
|
|
</para>
|
|
</listitem>
|
|
<!-- With Kernel 5.1, VMMouse is now entirely unusable/obsolete.
|
|
VMWare has a replacement in the kernel that works for both Qemu and
|
|
VMWare, that allows the VMMouse instruction set to run through
|
|
EVDEV events.
|
|
I archived it on 2019-05-19 as a result. - renodr
|
|
<listitem>
|
|
<para>
|
|
<xref linkend="xorg-vmmouse-driver"/>
|
|
</para>
|
|
</listitem>
|
|
-->
|
|
<listitem>
|
|
<para>
|
|
<xref linkend="xorg-wacom-driver"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="libevdev.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="x7driver-evdev.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="libinput.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="x7driver-libinput.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="x7driver-synaptics.xml"/>
|
|
|
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="x7driver-vmmouse.xml"/> -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="x7driver-wacom.xml"/>
|
|
|
|
</sect1>
|