Changeset f5237a8


Ignore:
Timestamp:
09/11/2014 10:53:52 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 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, krejzi/svn, 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:
4e4e52d
Parents:
fd19cc7
Message:

Tags and minor updates

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

Location:
x/installing
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libva.xml

    rfd19cc7 rf5237a8  
    5151    </para>
    5252
    53     &lfs75_checked;
     53    &lfs76_checked;
    5454
    5555    <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/libvdpau.xml

    rfd19cc7 rf5237a8  
    5555    </para>
    5656
    57     &lfs75_checked;
     57    &lfs76_checked;
    5858
    5959    <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7app.xml

    rfd19cc7 rf5237a8  
    148148    implementations.</para>
    149149
    150     &lfs75_checked;
     150    &lfs76_checked;
    151151
    152152    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/installing/x7driver-ati.xml

    rfd19cc7 rf5237a8  
    3636      </para>
    3737
    38       &lfs75_checked;
     38      &lfs76_checked;
    3939
    4040      <note>
     
    140140      </para>
    141141
    142 <screen><literal>CONFIG_EXTRA_FIRMWARE="radeon/BTC_rlc.bin radeon/CAICOS_mc.bin radeon/CAICOS_me.bin radeon/CAICOS_pfp.bin radeon/CAICOS_smc.bin rtl_nic/rtl8168e-3.fw"
     142<screen><literal>CONFIG_EXTRA_FIRMWARE="radeon/BTC_rlc.bin radeon/CAICOS_mc.bin radeon/CAICOS_me.bin
     143radeon/CAICOS_pfp.bin radeon/CAICOS_smc.bin rtl_nic/rtl8168e-3.fw"
    143144CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"</literal></screen>
     145
     146     <note><para>CONFIG_EXTRA_FIRMWARE should all be on one line.  It
     147     is shown above as two lines for presentation only.</para></note>
    144148
    145149      <tip>
  • x/installing/x7driver-synaptics.xml

    rfd19cc7 rf5237a8  
    3636      </para>
    3737
    38       &lfs75_checked;
     38      &lfs76_checked;
    3939
    4040      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    9393      </para>
    9494
    95 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     95<screen><userinput>sed -i '/_H_/ a#include &lt;xorg-server.h&gt;' src/{eventcomm,ps2comm,synproto}.h &amp;&amp;
     96./configure $XORG_CONFIG &amp;&amp;
    9697make</userinput></screen>
    9798
     
    105106
    106107<screen role="root"><userinput>make install</userinput></screen>
     108    </sect3>
     109
     110    <sect3>
     111      <title>Command Explanations</title>
     112      <para>
     113        <command>sed -i ...</command>: This sed fixes building with the latest
     114        version of <application>Glibc</application>.
     115      </para>
    107116    </sect3>
    108117
  • x/installing/x7driver-vesa.xml

    rfd19cc7 rf5237a8  
    3636      </para>
    3737
    38       &lfs75_checked;
     38      &lfs76_checked;
    3939
    4040      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-vmmouse.xml

    rfd19cc7 rf5237a8  
    3434      </para>
    3535
    36       &lfs75_checked;
     36      &lfs76_built;
    3737
    3838      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    7070      </itemizedlist>
    7171
     72      <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     73      <itemizedlist spacing="compact">
     74        <listitem>
     75          <para>
     76            Required patch:
     77            <ulink url="&patch-root;/xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch"/>
     78          </para>
     79        </listitem>
     80      </itemizedlist>
     81
    7282      <bridgehead renderas="sect4">Xorg VMMouse Driver Dependencies</bridgehead>
    7383
     
    90100      </para>
    91101
    92 <screen><userinput>./configure $XORG_CONFIG \
    93             --with-udev-rules-dir=/lib/udev/rules.d \
     102<screen><userinput>patch -Np1 -i ../xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch &amp;&amp;
     103./configure $XORG_CONFIG               \
     104            --without-hal-fdi-dir      \
    94105            --without-hal-callouts-dir \
    95             --without-hal-fdi-dir &amp;&amp;
     106            --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
    96107make</userinput></screen>
    97108
  • x/installing/xcb-util-keysyms.xml

    rfd19cc7 rf5237a8  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/installing/xcb-util-renderutil.xml

    rfd19cc7 rf5237a8  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/installing/xcb-util-wm.xml

    rfd19cc7 rf5237a8  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.