Changeset c9bc781d
- Timestamp:
- 06/03/2004 05:23:27 PM (19 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, v5_1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 563bc92
- Parents:
- 77b3389
- Location:
- x
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/xfree86/xfree86-config.xml
r77b3389 rc9bc781d 6 6 Run</para> <screen><userinput><command>ldconfig</command></userinput></screen> 7 7 8 <para>Add <filename class='directory'>/usr/X11R6/bin</filename> to your 9 <envar>PATH</envar> environment 10 variable in <filename>.bash_profile</filename>. The statement should 11 look something like <parameter>PATH=$PATH:/usr/X11R6/bin</parameter> 12 and be placed before the <command>export PATH</command> 13 statement.</para> 8 <para>Ensure <filename class='directory'>/usr/X11R6/bin</filename> is added to your 9 <envar>PATH</envar> environment variable. Instructions for doing this are described 10 in the section "<xref linkend='postlfs-config-profile'/>."</para> 11 12 <para>Expand the <envar>PKG_CONFIG_PATH</envar> so that other packages 13 can find <application>X</application> libraries. Procedures for this are also 14 described in the section "<xref linkend='postlfs-config-profile'/>."</para> 14 15 15 <para>Expand the <envar>PKG_CONFIG_PATH</envar> so that other packages 16 can find <application>XFree86</application> libraries. Add the following line to 17 <filename>.bash_profile</filename> for root user:</para> 18 <screen><userinput><command>export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</command></userinput></screen> 19 20 <para>Run</para> 16 <para>Run:</para> 21 17 <screen><userinput><command>source ~/.bash_profile</command></userinput></screen> 22 18 … … 27 23 a serial mouse on the first serial port would be linked to ttyS1.</para> 28 24 29 <para>Create the <filename>XF86Config</filename> file with 25 <para>Create the <filename>XF86Config</filename> file with: 30 26 <screen><userinput><command>cd ~ 31 27 XFree86 -configure</command></userinput></screen> … … 67 63 </itemizedlist> 68 64 69 <para>Test the system with 65 <para>Test the system with: 70 66 <screen><userinput><command>XFree86 -xf86config ~/XF86Config.new</command></userinput></screen> 71 67 You will only get a gray background with an X-shaped mouse cursor, but it … … 75 71 wrong.</para> 76 72 77 <para>Move the configuration file to its final location </para>73 <para>Move the configuration file to its final location:</para> 78 74 <screen><userinput><command>mv ~/XF86Config.new /etc/X11/XF86Config</command></userinput></screen> 79 75 80 <para>Create <filename>.xinitrc</filename> 76 <para>Create <filename>.xinitrc</filename>: 81 77 <screen><userinput><command>cat > ~/.xinitrc << "EOF"</command> 82 78 # Begin .xinitrc file … … 106 102 </note> 107 103 108 <para>Start <application>X</application> with 104 <para>Start <application>X</application> with: 109 105 <screen><userinput><command>startx</command></userinput></screen> 110 to get basic functional <application>X</application> Window System.</para>106 to get a basic functional <application>X</application> Window System.</para> 111 107 112 108 </sect2> -
x/installing/xfree86/xfree86-desc.xml
r77b3389 rc9bc781d 46 46 47 47 <sect3><title>twm</title> 48 <para><command>twm</command> is a Tab Window Manager for the48 <para><command>twm</command> (Tab Window Manager) is a window manager included with the 49 49 <application>X</application> Window System.</para></sect3> 50 50 -
x/installing/xfree86/xfree86-exp.xml
r77b3389 rc9bc781d 7 7 <envar>WORLDOPTS</envar>="" disables the default setting to continue after 8 8 encountering an error. <parameter>2>&1</parameter> redirects error messages 9 to the same location as normaloutput. The <command>tee</command> command9 to the same location as standard output. The <command>tee</command> command 10 10 allows viewing of the output while logging the results to a file. The parentheses 11 around the command run the entire comand in a subshell and finally the11 around the command runs the entire comand in a subshell and finally the 12 12 <command>exit $PIPESTATUS</command> ensures the result of the <command>make</command> 13 13 is returned as the result and not the result of the <command>tee</command> command.</para> -
x/installing/xfree86/xfree86-inst.xml
r77b3389 rc9bc781d 2 2 <title>Installation of <application>XFree86</application></title> 3 3 4 <sect3> 5 <title>Kernel Compilation Settings</title> 6 <para>If you have an Intel P6 (Pentium Pro, Pentium II and later), it is recommended 7 that you compile <acronym>MTRR</acronym> (Memory Type Range Registers) support into the kernel. 8 The kernel can map Cyrix and AMD <acronym>CPU</acronym>s to the9 <acronym>MTRR</acronym> interface, so selecting this 10 option is useful for those processors also. 11 This option is found in the 12 "Processor type and features" menu. It can increase performance of 13 image writeoperations 2.5 times or more on <acronym>PCI</acronym> or4 <sect3> 5 <title>Kernel Compilation Settings</title> 6 7 <para>If you have an Intel P6 (Pentium Pro, Pentium II and later), it is 8 recommended that you compile <acronym>MTRR</acronym> (Memory Type Range 9 Registers) support into the kernel. The kernel can map Cyrix and AMD 10 <acronym>CPU</acronym>s to the <acronym>MTRR</acronym> interface, so selecting 11 this option is useful for those processors also. This option is found in the 12 "Processor type and features" menu. It can increase performance of image write 13 operations 2.5 times or more on <acronym>PCI</acronym> or 14 14 <acronym>AGP</acronym> video cards.</para> 15 15 -
x/installing/xfree86/xfree86-intro.xml
r77b3389 rc9bc781d 2 2 <title>Introduction to <application>XFree86</application></title> 3 3 4 <para><application>XFree86</application> is a freely redistributable open-source 5 implementation of the 6 <application>X</application> Window System. <application>XFree86</application> provides a client/server 7 interface between display 8 hardware (the mouse, keyboard, and video displays) and the desktop environment, 9 while also providing both the windowing infrastructure and a standardized 10 application interface (<acronym>API</acronym>).</para> 4 <para><application>XFree86</application> is a freely redistributable 5 open-source implementation of the <application>X</application> Window System. 6 <application>XFree86</application> provides a client/server interface between 7 display hardware (the mouse, keyboard, and video displays) and the desktop 8 environment, while also providing both the windowing infrastructure and a 9 standardized application interface (<acronym>API</acronym>).</para> 11 10 12 11 <sect3><title>Package information</title> -
x/xorg/xorg.xml
r77b3389 rc9bc781d 322 322 323 323 <para>Expand the <envar>PKG_CONFIG_PATH</envar> so that other packages 324 can find <application>X org</application> libraries. Procedures for this are also324 can find <application>X</application> libraries. Procedures for this are also 325 325 described in the section "<xref linkend='postlfs-config-profile'/>."</para> 326 326
Note:
See TracChangeset
for help on using the changeset viewer.