Changeset 9638ed8b
- Timestamp:
- 03/06/2015 02:38:18 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 8b830d3, c94aadf
- Parents:
- e907ed05
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
re907ed05 r9638ed8b 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 5"> <!-- Always 2 digits -->3 <!ENTITY day "06"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 5th, &year;">9 <!ENTITY releasedate "March 6th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
re907ed05 r9638ed8b 44 44 45 45 --> 46 47 <listitem> 48 <para>March 6th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[pierre] - Fix vmmouse_detect to correctly detect a VMMouse 52 under Qemu.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 46 57 47 58 <listitem> -
x/installing/x7driver-vmmouse.xml
re907ed05 r9638ed8b 28 28 29 29 <para> 30 The <application>Xorg VMMouse Driver</application> package contains the VMMouse input 31 driver for the Xorg X server. The VMMouse driver enables support for the special 32 VMMouse protocol that is provided by VMware virtual machines to give absolute 33 pointer positioning. 30 The <application>Xorg VMMouse Driver</application> package contains the 31 VMMouse input driver for the Xorg X server. The VMMouse driver enables 32 support for the special VMMouse protocol that is provided by VMware 33 virtual machines to give absolute pointer positioning. It can be used 34 with <application>Qemu</application>, too. 34 35 </para> 35 36 … … 96 97 97 98 <para> 98 Install <application>Xorg VMMouse Driver</application> by running the following99 commands:99 Install <application>Xorg VMMouse Driver</application> by running the 100 following commands: 100 101 </para> 101 102 102 103 <screen><userinput>patch -Np1 -i ../xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch && 104 sed -i -e '/__i386__/a iopl(3);' tools/vmmouse_detect.c && 103 105 ./configure $XORG_CONFIG \ 104 106 --without-hal-fdi-dir \ … … 120 122 <sect3> 121 123 <title>Command Explanations</title> 124 125 <para> 126 <command>sed -i -e '/__i386__/a iopl(3);' ...</command>: This command 127 allows <command>vmmouse_detect</command> to detect the VMMouse protocol 128 in a <application>Qemu</application> virtual machine. 129 </para> 122 130 123 131 <para>
Note:
See TracChangeset
for help on using the changeset viewer.