Ignore:
Timestamp:
09/03/2002 01:27:05 AM (22 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4195cd8
Parents:
6641110
Message:

Fix typos in XFree86, add a warning about compiling in a chroot window, and changed XF86Config to XF86Config-4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/dri.xml

    r6641110 r7db5869  
    114114<para>You will also need to create <filename>modversions.h</filename> for the
    115115drivers to compile correctly.
    116 <screen>touch /lib/modules/2.4.18/build/include/linux/modversions.h</screen>
    117 Of course you need to change the version 2.4.18 to your current kernel version
     116<screen>touch /lib/modules/2.4.19/build/include/linux/modversions.h</screen>
     117Of course you need to change the version 2.4.19 to your current kernel version
    118118number.</para>
    119119
    120120
    121121<sect3><title>Compiling the DRI</title>
     122
     123<note><para>
     124If you build XFree86 in a chroot environment, make sure the kernel version of the base
     125system and the target system are the same.
     126</para></note>
     127
     128<warning><para>Do not use -j option for <filename>make</filename></para>
     129</warning>
     130
    122131<para>Build the system by                   
    123132<screen>cd xc &amp;&amp;
    124133make World 2&gt;&amp;1 | tee World.log</screen></para>
    125 
    126 <warning><para>Do not use -j option for <filename>make</filename></para>
    127 </warning>
    128134
    129135<para>Using <userinput>less</userinput> or an editor, examine
     
    135141<listitem><para>For the 3dfx Voodoo, you should see <filename>tdfx.o</filename>
    136142</para></listitem>
    137 <listitem><para>For the Matrox G200/G400, you should see i
     143<listitem><para>For the Matrox G200/G400, you should see
    138144<filename>mga.o</filename>
    139145</para></listitem>
     
    184190                                             
    185191<para>Generally you can start with your existing configuration file,
    186 <filename>/etc/X11/XFConfig</filename>, but if you run into trouble
     192<filename>/etc/X11/XFConfig-4</filename>, but if you run into trouble
    187193you may want to start with a new file as in the basic XFree86 installation.
    188194</para>
    189195
    190 <para>Edit <filename>XF86Config</filename> to ensure
     196<para>Edit <filename>XF86Config-4</filename> to ensure
    191197the following sections are present
    192198<screen>Section "Module"
Note: See TracChangeset for help on using the changeset viewer.