Ignore:
Timestamp:
01/31/2016 02:31:35 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
3acf108
Parents:
3e63daa9
Message:

Remainder of -systemd.xml cleanup.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16882 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r3e63daa9 r51d044f  
    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
    36       &lfs76_checked;
     37      &lfs77_checked;
    3738
    3839      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    7071      </itemizedlist>
    7172
    72       <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     73      <bridgehead renderas="sect4">Additional Downloads</bridgehead>
    7374      <itemizedlist spacing="compact">
    7475        <listitem>
     
    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
    102 <screen><userinput>/xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch &amp;&amp;
     103<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;
     105
    103106./configure $XORG_CONFIG               \
    104107            --without-hal-callouts-dir \
     
    125128        disable installation of the <application>HAL</application>
    126129        components which are not needed on Linux.
     130      </para>
     131
     132      <para>
     133        <command>sed -i -e '/__i386__/a iopl(3);' ...</command>: This command
     134        allows <command>vmmouse_detect</command> to detect the VMMouse protocol
     135        in a <application>Qemu</application> virtual machine.
    127136      </para>
    128137
Note: See TracChangeset for help on using the changeset viewer.