Changeset 5836d75


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

Location:
x/installing
Files:
4 edited

Legend:

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

    rd6d87319 r5836d75  
    1212like:</para>
    1313
    14 <para><screen>(II) R128(0): Direct rendering enabled</screen></para>
     14<screen>(II) R128(0): Direct rendering enabled</screen>
    1515
    1616<para>From an <command>xterm</command>, run <command>glxinfo</command> and look for the phrase:</para>
     
    100100<sect3><title>Update the font cache files</title>
    101101<para>Finally, to update all the font
    102 cache files specified in <filename>/etc/fonts/fonts.conf</filename>, run
     102cache files specified in <filename>/etc/fonts/fonts.conf</filename>, run</para>
    103103<screen><userinput><command>fc-cache</command></userinput></screen>
    104 </para>
    105104
    106105<para><application>XFree86</application> will now be able to use
     
    128127of the <filename>XF86Config</filename> file.  For example:</para>
    129128
    130 <para><screen>   Section "InputDevice"
     129<screen>   Section "InputDevice"
    131130     Identifier          "Keyboard0"
    132131     Driver              "Keyboard"
     
    134133     Option "XkbLayout"  "en_US,ru"
    135134     Option "XkbOptions" "grp:switch,grp:alt_shift_toggle,grp_led:scroll"
    136    EndSection</screen></para>
     135   EndSection</screen>
    137136
    138137<para>In this example, you can use the Alt-Shift combination to switch
     
    164163if a list of specifications in the form of</para>
    165164
    166 <para><screen>object.subobject[.subobject...].attribute: value</screen></para>
     165<screen>object.subobject[.subobject...].attribute: value</screen>
    167166
    168167<para>Typically, components of a resource specification are linked together
     
    176175use one of these resources, you need to add the following line:</para>
    177176
    178 <para><screen>Xcursor.theme: whiteglass</screen></para>
     177<screen>Xcursor.theme: whiteglass</screen>
    179178
    180179<para>However, you can specify the background for all clients with:</para>
    181180
    182 <para><screen>*background: blue</screen></para>
     181<screen>*background: blue</screen>
    183182
    184183<para>More specific resource variables will override less specific names. </para>
  • x/installing/xfree86/xfree86-config.xml

    rd6d87319 r5836d75  
    44<para>Edit <filename>/etc/ld.so.conf</filename> and add
    55<filename class="directory">/usr/X11R6/lib</filename>.
    6 Run <screen><userinput><command>ldconfig</command></userinput></screen></para>
     6Run</para> <screen><userinput><command>ldconfig</command></userinput></screen>
    77
    88<para>Add <filename class='directory'>/usr/X11R6/bin</filename> to your
     
    1313statement.</para>
    1414
    15 <para>Run
    16 <screen><userinput><command>source ~/.bash_profile</command></userinput></screen></para>
     15<para>Run</para>
     16<screen><userinput><command>source ~/.bash_profile</command></userinput></screen>
    1717
    1818<para>Set up your mouse:
     
    7171wrong.</para>
    7272
    73 <para>Move the configuration file to its final location
    74 <screen><userinput><command>mv ~/XF86Config.new /etc/X11/XF86Config</command></userinput></screen></para>
     73<para>Move the configuration file to its final location</para>
     74<screen><userinput><command>mv ~/XF86Config.new /etc/X11/XF86Config</command></userinput></screen>
    7575
    7676<para>Create <filename>.xinitrc</filename>
  • 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>
  • x/installing/xfree86/xfree86-intro.xml

    rd6d87319 r5836d75  
    7878
    7979<para>The fixes subdirectory also has a <filename>SUMS.md5sum</filename> and this can be checked against
    80 the patch file:
    81 <screen><filename>md5sum 4.3.0-4.3.0.1.diff.gz</filename></screen></para>
     80the patch file:</para>
     81<screen><filename>md5sum 4.3.0-4.3.0.1.diff.gz</filename></screen>
    8282
    8383<para>After unpacking the <filename>X430src-?.tgz</filename> files, change to the
Note: See TracChangeset for help on using the changeset viewer.