Changeset 7db5869
- Timestamp:
- 09/03/2002 01:27:05 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4195cd8
- Parents:
- 6641110
- Location:
- x/installing
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/dri.xml
r6641110 r7db5869 114 114 <para>You will also need to create <filename>modversions.h</filename> for the 115 115 drivers to compile correctly. 116 <screen>touch /lib/modules/2.4.1 8/build/include/linux/modversions.h</screen>117 Of course you need to change the version 2.4.1 8to your current kernel version116 <screen>touch /lib/modules/2.4.19/build/include/linux/modversions.h</screen> 117 Of course you need to change the version 2.4.19 to your current kernel version 118 118 number.</para> 119 119 120 120 121 121 <sect3><title>Compiling the DRI</title> 122 123 <note><para> 124 If you build XFree86 in a chroot environment, make sure the kernel version of the base 125 system and the target system are the same. 126 </para></note> 127 128 <warning><para>Do not use -j option for <filename>make</filename></para> 129 </warning> 130 122 131 <para>Build the system by 123 132 <screen>cd xc && 124 133 make World 2>&1 | tee World.log</screen></para> 125 126 <warning><para>Do not use -j option for <filename>make</filename></para>127 </warning>128 134 129 135 <para>Using <userinput>less</userinput> or an editor, examine … … 135 141 <listitem><para>For the 3dfx Voodoo, you should see <filename>tdfx.o</filename> 136 142 </para></listitem> 137 <listitem><para>For the Matrox G200/G400, you should see i143 <listitem><para>For the Matrox G200/G400, you should see 138 144 <filename>mga.o</filename> 139 145 </para></listitem> … … 184 190 185 191 <para>Generally you can start with your existing configuration file, 186 <filename>/etc/X11/XFConfig </filename>, but if you run into trouble192 <filename>/etc/X11/XFConfig-4</filename>, but if you run into trouble 187 193 you may want to start with a new file as in the basic XFree86 installation. 188 194 </para> 189 195 190 <para>Edit <filename>XF86Config </filename> to ensure196 <para>Edit <filename>XF86Config-4</filename> to ensure 191 197 the following sections are present 192 198 <screen>Section "Module" -
x/installing/xfree86/xfree86-config.xml
r6641110 r7db5869 69 69 <para> 70 70 Move the confiuration file to its final location 71 <screen>mv ~/XF86Config.new /etc/X11/XF86Config </screen>71 <screen>mv ~/XF86Config.new /etc/X11/XF86Config-4</screen> 72 72 </para> 73 73 <para> -
x/installing/xfree86/xfree86-inst.xml
r6641110 r7db5869 44 44 appropriately and run <userinput>lilo</userinput>. 45 45 </para> 46 47 <note><para> 48 If you build XFree86 in a chroot environment, make sure the kernel version of the base 49 system and the target system are the same. This is especially important if you 50 enabled DRI support as a module as instructed above. 51 </para></note> 46 52 47 53 </sect3> … … 172 178 <para>Install XFree86 by running the following commands:</para> 173 179 180 174 181 <para><screen><userinput>patch -Np1 -i ../4.2.0-libGLU-bad-extern.patch &&</userinput> 175 182 <userinput>make World 2>&1 | tee xfree-compile.log &&</userinput> -
x/installing/xfree86/xfree86-intro.xml
r6641110 r7db5869 8 8 Estimated build time: 63m (667 MHz)</screen> 9 9 10 <para><screen>XFree86 depends on: <xref linkend="zlib"/></screen></para>10 <para><screen>XFree86 depends on: LFS base installation</screen></para> 11 11 12 12 <para>Because XFree86 is such a large package, you may find that
Note:
See TracChangeset
for help on using the changeset viewer.