source: x/installing/x7driver-vmmouse.xml@ 2ead8c6f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 2ead8c6f was 2ead8c6f, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to libva intel-vaapi-driver 1.8.3.
Added MANPATH entry to xorg.sh profile script.
Update to xf86-video-intel-20170826.

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

  • Property mode set to 100644
File size: 7.0 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-vmmouse-driver-version "13.1.0">
8
9 <!ENTITY xorg-vmmouse-driver-download-http "&xorg-download-http;/driver/xf86-input-vmmouse-&xorg-vmmouse-driver-version;.tar.bz2">
10 <!ENTITY xorg-vmmouse-driver-download-ftp "&xorg-download-ftp;/driver/xf86-input-vmmouse-&xorg-vmmouse-driver-version;.tar.bz2">
11 <!ENTITY xorg-vmmouse-driver-md5sum "85e2e464b7219c495ad3a16465c226ed">
12 <!ENTITY xorg-vmmouse-driver-size "312 KB">
13 <!ENTITY xorg-vmmouse-driver-buildsize "2.9 MB">
14 <!ENTITY xorg-vmmouse-driver-time "less than 0.1 SBU">
15]>
16
17 <!-- Begin Xorg VMMouse Driver -->
18 <sect2 id="xorg-vmmouse-driver" xreflabel="Xorg VMMouse Driver-&xorg-vmmouse-driver-version;">
19
20 <sect2info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect2info>
24
25 <title>Xorg VMMouse Driver-&xorg-vmmouse-driver-version;</title>
26
27 <indexterm zone="xorg-vmmouse-driver">
28 <primary sortas="a-xorg-vmmouse-driver">xorg-vmmouse-driver</primary>
29 </indexterm>
30
31 <sect3 role="package">
32 <title>Introduction to Xorg VMMouse Driver</title>
33
34 <para>
35 The <application>Xorg VMMouse Driver</application> package contains the
36 VMMouse input driver for the Xorg X server. The VMMouse driver enables
37 support for the special VMMouse protocol that is provided by VMware
38 virtual machines to give absolute pointer positioning. It can be used
39 with <application>Qemu</application>, too.
40 </para>
41
42 <note>
43 <para>
44 Starting with version 4.1, the linux kernel supports the VMMouse protocol
45 so that this driver is not needed anymore. Furthermore, kernel support
46 conflicts with earlier versions of this driver (before 13.1), so it is
47 advisable to either remove this driver if you plan to always use kernels
48 with versions greater or equal to 4.1, or update this driver to 13.1
49 or above if you want to be able to use both old and recent kernels.
50 </para>
51 </note>
52
53 &lfs81_built;
54
55 <bridgehead renderas="sect4">Package Information</bridgehead>
56 <itemizedlist spacing="compact">
57 <listitem>
58 <para>
59 Download (HTTP): <ulink url="&xorg-vmmouse-driver-download-http;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download (FTP): <ulink url="&xorg-vmmouse-driver-download-ftp;"/>
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download MD5 sum: &xorg-vmmouse-driver-md5sum;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Download size: &xorg-vmmouse-driver-size;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated disk space required: &xorg-vmmouse-driver-buildsize;
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 Estimated build time: &xorg-vmmouse-driver-time;
85 </para>
86 </listitem>
87 </itemizedlist>
88
89 <bridgehead renderas="sect4">Xorg VMMouse Driver Dependencies</bridgehead>
90
91 <bridgehead renderas="sect5">Required</bridgehead>
92 <para role="required">
93 <xref linkend="xorg-server"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/xorg-vmmouse-driver"/>
98 </para>
99 </sect3>
100
101 <sect3 role="kernel" id="vmmouse-kernel">
102 <title>Kernel Configuration</title>
103
104 <para>
105 To get kernel support for the VMMouse, enable the following options in the
106 kernel configuration and recompile the kernel if necessary:
107 </para>
108
109<screen><literal>Processor type and features ---&gt;
110 [*] Symmetric multi-processing support [CONFIG_SMP]
111 [*] Support for extended (non-PC) x86 platforms [CONFIG_X86_EXTENDED_PLATFORM]
112 [*] ScaleMP vSMP [CONFIG_X86_VSMP]
113Device Drivers ---&gt;
114 Input device support ---&gt;
115 [*] Mice ---&gt; [CONFIG_INPUT_MOUSE]
116 &lt;*/M&gt; PS/2 mouse [CONFIG_MOUSE_PS2]
117 [*] Virtual mouse (vmmouse) [CONFIG_MOUSE_PS2_VMMOUSE]</literal></screen>
118 </sect3>
119 <sect3 role="installation">
120 <title>Installation of Xorg VMMouse Driver</title>
121
122 <para>
123 Install <application>Xorg VMMouse Driver</application> by running the
124 following commands:
125 </para>
126
127<screen><userinput>./configure $XORG_CONFIG \
128 --without-hal-fdi-dir \
129 --without-hal-callouts-dir \
130 --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 This package does not come with a test suite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142 </sect3>
143
144 <sect3>
145 <title>Command Explanations</title>
146
147 <para>
148 <parameter>--with-udev-rules-dir=/lib/udev/rules.d</parameter>:
149 This switch specifies where udev rules should be installed.
150 </para>
151
152 <para>
153 <parameter>--without-hal-*-dir</parameter>: These switches disable
154 installation of the <application>HAL</application> components
155 which are not needed on Linux.
156 </para>
157
158 </sect3>
159
160 <sect3 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Program</segtitle>
165 <segtitle>Installed Xorg Drivers</segtitle>
166
167 <seglistitem>
168 <seg>
169 vmmouse_detect
170 </seg>
171 <seg>
172 vmmouse_drv.so
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="vmmouse_detect">
183 <term><command>vmmouse_detect</command></term>
184 <listitem>
185 <para>
186 is a tool for detecting if running in a VMware environment where
187 vmmouse is used.
188 </para>
189 <indexterm zone="xorg-vmmouse-driver vmmouse_detect">
190 <primary sortas="b-vmmouse_detect">vmmouse_detect</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="vmmouse_drv">
196 <term><filename class="libraryfile">vmmouse_drv.so</filename></term>
197 <listitem>
198 <para>
199 is an Xorg input driver for VMware Mouse.
200 </para>
201 <indexterm zone="xorg-vmmouse-driver vmmouse_drv">
202 <primary sortas="c-vmmouse_drv">vmmouse_drv.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect3>
210
211 </sect2>
212 <!-- End Xorg VMMouse Driver -->
Note: See TracBrowser for help on using the repository browser.