Changeset ac31743


Ignore:
Timestamp:
08/25/2009 11:10:36 PM (15 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
7def0c7d
Parents:
ce666ab
Message:

Corrected text issues for #2811

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

File:
1 edited

Legend:

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

    rce666ab rac31743  
    5959    <systemitem class="username">root</systemitem> user:</para>
    6060
    61 <screen role="root"><userinput>for file in $XORG_PREFIX/{lib/X11/xinit,share/X11/{app-defaults,twm,xkb}}
     61<screen role="root"><userinput>mkdir -p /etc/X11 &amp;&amp;
     62for file in $XORG_PREFIX/{lib/X11/xinit,share/X11/{app-defaults,twm,xkb}}
    6263do
    6364     mv -v $file /etc/X11/ 2&gt; /dev/null &amp;&amp;
     
    7172    <title>Configuring The X Window System</title>
    7273
    73     <para>If you've installed the X Window System in any prefix other than
    74     <filename>/usr</filename>, become the <systemitem
    75     class="username">root</systemitem> user and update the library linker's
    76     cache by adding <filename class='directory'>/usr/X11R6/lib</filename>
    77     to <filename>/etc/ld.so.conf</filename> and running
    78     <command>ldconfig</command>.</para>
    79 
    80     <para>Additionally, while still the <systemitem
    81     class="username">root</systemitem> user, ensure
    82     <filename class="directory">/usr/X11R6/bin</filename> and
    83     <filename class="directory">/usr/X11R6/lib/pkgconfig</filename> are added
    84     to the <envar>PATH</envar> and <envar>PKG_CONFIG_PATH</envar>
    85     environment variables, respectively. Instructions for doing this are
    86     described in the section <xref linkend="postlfs-config-profile"/>.</para>
    87 
    88     <para>Ensure you replace
    89     <filename class="directory">/usr/X11R6</filename> with
    90     <envar>$XORG_PREFIX</envar> in the previous two paragraphs if you did not
    91     create the compatibility symlink in the previous step.</para>
    92 
    9374    <para>As the <systemitem class="username">root</systemitem> user
    9475    create a basic X Window System configuration file with the following
     
    10687    <filename>xorg.conf.new</filename>, in your home directory.</para>
    10788
     89<!--
    10890    <para>Recent versions of <application>xorg-server</application> force the
    10991    use of the evdev input driver, and ignore legacy input devices defined in
     
    119101EndSection
    120102EOF</userinput></screen>
     103-->
    121104
    122105    <para>Edit the newly created configuration file to suit your system. The
     
    127110      <listitem>
    128111        <para>Section "Files". Change the order of the font paths searched.
    129         You may want to put 100dpi fonts ahead of 75dpi fonts if your system
    130         normally comes up closer to 100 dots per inch. You may want to remove
     112        You may want to put 75dpi fonts ahead of 100dpi fonts if your system
     113        normally comes up closer to 75 dots per inch. You may want to remove
    131114        some font directories completely.</para>
    132115      </listitem>
     
    168151    wrong.</para>
    169152
    170     <para>As the <systemitem class="username">root</systemitem> user, create
    171     the configuration directory and move the configuration file to the new
    172     directory:</para>
    173 
    174 <screen role="root"><userinput>install -v -m644 -D ~/xorg.conf.new /etc/X11/xorg.conf</userinput></screen>
     153    <para>As the <systemitem class="username">root</systemitem> user, move the
     154    configuration file to the new directory:</para>
     155
     156<screen role="root"><userinput>install -v -m644 ~/xorg.conf.new /etc/X11/xorg.conf</userinput></screen>
    175157
    176158    <para>As the <systemitem class="username">root</systemitem> user, create
     
    472454          <para><ulink url="http://dejavu.sourceforge.net/">DejaVu fonts</ulink>
    473455          - These fonts are replacements for the Bitstream Vera fonts and
    474           provide Latin-based scripts with accents and Cyrillic glyphs.
    475           The DejaVu fonts by are not aliased to the generic family names
    476           by default, so <filename>/etc/fonts/fonts.conf</filename> will
    477           have to be edited for it to be recognized by the generic names such
    478           as "Sans".  This will be described below.</para>
     456          provide Latin-based scripts with accents and Cyrillic glyphs.</para>
    479457        </listitem>
    480458        <listitem>
Note: See TracChangeset for help on using the changeset viewer.