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-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>
Note: See TracChangeset for help on using the changeset viewer.