Ignore:
Timestamp:
06/03/2004 04:57:10 PM (20 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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c9bc781d
Parents:
12b1ef07
Message:

Grammar. Some udates to xorg setuo.

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

File:
1 edited

Legend:

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

    r12b1ef07 r77b3389  
    2020This program brings up a window with three gears turning.  The
    2121<command>xterm</command> will display how many frames were drawn every
    22 five seconds so this is a reasonable benchmark.  The window is scalable, and
     22five seconds, so this is a reasonable benchmark.  The window is scalable, and
    2323the frames drawn per second is highly dependent on the size of
    2424the window.</para>
    2525 
    2626<para>For troubleshooting problems, check the <acronym>DRI</acronym> Users Guide at
    27 <userinput><ulink url="http://dri.sourceforge.net/doc/DRIuserguide.html"/></userinput>.
     27<ulink url="http://dri.sourceforge.net/doc/DRIuserguide.html"/>.
    2828</para>
    2929</sect2>
     
    7474
    7575<para>Now change to the directory where you have your
    76 <application>TrueType</application> fonts and run
     76<application>TrueType</application> fonts and run:
    7777<screen><userinput><command>mkfontscale &amp;&amp;
    7878mkfontdir</command></userinput></screen></para></sect3>
     
    9090<filename>XF86Config</filename> points to the
    9191<application>TrueType</application> font directory</title>
    92 <para>The "Files" section should look like
     92<para>The "Files" section should look like:
    9393<screen>Section "Files"
    9494        ...
     
    109109program.</para>
    110110
    111 <note><para>You should re-run <command>mkfontscale</command> and 
     111<note><para>You should rerun <command>mkfontscale</command> and 
    112112<command>mkfontdir</command> any time you add or delete
    113113<application>TrueType</application> fonts.
     
    151151<para><screen><userinput># Run xdm as a separate service
    152152x:5:respawn:/usr/X11R6/bin/xdm -nodaemon</userinput></screen></para>
     153
     154<para>If Linux-PAM is installed on your system, you should
     155create a PAM entry for xdm by duplicating the login entry
     156using the following command:</para>
     157
     158<para><screen><userinput>cp /etc/pam.d/login /etc/pam.d/xdm</userinput></screen></para>
     159
    153160</sect2>
    154161
     
    162169
    163170<para>The layout of the <filename>~/.Xresources</filename> file consists
    164 if a list of specifications in the form of</para>
     171of a list of specifications in the form of</para>
    165172
    166173<screen>object.subobject[.subobject...].attribute: value</screen>
     
    194201<screen><userinput><command>xrdb -load &lt;filename&gt;</command></userinput></screen>
    195202
    196 <para>To add resources to <application>X</application>'s database in memory use:</para>
     203<para>To add resources to <application>X</application>'s database in memory, use:</para>
    197204<screen><userinput><command>xrdb -merge &lt;filename&gt;</command></userinput></screen>
    198205
Note: See TracChangeset for help on using the changeset viewer.