Changeset 5e8edab5 for x


Ignore:
Timestamp:
05/24/2019 02:26:17 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
8eebfaa5
Parents:
215c728b
Message:

Merge to HEAD 21618.

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

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    r215c728b r5e8edab5  
    129129      during the testsuite from interfering with your desktop.  Copy the
    130130      file <filename>test/50-litest.conf</filename> into
    131       <filename class="directory"> ${XORG_PREFIX}/share/X11/xorg.conf.d</filename>
     131      <filename class="directory">${XORG_PREFIX}/share/X11/xorg.conf.d</filename>
    132132      and restart X. For further information see
    133133      <ulink url="https://wayland.freedesktop.org/libinput/doc/&libinput-version;/test-suite.html">libinput test suite</ulink>.
     
    187187    </para>
    188188
    189 <screen role="root"><userinput>install -v -dm755      /usr/share/doc/libinput-&libinput-version;/{html,api} &amp;&amp;
     189<screen role="root"
     190        remap="doc"><userinput>install -v -dm755      /usr/share/doc/libinput-&libinput-version;/{html,api} &amp;&amp;
    190191cp -rv Documentation/* /usr/share/doc/libinput-&libinput-version;/html &amp;&amp;
    191192cp -rv api/*           /usr/share/doc/libinput-&libinput-version;/api</userinput></screen>
  • x/installing/x7driver.xml

    r215c728b r5e8edab5  
    9393          </para>
    9494        </listitem>
     95        <!-- With Kernel 5.1, VMMouse is now entirely unusable/obsolete.
     96        VMWare has a replacement in the kernel that works for both Qemu and
     97        VMWare, that allows the VMMouse instruction set to run through
     98        EVDEV events.
     99        I archived it on 2019-05-19 as a result. - renodr
    95100        <listitem>
    96101          <para>
     
    98103          </para>
    99104        </listitem>
     105        -->
    100106        <listitem>
    101107          <para>
     
    185191    href="x7driver-synaptics.xml"/>
    186192
    187   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    188     href="x7driver-vmmouse.xml"/>
     193 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     194    href="x7driver-vmmouse.xml"/> -->
    189195
    190196  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.