Ignore:
Timestamp:
01/13/2005 05:20:16 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5d34b74
Parents:
7ee9849
Message:

Shortened line lengths in instructions through Chapter 32 (700 pages)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg.xml

    r7ee9849 r47603ac1  
    5959<sect3><title>Package information</title>
    6060<itemizedlist spacing='compact'>
    61 <listitem><para>Download (HTTP): <ulink url="&xorg-download-http;"/></para></listitem>
    62 <listitem><para>Download (FTP): <ulink url="&xorg-download-ftp;"/></para></listitem>
    63 <listitem><para>Download size: &xorg-size;</para></listitem>
    64 <listitem><para>Estimated disk space required: &xorg-buildsize;</para></listitem>
    65 <listitem><para>Estimated build time: &xorg-time;</para></listitem></itemizedlist>
     61<listitem><para>Download (HTTP):
     62<ulink url="&xorg-download-http;"/></para></listitem>
     63<listitem><para>Download (FTP):
     64<ulink url="&xorg-download-ftp;"/></para></listitem>
     65<listitem><para>Download size:
     66&xorg-size;</para></listitem>
     67<listitem><para>Estimated disk space required:
     68&xorg-buildsize;</para></listitem>
     69<listitem><para>Estimated build time:
     70&xorg-time;</para></listitem></itemizedlist>
    6671</sect3>
    6772 
     
    201206 
    202207/* System Related Information.  If you read and configure only one
    203  * section then it should be this one.  The Intel architecture defaults are
    204  * set for a i686 and higher.  Axp is for the Alpha architecture and Ppc is
    205  * for the Power PC.  AMD64 is for the Opteron processor. Note that there have
    206  * been reports that the Ppc optimization line causes segmentation faults during
    207  * build.  If that happens, try building without the DefaultGcc2PpcOpt line.  ***********/
    208  
    209 /* #define DefaultGcc2i386Opt -O2 -fno-strength-reduce -fno-strict-aliasing -march=i686 */
    210 /* #define DefaultGccAMD64Opt -O2 -fno-strength-reduce -fno-strict-aliasing */
     208 * section then it should be this one.  The Intel architecture defaults
     209 * are set for a i686 and higher.  Axp is for the Alpha architecture
     210 * and Ppc is for the Power PC.  AMD64 is for the Opteron processor.
     211 * Note that there have been reports that the Ppc optimization line
     212 * causes segmentation faults during build.  If that happens, try
     213 * building without the DefaultGcc2PpcOpt line.  ***********/
     214 
     215/* #define DefaultGcc2i386Opt -O2 -fno-strength-reduce \
     216                              -fno-strict-aliasing -march=i686 */
     217/* #define DefaultGccAMD64Opt -O2 -fno-strength-reduce \
     218                              -fno-strict-aliasing */
    211219/* #define DefaultGcc2AxpOpt  -O2 -mcpu=ev6 */
    212220/* #define DefaultGcc2PpcOpt  -O2 -mcpu=750 */
     
    219227
    220228/*
    221  * Which drivers to build.  When building a static server, each of these
    222  * will be included in it.  When building the loadable server each of these
    223  * modules will be built.
     229 * Which drivers to build.  When building a static server, each of
     230 * these will be included in it.  When building the loadable server
     231 * each of these modules will be built.
    224232 *
    225233#define XF86CardDrivers         mga glint nv tga s3virge sis rendition \
     
    227235                                cirrus vmware tseng trident chips apm \
    228236                                GlideDriver fbdev i128 \
    229                                 ati AgpGartDrivers DevelDrivers ark cyrix \
    230                                 siliconmotion \
    231                                 vesa vga XF86OSCardDrivers XF86ExtraCardDrivers
     237                                ati AgpGartDrivers DevelDrivers ark \
     238                                cyrix siliconmotion vesa vga \
     239                                XF86OSCardDrivers XF86ExtraCardDrivers
    232240*/
    233241
     
    237245#define XInputDrivers           mouse keyboard acecad calcomp citron \
    238246                                digitaledge dmc dynapro elographics \
    239                                 microtouch mutouch penmount spaceorb summa \
    240                                 wacom void magictouch aiptek
     247                                microtouch mutouch penmount spaceorb \
     248                                summa wacom void magictouch aiptek
    241249 */
    242250
Note: See TracChangeset for help on using the changeset viewer.