Changeset 04c940c3 for x/installing


Ignore:
Timestamp:
05/25/2006 12:35:43 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c23b62b
Parents:
7be99f2c
Message:

Fixed some typos in various Xorg instructions

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

Location:
x/installing
Files:
3 edited

Legend:

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

    r7be99f2c r04c940c3  
    125125<screen role="root"><userinput>install -v -m755 -D ~/XF86Config.new /etc/X11/XF86Config</userinput></screen>
    126126
    127     <para>As a convienience, Xorg-&xorg7-version; users should populate the
     127    <para>As a convenience, Xorg-&xorg7-version; users should populate the
    128128    <filename class="directory">/etc/X11</filename> directory with symlinks
    129129    to various configuration directories that were located in
  • x/installing/x7server.xml

    r7be99f2c r04c940c3  
    143143
    144144    <para><parameter>--with-dri-driver-path=...</parameter>:  This is the
    145     location of the <application>Mesa</application> dri drivers.</para>
     145    location of the <application>Mesa</application> DRI drivers.</para>
    146146
    147147    <para><parameter>--enable-install-setuid</parameter>: The Xorg binary must
    148148    run as the root user.  This switch ensures that the binary is installed
    149     setuid when make is run by an unprivileged user.</para>
     149    setuid when <command>make</command> is run by an unprivileged user.</para>
    150150
    151151    <para><parameter>--disable-glx</parameter>: Disable building of the GLX
  • x/installing/xorg7.xml

    r7be99f2c r04c940c3  
    6262    <para>Even if you intend to download only the necessary packages, you
    6363    should download the wget file lists.  The list of files are ordered by
    64     dependency, and the package versions listed in the files are know to
     64    dependency, and the package versions listed in the files are known to
    6565    work well with each other.  Newer packages are likely intended for the
    6666    next release of <application>Xorg</application> and have already proved
     
    7272    The instructions assume that all packages have been built.  A
    7373    <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/Xorg-&xorg7-version;">wiki</ulink>
    74     page containing dependency information, is under development.  You are
     74    page containing dependency information is under development.  You are
    7575    encouraged to add to these pages if you discover additional information
    7676    that may be helpful to other users who selectively install individual
Note: See TracChangeset for help on using the changeset viewer.