source: x/installing/x7driver-vmmouse.xml@ 1581361

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1581361 was 23bba1f, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

add propset svn:keywords "Date LastChangedBy" to:
x7driver-ati.xml
x7driver-evdev.xml
x7driver-fbdev.xml
x7driver-intel.xml
x7driver-nouveau.xml
x7driver-synaptics.xml
x7driver-vmmouse.xml
x7driver-vmware.xml
x7driver-wacom.xm
all under BLFS/trunk/BOOK/x/installing/.

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

  • Property mode set to 100644
File size: 6.4 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.0.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 "34f9f64ee6a1a51fc8266a9af24e1e07">
12 <!ENTITY xorg-vmmouse-driver-size "308 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 &lfs77_checked; &gcc5_built;
43
44 <bridgehead renderas="sect4">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&xorg-vmmouse-driver-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&xorg-vmmouse-driver-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &xorg-vmmouse-driver-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &xorg-vmmouse-driver-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &xorg-vmmouse-driver-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &xorg-vmmouse-driver-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect4">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87
88 <bridgehead renderas="sect4">Xorg VMMouse Driver Dependencies</bridgehead>
89
90 <bridgehead renderas="sect5">Required</bridgehead>
91 <para role="required">
92 <xref linkend="xorg-server"/>
93 </para>
94
95 <para condition="html" role="usernotes">
96 User Notes: <ulink url="&blfs-wiki;/xorg-vmmouse-driver"/>
97 </para>
98 </sect3>
99
100 <sect3 role="installation">
101 <title>Installation of Xorg VMMouse Driver</title>
102
103 <para>
104 Install <application>Xorg VMMouse Driver</application> by running the
105 following commands:
106 </para>
107
108<screen><userinput>patch -Np1 -i ../xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch &amp;&amp;
109sed -i -e '/__i386__/a iopl(3);' tools/vmmouse_detect.c &amp;&amp;
110
111./configure $XORG_CONFIG \
112 --without-hal-fdi-dir \
113 --without-hal-callouts-dir \
114 --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126 </sect3>
127
128 <sect3>
129 <title>Command Explanations</title>
130
131 <para>
132 <command>sed -i -e '/__i386__/a iopl(3);' ...</command>: This command
133 allows <command>vmmouse_detect</command> to detect the VMMouse protocol
134 in a <application>Qemu</application> virtual machine.
135 </para>
136
137 <para>
138 <parameter>--with-udev-rules-dir=/lib/udev/rules.d</parameter>:
139 This switch specifies where udev rules should be installed.
140 </para>
141
142 <para>
143 <option>--without-hal-*-dir</option>: These switches disable
144 installation of the <application>HAL</application> components
145 which are not needed on Linux.
146 </para>
147
148 </sect3>
149
150 <sect3 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Program</segtitle>
155 <segtitle>Installed Xorg Drivers</segtitle>
156
157 <seglistitem>
158 <seg>
159 vmmouse_detect
160 </seg>
161 <seg>
162 vmmouse_drv.so
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="vmmouse_detect">
173 <term><command>vmmouse_detect</command></term>
174 <listitem>
175 <para>
176 is a tool for detecting if running in a VMware environment where
177 vmmouse is used.
178 </para>
179 <indexterm zone="xorg-vmmouse-driver vmmouse_detect">
180 <primary sortas="b-vmmouse_detect">vmmouse_detect</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="vmmouse_drv">
186 <term><filename class="libraryfile">vmmouse_drv.so</filename></term>
187 <listitem>
188 <para>
189 is an Xorg input driver for VMware Mouse.
190 </para>
191 <indexterm zone="xorg-vmmouse-driver vmmouse_drv">
192 <primary sortas="c-vmmouse_drv">vmmouse_drv.so</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect3>
200
201 </sect2>
202 <!-- End Xorg VMMouse Driver -->
Note: See TracBrowser for help on using the repository browser.