Changeset be1cb17
- Timestamp:
- 09/20/2003 07:07:33 AM (21 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, 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:
- d4f610c
- Parents:
- da23cf6a
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
rda23cf6a rbe1cb17 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "200309 19">6 <!ENTITY releasedate "September 19th, 2003">5 <!ENTITY version "20030920"> 6 <!ENTITY releasedate "September 20th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
rda23cf6a rbe1cb17 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 20th, 2003 [bdubbs] : Updated XFree86 instructions 14 to use kernel compiler for kernel modules.</para></listitem> 12 15 13 16 <listitem><para>September 19th, 2003 [igor] : updated ALSA packages -
x/installing/xfree86/xfree86-exp.xml
rda23cf6a rbe1cb17 23 23 symbolic links. They are intended for utilization by users only."</para> 24 24 25 <para><userinput>make -f Makefile.linux</userinput> : This builds the 26 XFree86 compatible kernel modules.</para> 25 <para><userinput>make CC=/opt/gcc-2.95.3/bin/gcc -f Makefile.linux</userinput> : This builds the 26 XFree86 compatible kernel modules using the same compiler used to compile 27 the kernel.</para> 27 28 28 29 <para><userinput>cp gamma.o radeon.o sis.o r128.o i810.o i830.o mga.o tdfx.o -
x/installing/xfree86/xfree86-inst.xml
rda23cf6a rbe1cb17 207 207 208 208 <para><screen><userinput>cd programs/Xserver/hw/xfree86/os-support/linux/drm/kernel && 209 make -f Makefile.linux &&209 make CC=/opt/gcc-2.95.3/bin/gcc -f Makefile.linux && 210 210 mkdir -p /lib/modules/`uname -r`/kernel/drivers/char/drm/ && 211 211 cp gamma.o radeon.o sis.o r128.o i810.o i830.o mga.o tdfx.o \ -
x/installing/xfree86/xfree86-intro.xml
rda23cf6a rbe1cb17 2 2 <title>Introduction to XFree86</title> 3 3 4 <screen>Download location (HTTP): <ulink url="&xfree86-download-http;"/> 5 Download location (FTP): <ulink url="&xfree86-download-ftp;"/> 6 Version used: &xfree86-version; 7 Package size: &xfree86-size; 8 Estimated Disk space required: &xfree86-buildsize; 9 Estimated build time: 75m (667 MHz)</screen> 10 11 12 <para>XFree86 is a freely redistributable open-source implementation of the 13 X Window System. XFree86 provides a client/server interface between display 4 <para><application>XFree86</application> is a freely redistributable open-source 5 implementation of the 6 X Window System. <application>XFree86</application> provides a client/server 7 interface between display 14 8 hardware (the mouse, keyboard, and video displays) and the desktop environment 15 9 while also providing both the windowing infrastructure and a standardized 16 10 application interface (API).</para> 17 11 18 <para><screen>XFree86 depends on: 19 <xref linkend="libpng"/></screen></para> 20 21 <para>The following packages are included in the XFree86 package, however they 22 are updated more often than the XFree86 package and are highly recommended: 23 <screen><xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></screen> 24 </para> 25 26 <note><para>If you choose to not install these separate packages, the 27 <filename>host.def</filename> file below will have to be modified to 28 instruct XFree86 build them.</para></note> 12 <sect3><title>Package information</title> 13 <itemizedlist spacing='compact'> 14 <listitem><para>Download (HTTP): <ulink url="&xfree86-download-http;"/></para></listitem> 15 <listitem><para>Download (FTP): <ulink url="&xfree86-download-ftp;"/></para></listitem> 16 <listitem><para>Download size: &xfree86-size;</para></listitem> 17 <listitem><para>Estimated Disk space required: &xfree86-buildsize;</para></listitem> 18 <listitem><para>Estimated build time: &xfree86-time;</para></listitem></itemizedlist> 19 </sect3> 29 20 30 21 31 <para>There are several files that need to be fetched from the download location: 32 <screen>X430src-1.tgz 10736 KB 33 X430src-2.tgz 7776 KB 34 X430src-3.tgz 12077 KB 35 X430src-4.tgz 12604 KB 36 X430src-5.tgz 4286 KB 37 X430src-6.tgz 7886 KB 38 X430src-7.tgz 9099 KB</screen></para> 22 <sect3><title><application>XFree86</application> dependencies</title> 23 24 <sect4><title>Required</title> 25 <para><xref linkend="libpng"/>.</para> 26 </sect4> 27 28 <sect4><title>Recommended</title> 29 <para>The following packages are included in the <application>XFree86</application> package, 30 however they 31 are updated more often than the XFree86 package and are highly recommended: 32 <xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></para> 33 34 <note><para>If you choose to not install these separate packages, the 35 <filename>host.def</filename> file below will have to be modified to 36 instruct XFree86 build them.</para></note> 37 </sect4> 38 39 </sect3> 40 41 42 <sect3><title>Download Instructions</title> 43 44 <para>There are several files that need to be fetched from the download location:</para> 45 <itemizedlist spacing='compact'> 46 <listitem><para><filename>X430src-1.tgz</filename></para></listitem> 47 <listitem><para><filename>X430src-2.tgz</filename></para></listitem> 48 <listitem><para><filename>X430src-3.tgz</filename></para></listitem> 49 <listitem><para><filename>X430src-4.tgz</filename></para></listitem> 50 <listitem><para><filename>X430src-5.tgz</filename></para></listitem> 51 <listitem><para><filename>X430src-6.tgz</filename></para></listitem> 52 <listitem><para><filename>X430src-7.tgz</filename></para></listitem> 53 </itemizedlist> 39 54 40 55 <para>You should also download the patch file: 41 56 <ulink url="ftp://ftp.xfree86.org/pub/XFree86/4.3.0/fixes/4.3.0-4.3.0.1.diff.gz" /></para> 42 57 43 <para>The first three packages are the XFree86 programs, the fourth and fifth are fonts, 58 <para>The first three packages are the <application>XFree86</application> programs, 59 the fourth and fifth are fonts, 44 60 the sixth is normal documentation, and the seventh is hardcopy documentation. 45 61 There are also two packages <filename>doctools-1.3.1.tgz</filename>, which … … 61 77 <para>The fixes subdirectory also has a SUMS.md5sum and this can be checked against 62 78 the patch file: 63 <screen> md5sum 4.3.0-4.3.0.1.diff.gz</screen></para>79 <screen><filename>md5sum 4.3.0-4.3.0.1.diff.gz</filename></screen></para> 64 80 65 81 <para>After unpacking the <filename>X430src-?.tgz</filename> files, change to the … … 68 84 patch -Np1 -i 4.3.0-4.3.0.1.diff</screen></para> 69 85 86 </sect3> 70 87 </sect2> -
x/installing/xfree86/xfree86.ent
rda23cf6a rbe1cb17 6 6 <!ENTITY xfree86-config SYSTEM "xfree86-config.xml"> 7 7 <!ENTITY xfree86-buildsize "633 MB"> 8 <!ENTITY xfree86-version "4.3.0 ">8 <!ENTITY xfree86-version "4.3.0.1"> 9 9 <!ENTITY xfree86-download-http ""> 10 10 <!ENTITY xfree86-download-ftp "ftp://ftp.xfree86.org/pub/XFree86/4.3.0/source/"> 11 <!ENTITY xfree86-size " 137MB">12 <!ENTITY xfree86-time " 56.24SBU">11 <!ENTITY xfree86-size "64 MB"> 12 <!ENTITY xfree86-time "13.8 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.