Changeset 7b7468c1


Ignore:
Timestamp:
05/14/2006 12:29:16 PM (18 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4880b3d2
Parents:
a13e403
Message:

Text cleanups on the Xfree page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xfree86.xml

    ra13e403 r7b7468c1  
    278278      <para>Edit the file for your hardware and desires. You can find more
    279279      options by reading the other files in
    280       <filename class="directory">xc/config/cf</filename></para>
     280      <filename class="directory">xc/config/cf</filename> and on the wiki.
     281      <ulink url='&blfs-wiki;/XFree86-&xfree86-version;'/></para>
    281282
    282283    </sect3>
     
    301302
    302303<screen role="root"><userinput>make install &amp;&amp;
    303 make install.man &amp;&amp;
    304 ln -v -s ../X11R6/bin /usr/bin/X11 &amp;&amp;
     304make install.man</userinput></screen>
     305
     306      <para>If you installed <application>XFree86</application> into the default
     307      prefix, <filename class="directory">/usr/X11R6</filename>, make these
     308      symlinks to work around some applications which look for things in the
     309      wrong place. As <systemitem class="username">root</systemitem>:</para>
     310
     311<screen role="root"><userinput>ln -v -s ../X11R6/bin /usr/bin/X11 &amp;&amp;
    305312ln -v -s ../X11R6/lib/X11 /usr/lib/X11 &amp;&amp;
    306313ln -v -s ../X11R6/include/X11 /usr/include/X11</userinput></screen>
     
    308315      <para>The <application>XFree86</application> fonts have been installed
    309316      outside of <application>Fontconfig</application>'s default search path
    310       of <filename class="directory">/usr/share/fonts</filename>.  In order
     317      of <filename class="directory">/usr/share/fonts</filename>. In order
    311318      for <application>Fontconfig</application> to find the installed TrueType
    312       fonts, you should make symlinks to their directories.  Assuming you've
    313       installed <application>XFree86</application> in the default prefix, run the
    314       following commands as the <systemitem class="username">root</systemitem>
    315       user:</para>
     319      fonts, you should make symlinks to their directories. If you installed
     320      <application>XFree86</application> with the prefix
     321      <filename class="directory">/usr</filename>, omit /X11R6 from the
     322      following commands. As <systemitem class="username">root</systemitem>:
     323      </para>
    316324
    317325<screen role="root"><userinput>install -d -m755 /usr/share/fonts &amp;&amp;
     
    323331      <application>XExtensions</application> extension libraries but does not
    324332      install the corresponding <application>pkg-config</application> files.
    325       Create the files by issuing the following commands as the
    326       <systemitem class="username">root</systemitem> user:</para>
     333      Create the files with these commands. If you installed
     334      <application>XFree86</application> with the prefix
     335      <filename class="directory">/usr</filename>, omit /X11R6 from the
     336      paths. As <systemitem class="username">root</systemitem>:</para>
    327337
    328338<screen role="root"><userinput>cat &gt; /usr/X11R6/lib/pkgconfig/xrender.pc &lt;&lt; "EOF"
     
    365375
    366376    <para><command>sed -i 's:^.*asm.* ... fbdevhw.c</command>: This sed fixes a
    367     problem compiling against kernel headers since linux-2.6.8.</para>
     377    problem compiling against headers from kernels newer than linux-2.6.8.</para>
    368378
    369379    <para><command>sed -i -e "s@^#include &lt;linux/config.h&gt;@...</command>:
     
    397407    </note>
    398408
    399     <para><command>ln -v -sf ...</command>: These commands are present to
     409    <para><command>ln -v -s ...</command>: These commands are present to
    400410    enable other (broken) packages to build against
    401411    <application>XFree86</application>, even though the Filesystem Hierarchy
Note: See TracChangeset for help on using the changeset viewer.