Changeset 692e12c for x


Ignore:
Timestamp:
06/04/2004 11:51:46 PM (20 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_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a3b2641
Parents:
21eeb86
Message:

cleanup

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

Location:
x
Files:
2 edited

Legend:

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

    r21eeb86 r692e12c  
    2626
    2727<sect4><title>Optional</title>
    28 <para>The following packages are included in the <application>XFree86</application> package,
     28<para><xref linkend="Linux_PAM"/> and the following packages are included in the <application>XFree86</application> package,
    2929however they
    3030are updated more often than the <application>XFree86</application> package and are highly recommended:
    31 <xref linkend="expat"/>, <xref linkend="freetype2"/>, <xref linkend="fontconfig"/>, and
    32 <xref linkend="Linux_PAM"/>.</para>
     31<xref linkend="expat"/>, <xref linkend="freetype2"/>, <xref linkend="fontconfig"/>.</para>
    3332
    3433<note><para>If you choose not to install <application>expat</application>,
  • x/xorg/xorg.xml

    r21eeb86 r692e12c  
    140140
    141141<sect3><title>Setting Up a Shadow Directory</title> 
    142 <para>When building, <application>Xorg</application> you should create
     142<para>When building <application>Xorg</application>, you should create
    143143a shadow directory of symbolic links for the compiled code.  To do that, we first
    144144make the <application>lndir</application>.  Starting from the
     
    331331a serial mouse on the first serial port would be linked to ttyS1.</para>
    332332 
    333 <para>Create the <filename>xorg.conf</filename> file with
     333<para>Create the <filename>xorg.conf</filename> file with:
    334334<screen><userinput><command>cd ~
    335335Xorg -configure</command></userinput></screen>
     
    370370 
    371371</itemizedlist>
    372 <para>Test the system with
     372<para>Test the system with:
    373373<screen><userinput><command>X -xf86config ~/xorg.conf.new</command></userinput></screen>
    374374You will only get a gray background with an X-shaped mouse cursor, but it
     
    378378wrong.</para>
    379379 
    380 <para>Move the configuration file to its final location</para>
     380<para>Move the configuration file to its final location:</para>
    381381<screen><userinput><command>mv ~/xorg.conf.new /etc/X11/xorg.conf</command></userinput></screen>
    382382 
    383 <para>Create <filename>.xinitrc</filename>
     383<para>Create <filename>.xinitrc</filename>:
    384384<screen><userinput><command>cat &gt; ~/.xinitrc &lt;&lt; "EOF"</command>
    385385# Begin .xinitrc file
Note: See TracChangeset for help on using the changeset viewer.