Changeset 51d044f for x


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

Location:
x
Files:
6 deleted
5 edited
2 moved

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    r3e63daa9 r51d044f  
    6565  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-wm.xml"/>
    6666  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-cursor.xml"/>
    67   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mesalib-systemd.xml"/>
     67  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mesalib.xml"/>
    6868  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xbitmaps.xml"/>
    6969  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7app.xml"/>
     
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7font.xml"/>
    7272  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xkeyboard-config.xml"/>
    73   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-server-systemd.xml"/>
     73  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-server.xml"/>
    7474  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driver.xml"/>
    7575  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="twm.xml"/>
  • 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
  • x/installing/x7driver-vmware.xml

    r3e63daa9 r51d044f  
    55  %general-entities;
    66
    7   <!ENTITY xorg-vmware-driver-version "13.0.2">
     7  <!ENTITY xorg-vmware-driver-version "13.1.0">
    88
    99  <!ENTITY xorg-vmware-driver-download-http "&xorg-download-http;/driver/xf86-video-vmware-&xorg-vmware-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-vmware-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-vmware-&xorg-vmware-driver-version;.tar.bz2">
    11   <!ENTITY xorg-vmware-driver-md5sum        "91d1d7d33181766714405ab013d31244">
    12   <!ENTITY xorg-vmware-driver-size          "432 KB">
    13   <!ENTITY xorg-vmware-driver-buildsize     "9.1 MB">
     11  <!ENTITY xorg-vmware-driver-md5sum        "0cba22fed4cb639d5c4276f7892c543d">
     12  <!ENTITY xorg-vmware-driver-size          "452 KB">
     13  <!ENTITY xorg-vmware-driver-buildsize     "7.9 MB">
    1414  <!ENTITY xorg-vmware-driver-time          "0.1 SBU">
    1515]>
     
    3232      </para>
    3333
    34       &lfs76_checked;
     34      &lfs77_checked;
    3535
    3636      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    6868      </itemizedlist>
    6969
    70       <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    71       <itemizedlist spacing="compact">
    72         <listitem>
    73           <para>
    74             Required patch:
    75             <ulink url="&patch-root;/xf86-video-vmware-&xorg-vmware-driver-version;-upstream_fixes-1.patch"/>
    76           </para>
    77         </listitem>
    78       </itemizedlist>
    79 
    8070      <bridgehead renderas="sect4">Xorg VMware Driver Dependencies</bridgehead>
    8171
     
    9989
    10090<screen><literal>Device Drivers  ---&gt;
    101   Graphics support ---&gt;
    102     DRM driver for VMware Virtual GPU: Y or M
    103       Enable framebuffer console under vmwgfx by default: Y</literal></screen>
     91  Graphics support  ---&gt;
     92    Direct Rendering Manager  ---&gt;
     93      &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt;  [CONFIG_DRM]
     94      &lt;*&gt; DRM driver for VMware Virtual GPU                    [CONFIG_DRM_VMWGFX]
     95      [*]   Enable framebuffer console under vmwgfx by default [CONFIG_DRM_VMWGFX_FBCON]</literal></screen>
    10496
    10597      <indexterm zone="xorg-vmware-driver xorg-vmware-driver-kernel">
     
    116108      </para>
    117109
    118 <screen><userinput>patch -Np1 -i ../xf86-video-vmware-&xorg-vmware-driver-version;-upstream_fixes-1.patch &amp;&amp;
    119 sed -i "/xf86xv.h/i #include &lt;xorg-server.h&gt;" vmwgfx/vmwgfx_overlay.c &amp;&amp;
    120 ./configure $XORG_CONFIG &amp;&amp;
     110<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    121111make</userinput></screen>
    122112
     
    130120
    131121<screen role="root"><userinput>make install</userinput></screen>
    132 
    133     </sect3>
    134 
    135     <sect3>
    136       <title>Command Explanations</title>
    137 
    138       <para>
    139         <command>sed -i ...</command>: This sed fixes building with latest
    140         version of <application>Glibc</application>.
    141       </para>
    142122
    143123    </sect3>
  • x/installing/x7driver-wacom.xml

    r3e63daa9 r51d044f  
    55  %general-entities;
    66
    7   <!ENTITY xorg-wacom-driver-version "0.27.0">
     7  <!ENTITY xorg-wacom-driver-version "0.31.0">
    88
    99  <!ENTITY xorg-wacom-driver-download-http "&sourceforge-repo;/linuxwacom/xf86-input-wacom-&xorg-wacom-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-wacom-driver-download-ftp  " ">
    11   <!ENTITY xorg-wacom-driver-md5sum        "f75b374c47969fb9b21d9c2134396400">
    12   <!ENTITY xorg-wacom-driver-size          "570 KB">
    13   <!ENTITY xorg-wacom-driver-buildsize     "6.5 MB (additional 2.3 MB for the tests)">
    14   <!ENTITY xorg-wacom-driver-time          "0.1 SBU">
     11  <!ENTITY xorg-wacom-driver-md5sum        "e6a2e87b73e2744f839c410d41e6cf8d">
     12  <!ENTITY xorg-wacom-driver-size          "580 KB">
     13  <!ENTITY xorg-wacom-driver-buildsize     "10.6 MB (with the test suite)">
     14  <!ENTITY xorg-wacom-driver-time          "0.1 SBU (with the test suite)">
    1515]>
    1616
     
    3535      </para>
    3636
    37       &lfs76_built;
     37      &lfs77_built;
    3838
    3939      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    9393
    9494      <para>
    95         To use a Wacom tablet, enable the following options in your kernel
    96         configuration and recompile:
     95        To use a Wacom tablet with USB interface, enable the following
     96        options in your kernel configuration and recompile. Note that
     97        other configuration options could be required for tablet with a
     98        serial or bluetooth interface:
    9799      </para>
    98100
    99101<screen><literal>Device Drivers  ---&gt;
    100   Input device support  ---&gt;
    101     [*] Tablets  ---&gt;
    102       Wacom Intuos/Graphire tablet support (USB): Y or M</literal></screen>
     102  HID support  ---&gt;
     103    &lt;*/M&gt; HID bus support                                      [CONFIG_HID]
     104            Special HID drivers ---&gt;
     105              &lt;*/M&gt; Wacom Intuos/Graphire tablet support (USB) [CONFIG_HID_WACOM]</literal></screen>
    103106
    104107      <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
  • x/installing/x7driver.xml

    r3e63daa9 r51d044f  
    135135
    136136  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    137     href="x7driver-vmmouse-systemd.xml"/>
     137    href="x7driver-vmmouse.xml"/>
    138138
    139139  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140     href="x7driver-wacom-systemd.xml"/>
     140    href="x7driver-wacom.xml"/>
    141141
    142142  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    156156
    157157  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    158     href="x7driver-vmware-systemd.xml"/>
     158    href="x7driver-vmware.xml"/>
    159159
    160160</sect1>
Note: See TracChangeset for help on using the changeset viewer.