Ignore:
Timestamp:
03/06/2015 02:38:18 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8b830d32, c94aadf
Parents:
e907ed05
Message:

fix detection of VMMouse under a Qemu environment in the vmmouse
Xorg driver

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-vmmouse.xml

    re907ed05 r9638ed8b  
    2828
    2929      <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.
    3435      </para>
    3536
     
    9697
    9798      <para>
    98         Install <application>Xorg VMMouse Driver</application> by running the following
    99         commands:
     99        Install <application>Xorg VMMouse Driver</application> by running the
     100        following commands:
    100101      </para>
    101102
    102103<screen><userinput>patch -Np1 -i ../xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch &amp;&amp;
     104sed -i -e '/__i386__/a iopl(3);' tools/vmmouse_detect.c &amp;&amp;
    103105./configure $XORG_CONFIG               \
    104106            --without-hal-fdi-dir      \
     
    120122    <sect3>
    121123      <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>
    122130
    123131      <para>
Note: See TracChangeset for help on using the changeset viewer.