Ignore:
Timestamp:
10/14/2003 12:31:45 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2e4404d0
Parents:
d6d87319
Message:

patch for whitespace

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xfree86/xfree86-inst.xml

    rd6d87319 r5836d75  
    1717support on your motherboard.  If you do not know the chipset, you may select
    1818all the chip types at the expense of extra kernel size. You can usually
    19 determine your motherboard's chipset by doing:
    20 <screen><userinput><command>cat /proc/pci</command></userinput></screen></para>
     19determine your motherboard's chipset by doing:</para>
     20<screen><userinput><command>cat /proc/pci</command></userinput></screen>
    2121
    2222<para>In the "Character Devices" section, <emphasis>disable</emphasis> Direct
     
    3333to support as a <emphasis>module</emphasis>.</para>
    3434
    35 <para>If you made any changes to the kernel configuration, recompile with
     35<para>If you made any changes to the kernel configuration, recompile with</para>
    3636<screen><userinput>make dep &amp;&amp;
    3737make bzImage &amp;&amp;
    3838make modules &amp;&amp;
    3939make modules_install</userinput></screen>
    40 </para>
    4140
    4241<para>Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
     
    7069</para></note>
    7170
    72 <para><screen><userinput><command>cat &gt; config/cf/host.def &lt;&lt; "EOF"</command>
     71<screen><userinput><command>cat &gt; config/cf/host.def &lt;&lt; "EOF"</command>
    7372/* Begin XFree86 host.def file */
    7473
     
    185184
    186185/* End XFree86 host.def file */
    187 <command>EOF</command></userinput></screen></para>
     186<command>EOF</command></userinput></screen>
    188187
    189188<para>Edit the file for your hardware and desires.</para>
Note: See TracChangeset for help on using the changeset viewer.