Changeset 0f82fcc for x/installing


Ignore:
Timestamp:
05/14/2006 08:56:55 AM (18 years ago)
Author:
Andrew Benton <andy@…>
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:
a13e403
Parents:
299f8f3
Message:

Trimmed the xfree86 host.def and put the stuff that was removed on the wiki
so that people can discuss options they like.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xfree86.xml

    r299f8f3 r0f82fcc  
    235235<literal>/* Begin XFree86 host.def file */
    236236
    237 /* System Related Information.  If you read and configure only one
    238  * section then it should be this one.  The Intel architecture defaults
    239  * are set for a i686 and higher.  Axp is for the Alpha architecture
    240  * and Ppc is for the Power PC.  Note that there have been reports that
    241  * the Ppc optimization line causes segmentation faults during build.
    242  * If that happens, try building without the DefaultGcc2PpcOpt line. */
    243 
    244 /* #define DefaultGcc2i386Opt  -O2 -fomit-frame-pointer -march=i686 */
    245 /* #define DefaultGcc2AxpOpt   -O2 -mcpu=ev6 */
    246 /* #define DefaultGcc2PpcOpt   -O2 -mcpu=750 */
    247 
    248 /* The following definitions are normally set properly by XFree86's
    249  * scripts. You can uncomment them if you want to make sure. *********/
    250 
    251 /* #define HasMTRRSupport      YES  */ /* Enabled in kernel; */
    252                                        /* see kernel docs */
    253 /* #define HasMMXSupport        NO  */ /* Any i586 or above */
    254 /* #define HasKatmaiSupport     NO  */ /* PIII SSE instructions */
    255 /* #define Has3DNowSupport      NO  */ /* AMD instructions */
    256 
    257 
    258237/* This setting reduces compile time a little by omitting rarely used
    259238 * input devices.  You can find the complete list in
     
    262241#define XInputDrivers                 mouse void
    263242
    264 /* VIDEO DRIVERS ****************************************************/
    265 
    266 /* If you are sure you only want the drivers for one or a few video
     243/* VIDEO DRIVERS ****************************************************
     244 * If you are sure you only want the drivers for one or a few video
    267245 * cards, you can delete the drivers you do not want. ***************/
    268 
    269246
    270247#define XF86CardDrivers  mga glint nv tga s3 s3virge sis rendition \
     
    277254                         dummy XF86OSCardDrivers XF86ExtraCardDrivers
    278255
    279 
    280 /* USER AND SYSTEM DEFAULT PATHS *************************************/
    281 
    282 /* These settings set the PATH variables used by xdm. See README for */
    283 /* detailed description and modify the following as per your need. ***/
    284 
    285 /* #define DefaultSystemPath \
    286        /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin */
    287 /* #define DefaultUserPath /usr/bin:/bin:/usr/X11R6/bin */
    288 
    289 /* FONT SERVER AND LIBRARY SETTINGS **********************************/
    290 
    291 /* These settings are the defaults  **********************************/
    292 
    293 /* #define BuildFontServer       YES  */ /*For Ghostscript Print Server*/
    294 /* #define SharedLibFont         YES  */
    295 /* #define CompressAllFonts      YES  */
    296 /* #define GzipFontCompression   YES  */
    297 
    298256/* These settings ensure we use our libraries ************************/
    299257#define HasFreetype2             YES
     
    303261#define HasZlib                  YES
    304262
    305 /* INTERNATIONAL FONTS.  Change to YES if you need any of them.  These
    306  * are the defaults. **************************************************/
    307 
    308 /* #define BuildCyrillicFonts            NO  */
    309 /* #define BuildArabicFonts              NO  */
    310 /* #define BuildISO8859_6Fonts           NO  */
    311 /* #define BuildGreekFonts               NO  */
    312 /* #define BuildISO8859_7Fonts           NO  */
    313 /* #define BuildHebrewFonts              NO  */
    314 /* #define BuildISO8859_8Fonts           NO  */
    315 /* #define BuildKOI8_RFonts              NO  */
    316 /* #define BuildJapaneseFonts            NO  */
    317 /* #define BuildJISX0201Fonts            NO  */
    318 /* #define BuildKoreanFonts              NO  */
    319 /* #define BuildChineseFonts             NO  */
    320 
    321 /* DOCUMENTATION SETTINGS ********************************************/
    322 
    323 /* These setting are the defaults. ***********************************/
    324 
    325 /* #define BuildLinuxDocHtml        NO  */  /* X Docs in Html format */
    326 /* #define BuildLinuxDocPS          NO  */  /* PostScript format */
    327 /* #define BuildAllSpecsDocs        NO  */  /* Various docs */
    328 /* #define BuildHtmlManPages        NO  */
    329 
    330 /* GENERAL SETTINGS: You generally want to leave these alone when
    331  * building X on an LFS system ***************************************/
    332 
    333 #define GccWarningOptions         -pipe /* Speed up compiles */
    334 #define TermcapLibrary            -lncurses
    335 #define XprtServer                YES /* Needed by realplayer */
    336 #define XnestServer               YES
    337 #define XAppLoadDir               EtcX11Directory/app-defaults
    338 #define VarLibDir                 /var/lib
    339 #define XFree86Devel               NO
    340 #define FSUseSyslog               YES
    341 #define ThreadedX                 YES
    342 #define HasPam                     NO
    343 #define SystemManDirectory        /usr/share/man /*Instead of /usr/man*/
    344 #define HasLibCrypt               YES
    345 #define InstallXinitConfig        YES
    346 #define InstallXdmConfig          YES
    347 #define ForceNormalLib            YES
    348 #define BuildSpecsDocs             NO
     263/* GENERAL SETTINGS */
     264
     265#define SystemManDirectory        /usr/share/man
    349266#define DocDir                    /usr/share/doc/xfree86-4.6.0
    350267
     
    353270
    354271/* #define ProjectRoot            /usr */
    355 /* #define LinkGLToUsrLib         NO */
    356 /* #define LinkGLToUsrInclude     NO */
     272/* #define LinkGLToUsrLib         NO   */
     273/* #define LinkGLToUsrInclude     NO   */
    357274
    358275/* End XFree86 host.def file */</literal>
    359276EOF</userinput></screen>
    360277
    361       <para>Edit the file for your hardware and desires.</para>
     278      <para>Edit the file for your hardware and desires. You can find more
     279      options by reading the other files in
     280      <filename class="directory">xc/config/cf</filename></para>
    362281
    363282    </sect3>
Note: See TracChangeset for help on using the changeset viewer.