Changeset bfb65d5
- Timestamp:
- 02/06/2005 03:34:15 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- cd2f7a1
- Parents:
- 2826127
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/xorg.xml
r2826127 rbfb65d5 176 176 <para><application>Xorg</application> insists on putting 177 177 its boot and profile scripts into the <filename 178 class="directory">/etc</filename> directory even if we specifically tell179 itnot to compile anything Xprint server or client related (see178 class="directory">/etc</filename> directory even if specifically told 179 not to compile anything Xprint server or client related (see 180 180 <filename>host.def</filename> below). The following command will 181 181 suppress any such modifications: … … 191 191 <para>When building <application>Xorg</application>, you should create a shadow 192 192 directory of symbolic links for the compiled code. To do that, first make 193 <command>lndir</command>. Starting from the <filename class='directory'>xc</filename> directory: 193 <command>lndir</command>. Starting from the 194 <filename class='directory'>xc</filename> directory: 194 195 </para> 195 196 … … 201 202 <screen><userinput role='root'><command>cp lndir /usr/bin/</command></userinput></screen> 202 203 203 <para>And back as a regular user: :</para>204 <para>And back as a regular user:</para> 204 205 <screen><userinput><command>popd</command></userinput></screen> 205 206 … … 305 306 ( make World 2>&1 | tee xorg-compile.log && exit $PIPESTATUS )</command></userinput></screen> 306 307 307 <para>Again asas the root user:</para>308 <para>Again as the root user:</para> 308 309 309 310 <screen><userinput role='root'><command>make install && … … 462 463 the <filename>/etc/rc.d/init.d/cleanfs</filename> startup script.</para> 463 464 464 <screen><userinput ><command>cat >> /etc/sysconfig/createfiles << "EOF"</command>465 <screen><userinput role='root'><command>cat >> /etc/sysconfig/createfiles << "EOF"</command> 465 466 /tmp/.ICE-unix dir 1777 root root 466 467 <command>EOF</command></userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.