Changeset 071a954
- Timestamp:
- 03/02/2003 10:18:58 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 75eb07d6
- Parents:
- c20016d
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc20016d r071a954 10 10 11 11 <itemizedlist> 12 13 <listitem><para>March 2nd, 2003 [bdubbs]: XFree86: updated to 14 version 4.3. Removed freetype 1. Updated XFree86 configuration. 15 </para></listitem> 12 16 13 17 <listitem><para>March 2nd, 2003 [larry]: Xsoft: updated to -
x/installing/installing.xml
rc20016d r071a954 4 4 5 5 &xfree86; 6 &x-installing-truetype; 7 &x-installing-dri; 6 &x-setup; 8 7 9 8 </chapter> -
x/installing/xfree86/xfree86-config.xml
rc20016d r071a954 4 4 <para>Edit <filename>/etc/ld.so.conf</filename> and add 5 5 <filename>/usr/X11R6/lib</filename>. 6 Run <screen> ldconfig</screen></para>6 Run <screen><userinput>ldconfig</userinput></screen></para> 7 7 8 8 <para>Add <filename>/usr/X11R6/bin</filename> to your PATH environment … … 13 13 14 14 <para>Run 15 <screen> source ~/.bash_profile</screen></para>15 <screen><userinput>source ~/.bash_profile</userinput></screen></para> 16 16 17 17 <para>Set up your mouse: -
x/installing/xfree86/xfree86-exp.xml
rc20016d r071a954 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>make World 2>&1 | tee xfree-compile.log &&</userinput>: 5 This command runs multiple makefiles to completely rebuild the system. 4 <para><userinput>WORLDOPTS="" make World 2>&1 | tee xfree-compile.log</userinput>: 5 This command runs multiple makefiles to completely rebuild the system. 6 WORLDOPTS="" disables the default setting to continue after encountering an error. 6 7 <userinput>2>&1</userinput> redirects error messages to the same location 7 8 as normal output. The <userinput>tee</userinput> command allows viewing of -
x/installing/xfree86/xfree86-inst.xml
rc20016d r071a954 20 20 <para>In the "Character Devices" section, <emphasis>disable</emphasis> Direct 21 21 Rendering Manager unless you have a Direct Rendering Infrastructure (DRI) 22 supported video card. See the DRI section below for a list. If you do 23 enable DRI here, make sure you select the video card(s) you want to support 24 as a <emphasis>module</emphasis>.</para> 22 supported video card. A complete list of DRI supported video cards can 23 be found at <ulink url="http://dri.sourceforge.net" /> in the Status section. 24 Currently, 25 supported cards include those from 3dfx (Voodoo, Banshee), 3Dlabs, 26 ATI (Rage Pro, Rage 128, 27 Radeon 7X00, Radeon 2), Intel (i810, i815), and Matrox (G200, G400, G450). 28 Additionally NVidia provides their own closed source binary drivers. 29 If you do enable DRI here, make sure you select the video card(s) you want 30 to support as a <emphasis>module</emphasis>.</para> 25 31 26 32 <para>If you made any changes to the kernel configuration, recompile with … … 34 40 <filename>/usr/src/linux/System.map</filename> to 35 41 <filename>/boot</filename>, edit <filename>/etc/lilo.conf</filename> 36 appropriately and run <userinput>lilo</userinput>.</para> 42 appropriately and run <filename>lilo</filename>. If you use 43 <filename>grub</filename>, edit <filename>/boot/grub/grub.conf</filename> 44 and add the new kernel to the boot menu. 45 </para> 37 46 38 47 <note><para>If you build XFree86 in a chroot environment, make sure the kernel … … 66 75 * You can uncomment them if you want to make sure. ************************/ 67 76 68 /* #define HasMTRRSupport YES */ /* Enabled in kernel see kernel docs 77 /* #define HasMTRRSupport YES */ /* Enabled in kernel see kernel docs*/ 69 78 /* #define HasMMXSupport NO */ /* Any i586 or above */ 70 79 /* #define HasKatmaiSupport NO */ /* PIII SSE instuctions */ … … 82 91 * you can delete the drivers you do not want. *****************************/ 83 92 84 #define XF86CardDrivers mga glint nv tga s3virge rendition \ 85 cirrus vmware tseng chips apm \ 86 fbdev i128 \ 87 ati AgpGartDrivers DevelDrivers ark cyrix \ 88 vesa vga XF86OSCardDrivers 93 94 #define XF86CardDrivers mga glint nv tga s3 s3virge sis rendition \ 95 neomagic i740 tdfx savage \ 96 cirrus vmware tseng trident chips apm \ 97 GlideDriver fbdev i128 nsc \ 98 ati i810 AgpGartDrivers DevelDrivers ark \ 99 cyrix siliconmotion \ 100 vesa vga \ 101 dummy XF86OSCardDrivers XF86ExtraCardDrivers 102 89 103 90 104 /* FONT SERVER AND LIBRARY SETTINGS ****************************************/ 91 105 92 /* These setting should be set by default, but we are making sure.*********/106 /* These settings are the defaults ***************************************/ 93 107 94 #define BuildFontServer YES /* Need for GhostScript Print Server*/95 #define SharedLibFont YES 96 #define CompressAllFonts YES 97 #define GzipFontCompression YES 108 /* #define BuildFontServer YES */ /* For GhostScript Print Server*/ 109 /* #define SharedLibFont YES */ 110 /* #define CompressAllFonts YES */ 111 /* #define GzipFontCompression YES */ 98 112 99 /* These setting ensure we use the proper version of freetype**************/113 /* These settings ensure we use our libraries ******************************/ 100 114 #define HasFreetype2 YES 101 #define BuildFreetype2Library NO 102 #define Freetype2Dir /usr 115 #define HasExpat YES 116 #define HasLibpng YES 117 #define HasZlib YES 103 118 104 119 /* The font path can be redefined in the XF86Config file *******************/ 105 120 121 /* 106 122 #define DefaultFontPath $(FONTDIR)/misc/,$(FONTDIR)/75dpi/,\ 107 123 $(FONTDIR)/100dpi/,$(FONTDIR)/Type1,$(FONTDIR)/local,\ 108 124 $(FONTDIR)/TrueType,$(FONTDIR)/CID,$(FONTDIR)/Speedo 125 */ 126 109 127 110 128 /* INTERNATIONAL FONTS. Change to YES if you need any of them. These are 111 129 * the defaults. ***********************************************************/ 112 130 113 #define BuildCyrillicFonts NO 114 #define BuildArabicFonts NO 115 #define BuildISO8859_6Fonts NO 116 #define BuildGreekFonts NO 117 #define BuildISO8859_7Fonts NO 118 #define BuildHebrewFonts NO 119 #define BuildISO8859_8Fonts NO 120 #define BuildKOI8_RFonts NO 121 #define BuildJapaneseFonts NO 122 #define BuildJISX0201Fonts NO 123 #define BuildKoreanFonts NO 124 #define BuildChineseFonts NO 131 /* #define BuildCyrillicFonts NO */ 132 /* #define BuildArabicFonts NO */ 133 /* #define BuildISO8859_6Fonts NO */ 134 /* #define BuildGreekFonts NO */ 135 /* #define BuildISO8859_7Fonts NO */ 136 /* #define BuildHebrewFonts NO */ 137 /* #define BuildISO8859_8Fonts NO */ 138 /* #define BuildKOI8_RFonts NO */ 139 /* #define BuildJapaneseFonts NO */ 140 /* #define BuildJISX0201Fonts NO */ 141 /* #define BuildKoreanFonts NO */ 142 /* #define BuildChineseFonts NO */ 125 143 126 144 /* DOCUMENTATION SETTINGS **************************************************/ … … 128 146 /* These setting are the defaults. *****************************************/ 129 147 130 #define BuildLinuxDocHtml NO /* X Docs in Html format */ 131 #define BuildLinuxDocPS NO /* X Docs in PostScript format */ 132 #define BuildAllSpecsDocs NO /* Various docs */ 133 #define BuildHtmlManPages NO 134 135 /* Linux Distribution Information - Not essential that it is totally right.*/ 136 137 #define LinuxDistribution LFS 148 /* #define BuildLinuxDocHtml NO */ /* X Docs in Html format */ 149 /* #define BuildLinuxDocPS NO */ /* PostScript format */ 150 /* #define BuildAllSpecsDocs NO */ /* Various docs */ 151 /* #define BuildHtmlManPages NO */ 138 152 139 153 /* GENERAL SETTINGS: You generally want to leave these alone when 140 154 * building X on an LFS system *********************************************/ 141 155 142 #define GccWarningOptions -pipe 156 #define GccWarningOptions -pipe /* Speed up compiles */ 143 157 #define TermcapLibrary -lncurses 144 158 #define XprtServer YES /* Needed by realplayer */ … … 149 163 #define FSUseSyslog YES 150 164 #define ThreadedX YES 151 #define HasZlib YES152 #define HasNCurses YES153 165 #define HasPam NO 154 #define SystemManDirectory /usr/share/man 166 #define SystemManDirectory /usr/share/man /* Instead of /usr/man */ 155 167 #define HasLibCrypt YES 156 168 #define InstallXinitConfig YES … … 171 183 172 184 173 <para><screen><userinput>patch -Np1 -i ../4.2.0-4.2.1.diff && 174 make World 2>&1 | tee xfree-compile.log && 185 <para><screen><userinput>WORLDOPTS="" make World 2>&1 | tee xfree-compile.log && 175 186 make install && 176 187 make install.man && -
x/installing/xfree86/xfree86-intro.xml
rc20016d r071a954 6 6 Package size: &xfree86-size; 7 7 Estimated Disk space required: &xfree86-buildsize; 8 Estimated build time: 63m (667 MHz)</screen>8 Estimated build time: 75m (667 MHz)</screen> 9 9 10 <para><screen>XFree86 depends on: <xref linkend="freetype2"/> </screen></para>10 <para><screen>XFree86 depends on: <xref linkend="freetype2"/>, <xref linkend="expat"/>, and <xref linkend="libpng"/>.</screen></para> 11 11 12 12 <para>XFree86 is a freely redistributable open-source implementation of the … … 17 17 18 18 <para>There are several files that need to be fetched from the download location: 19 <screen>X420src-1.tgz 25354 KB 20 X420src-2.tgz 22683 KB 21 X420src-3.tgz 9089 KB</screen></para> 19 <screen>X430src-1.tgz 10736 KB 20 X430src-2.tgz 7776 KB 21 X430src-3.tgz 12077 KB 22 X430src-4.tgz 12604 KB 23 X430src-5.tgz 4286 KB 24 X430src-6.tgz 7886 KB 25 X430src-7.tgz 9099 KB</screen></para> 22 26 23 <para>In addition, the following file will be needed: 24 <screen><ulink url="ftp://ftp.xfree86.org/pub/XFree86/4.2.1/patches/4.2.0-4.2.1.diff.gz"/></screen></para> 27 <para>The first three packages are the XFree86 programs, the fourth and fifth are fonts, 28 the sixth is normal documantation, and the seventh is hardcopy documentation. 29 There are also two packages <filename>doctools-1.3.1.tgz</filename>, which 30 contain programs to regenerate hardcopy documentation, and 31 <filename>utils-1.1.0.tgz</filename>, which contain <filename>gnutar</filename> 32 and <filename>zlib</filename> which are already installed on an LFS system. 33 </para> 34 35 <para>To check your downloads for integrity, download the <filename>SUMS.md5sum</filename> 36 file. Then: 37 <screen>md5sum X430src* > md5sums && 38 diff md5sums SUMS.md5sum</screen> 39 The only differences you should see are for <filename>README</filename>, 40 <filename>doctools-1.3.1.tgz</filename>, and utils-1.1.0.tgz files if you did 41 not downlaod them. 42 </para> 25 43 </sect2> -
x/installing/xfree86/xfree86.ent
rc20016d r071a954 5 5 <!ENTITY xfree86-desc SYSTEM "xfree86-desc.xml"> 6 6 <!ENTITY xfree86-config SYSTEM "xfree86-config.xml"> 7 <!ENTITY xfree86-buildsize " 535MB">8 <!ENTITY xfree86-version "4. 2.1">9 <!ENTITY xfree86-download "ftp://ftp.xfree86.org/pub/XFree86/4. 2.0/source/">10 <!ENTITY xfree86-size "1 08MB">7 <!ENTITY xfree86-buildsize "633 MB"> 8 <!ENTITY xfree86-version "4.3.0"> 9 <!ENTITY xfree86-download "ftp://ftp.xfree86.org/pub/XFree86/4.3.0/source/"> 10 <!ENTITY xfree86-size "137 MB"> 11 11 <!ENTITY xfree86-time "56.24 SBU"> -
x/wm/enlightenment/enlightenment-intro.xml
rc20016d r071a954 13 13 <screen>enlightenment depends on: 14 14 <xref linkend="xfree86"/>, <xref linkend="imlib"/>, <xref linkend="fnlib"/> and freetype-1.3.1 15 (<xref linkend="x- installing-truetype"/>)15 (<xref linkend="x-setup"/>) 16 16 enlightenment will utilize: 17 17 <xref linkend="GTK"/>, <xref linkend="esound"/> and <xref linkend="libghttp"/> -
x/x.ent
rc20016d r071a954 3 3 <!-- Installing X --> 4 4 <!ENTITY x-installing SYSTEM "installing/installing.xml"> 5 <!ENTITY x-installing-truetype SYSTEM "installing/truetype.xml"> 6 <!ENTITY x-installing-dri SYSTEM "installing/dri.xml"> 5 <!ENTITY x-setup SYSTEM "installing/xfree86-setup.xml"> 7 6 <!ENTITY % xfree86 SYSTEM "installing/xfree86/xfree86.ent"> 8 7 %xfree86;
Note:
See TracChangeset
for help on using the changeset viewer.