Changeset c9bc781d


Ignore:
Timestamp:
06/03/2004 05:23:27 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:
563bc92
Parents:
77b3389
Message:

Grammar changes in xfree86

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

Location:
x
Files:
6 edited

Legend:

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

    r77b3389 rc9bc781d  
    66Run</para> <screen><userinput><command>ldconfig</command></userinput></screen>
    77
    8 <para>Add <filename class='directory'>/usr/X11R6/bin</filename> to your
    9 <envar>PATH</envar> environment
    10 variable in <filename>.bash_profile</filename>.  The statement should
    11 look something like <parameter>PATH=$PATH:/usr/X11R6/bin</parameter>
    12 and be placed before the <command>export PATH</command>
    13 statement.</para>
     8<para>Ensure <filename class='directory'>/usr/X11R6/bin</filename> is added to your
     9<envar>PATH</envar> environment variable. Instructions for doing this are described
     10in the section "<xref linkend='postlfs-config-profile'/>."</para>
     11 
     12<para>Expand the <envar>PKG_CONFIG_PATH</envar> so that other packages
     13can find <application>X</application> libraries. Procedures for this are also
     14described in the section "<xref linkend='postlfs-config-profile'/>."</para>
    1415
    15 <para>Expand the <envar>PKG_CONFIG_PATH</envar> so that other packages
    16 can find <application>XFree86</application> libraries. Add the following line to
    17 <filename>.bash_profile</filename> for root user:</para>
    18 <screen><userinput><command>export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</command></userinput></screen>
    19 
    20 <para>Run</para>
     16<para>Run:</para>
    2117<screen><userinput><command>source ~/.bash_profile</command></userinput></screen>
    2218
     
    2723a serial mouse on the first serial port would be linked to ttyS1.</para>
    2824
    29 <para>Create the <filename>XF86Config</filename> file with
     25<para>Create the <filename>XF86Config</filename> file with:
    3026<screen><userinput><command>cd ~
    3127XFree86 -configure</command></userinput></screen>
     
    6763</itemizedlist>
    6864
    69 <para>Test the system with
     65<para>Test the system with:
    7066<screen><userinput><command>XFree86 -xf86config ~/XF86Config.new</command></userinput></screen>
    7167You will only get a gray background with an X-shaped mouse cursor, but it
     
    7571wrong.</para>
    7672
    77 <para>Move the configuration file to its final location</para>
     73<para>Move the configuration file to its final location:</para>
    7874<screen><userinput><command>mv ~/XF86Config.new /etc/X11/XF86Config</command></userinput></screen>
    7975
    80 <para>Create <filename>.xinitrc</filename>
     76<para>Create <filename>.xinitrc</filename>:
    8177<screen><userinput><command>cat &gt; ~/.xinitrc &lt;&lt; "EOF"</command>
    8278# Begin .xinitrc file
     
    106102</note>
    107103
    108 <para>Start <application>X</application> with
     104<para>Start <application>X</application> with:
    109105<screen><userinput><command>startx</command></userinput></screen>
    110 to get basic functional <application>X</application> Window System.</para>
     106to get a basic functional <application>X</application> Window System.</para>
    111107
    112108</sect2>
  • x/installing/xfree86/xfree86-desc.xml

    r77b3389 rc9bc781d  
    4646
    4747<sect3><title>twm</title>
    48 <para><command>twm</command> is a Tab Window Manager for the
     48<para><command>twm</command> (Tab Window Manager) is a window manager included with the
    4949<application>X</application> Window System.</para></sect3>
    5050
  • x/installing/xfree86/xfree86-exp.xml

    r77b3389 rc9bc781d  
    77<envar>WORLDOPTS</envar>="" disables the default setting to continue after
    88encountering an error. <parameter>2&gt;&amp;1</parameter> redirects error messages
    9 to the same location as normal output. The <command>tee</command> command
     9to the same location as standard output. The <command>tee</command> command
    1010allows viewing of the output while logging the results to a file. The parentheses
    11 around the command run the entire comand in a subshell and finally the
     11around the command runs the entire comand in a subshell and finally the
    1212<command>exit $PIPESTATUS</command> ensures the result of the <command>make</command>
    1313is returned as the result and not the result of the <command>tee</command> command.</para>
  • x/installing/xfree86/xfree86-inst.xml

    r77b3389 rc9bc781d  
    22<title>Installation of <application>XFree86</application></title>
    33
    4 <sect3>
    5 <title>Kernel Compilation Settings</title>
    6 <para>If you have an Intel P6 (Pentium Pro, Pentium II and later), it is recommended
    7 that you compile <acronym>MTRR</acronym> (Memory Type Range Registers) support into the kernel.
    8 The kernel can map Cyrix and AMD <acronym>CPU</acronym>s to the
    9 <acronym>MTRR</acronym> interface, so selecting this
    10 option is useful for those processors also.
    11 This option is found in the
    12 "Processor type and features" menu.  It can increase performance of
    13 image write operations 2.5 times or more on <acronym>PCI</acronym> or
     4<sect3> 
     5<title>Kernel Compilation Settings</title> 
     6
     7<para>If you have an Intel P6 (Pentium Pro, Pentium II and later), it is
     8recommended that you compile <acronym>MTRR</acronym> (Memory Type Range
     9Registers) support into the kernel.  The kernel can map Cyrix and AMD
     10<acronym>CPU</acronym>s to the <acronym>MTRR</acronym> interface, so selecting
     11this option is useful for those processors also.  This option is found in the
     12"Processor type and features" menu.  It can increase performance of image write
     13operations 2.5 times or more on <acronym>PCI</acronym> or
    1414<acronym>AGP</acronym> video cards.</para>
    1515
  • x/installing/xfree86/xfree86-intro.xml

    r77b3389 rc9bc781d  
    22<title>Introduction to <application>XFree86</application></title>
    33
    4 <para><application>XFree86</application> is a freely redistributable open-source
    5 implementation of the
    6 <application>X</application> Window System. <application>XFree86</application> provides a client/server
    7 interface between display
    8 hardware (the mouse, keyboard, and video displays) and the desktop environment,
    9 while also providing both the windowing infrastructure and a standardized
    10 application interface (<acronym>API</acronym>).</para>
     4<para><application>XFree86</application> is a freely redistributable
     5open-source implementation of the <application>X</application> Window System.
     6<application>XFree86</application> provides a client/server interface between
     7display hardware (the mouse, keyboard, and video displays) and the desktop
     8environment, while also providing both the windowing infrastructure and a
     9standardized application interface (<acronym>API</acronym>).</para>
    1110
    1211<sect3><title>Package information</title>
  • x/xorg/xorg.xml

    r77b3389 rc9bc781d  
    322322 
    323323<para>Expand the <envar>PKG_CONFIG_PATH</envar> so that other packages
    324 can find <application>Xorg</application> libraries. Procedures for this are also
     324can find <application>X</application> libraries. Procedures for this are also
    325325described in the section "<xref linkend='postlfs-config-profile'/>."</para>
    326326
Note: See TracChangeset for help on using the changeset viewer.