Changeset 0d2f891 for x/installing


Ignore:
Timestamp:
10/02/2003 08:01:04 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0482b012
Parents:
b9ad2f9a
Message:

removed extraneous exp files, tagged chapter 26

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1273 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/installing
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xfree86-setup.xml

    rb9ad2f9a r0d2f891  
    143143<!-- ================================================== -->
    144144<sect2>
    145 <title>Setting up xdm</title>
    146 <para><filename>xdm</filename> provides a graphical logon capability and is
     145<title>Setting up XDM</title>
     146<para><command>xdm</command> provides a graphical logon capability and is
    147147normally set up in <filename>/etc/inittab</filename>.  Most of the information
    148 you need to customize <filename>xdm</filename> is found in its man page.  To
    149 execute xdm during bootup, change the initdefault level to 5 and
     148you need to customize <command>xdm</command> is found in its man page.  To
     149execute <command>xdm</command> during bootup, change the initdefault level to 5 and
    150150add the following lines to
    151151<filename>/etc/inittab</filename>:</para>
    152152
    153 <para><screen># Run xdm as a separate service
    154 x:5:respawn:/usr/X11R6/bin/xdm -nodaemon</screen></para>
    155 </sect2>
    156 
    157 <!-- ================================================== -->
    158 <sect2>
    159 <title>Using XFree86 Resources</title>
    160 <para>There are many options that can be set in XFree86 and X clients via
     153<para><screen><userinput># Run xdm as a separate service
     154x:5:respawn:/usr/X11R6/bin/xdm -nodaemon</userinput></screen></para>
     155</sect2>
     156
     157<!-- ================================================== -->
     158<sect2>
     159<title>Using <application>XFree86</application> Resources</title>
     160<para>There are many options that can be set in
     161<application>XFree86</application> and <application>X</application> clients via
    161162resources.  Typically resources are set in the <filename>~/.Xresources</filename>
    162163file.</para>
     
    188189respective client.</para>
    189190
    190 <para>In order to load your resources, the <filename>xrdb</filename>
     191<para>In order to load your resources, the <command>xrdb</command>
    191192program must be
    192193called with the appropriate parameters.  Typically, the first time
    193194resources are loaded, you use:</para>
    194195
    195 <para><screen>xrdb -load &lt;filename&gt;</screen></para>
    196 
    197 <para>To add resources to XFree86's database in memory use:</para>
    198 <para><screen>xrdb -merge &lt;filename&gt;</screen></para>
    199 
    200 <para>The <filename>xrdb</filename> instruction is usually placed in
     196<screen><userinput><command>xrdb -load &lt;filename&gt;</command></userinput></screen>
     197
     198<para>To add resources to <application>XFree86</application>'s database in memory use:</para>
     199<screen><userinput><command>xrdb -merge &lt;filename&gt;</command></userinput></screen>
     200
     201<para>The <command>xrdb</command> instruction is usually placed in
    201202<filename>~/.xinitrc</filename> or <filename>~/.xsession</filename>.
    202 To get more information, see the <filename>xrdb</filename> man page.</para>
     203To get more information, see the xrdb man page.</para>
    203204</sect2>
    204205
  • x/installing/xfree86/xfree86-config.xml

    rb9ad2f9a r0d2f891  
    11<sect2>
    2 <title>Configuring XFree86</title>
     2<title>Configuring <application>XFree86</application></title>
    33
    44<para>Edit <filename>/etc/ld.so.conf</filename> and add
    5 <filename>/usr/X11R6/lib</filename>.
    6 Run <screen><userinput>ldconfig</userinput></screen></para>
     5<filename class="directory">/usr/X11R6/lib</filename>.
     6Run <screen><userinput><command>ldconfig</command></userinput></screen></para>
    77
    88<para>Add <filename class='directory'>/usr/X11R6/bin</filename> to your
    99<envar>PATH</envar> environment
    1010variable in <filename>.bash_profile</filename>.  The statement should
    11 look something like <userinput>PATH=$PATH:/usr/X11R6/bin</userinput>
    12 and be placed before the <userinput>export PATH</userinput>
     11look something like <parameter>PATH=$PATH:/usr/X11R6/bin</parameter>
     12and be placed before the <command>export PATH</command>
    1313statement.</para>
    1414
    1515<para>Run
    16 <screen><userinput>source ~/.bash_profile</userinput></screen></para>
     16<screen><userinput><command>source ~/.bash_profile</command></userinput></screen></para>
    1717
    1818<para>Set up your mouse:
    19 <screen><userinput>cd /dev
    20 ln -s psaux mouse</userinput></screen>
     19<screen><userinput><command>cd /dev
     20ln -s psaux mouse</command></userinput></screen>
    2121
    2222Adjust the symbolic link as necessary for other types of mice.  For instance,
    2323a serial mouse on the first serial port would be linked to ttyS1.</para>
    2424
    25 <para>Create the XF86Config file with
    26 <screen><userinput>cd ~
    27 XFree86 -configure</userinput></screen>
     25<para>Create the <filename>XF86Config</filename> file with
     26<screen><userinput><command>cd ~
     27XFree86 -configure</command></userinput></screen>
    2828The screen will go black and you may hear some clicking of the monitor.  This
    2929command will create a file, <filename>XF86Config.new</filename> in your home
     
    3232<para>Edit <filename>XF86Config.new</filename> to suit your system.  The
    3333details of the file are located in the man
    34 page <userinput>man XF86Config</userinput>.  Some things you may want to
     34page <command>man XF86Config</command>.  Some things you may want to
    3535do are:</para>
    3636
     
    4242directories completely.</para></listitem>
    4343
    44 <listitem><para>Section "Monitor".  Specify the <userinput>VertRefresh</userinput>
    45 and <userinput>HorizSync</userinput> values if the system does not automatically
     44<listitem><para>Section "Monitor".  Specify the <parameter>VertRefresh</parameter>
     45and <parameter>HorizSync</parameter> values if the system does not automatically
    4646detect the monitor and its values.</para></listitem>
    4747
    4848<listitem><para>Section "InputDevice".  You may want to change the keyboard
    4949autorepeat rate by
    50 adding <userinput>Option "Autorepeat" "250 30"</userinput>.</para></listitem>
     50adding <parameter>Option "Autorepeat" "250 30"</parameter>.</para></listitem>
    5151
    5252<listitem><para>Section "Device".  You may want to set some of the options
     
    5555
    5656<listitem><para>Section "Screen".  Add a DefaultDepth statement such
    57 as: <userinput>DefaultDepth 16</userinput>. In the SubSection for your
     57as: <parameter>DefaultDepth 16</parameter>. In the SubSection for your
    5858default depth, add a modes line such
    59 as: <userinput> Modes "1280x1024" "1024x768"</userinput>.
     59as: <parameter> Modes "1280x1024" "1024x768"</parameter>.
    6060The first mode listed will normally be the starting
    6161resolution.</para></listitem>
     
    6464
    6565<para>Test the system with
    66 <screen><userinput>XFree86 -xf86config ~/XF86Config.new</userinput></screen>
     66<screen><userinput><command>XFree86 -xf86config ~/XF86Config.new</command></userinput></screen>
    6767You will only get a gray background with an X-shaped mouse cursor, but it
    6868confirms the system is working.  Exit with Control-Alt-Backspace.  If the
     
    7272
    7373<para>Move the configuration file to its final location
    74 <screen><userinput>mv ~/XF86Config.new /etc/X11/XF86Config</userinput></screen></para>
     74<screen><userinput><command>mv ~/XF86Config.new /etc/X11/XF86Config</command></userinput></screen></para>
    7575
    7676<para>Create <filename>.xinitrc</filename>
    77 <screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     77<screen><userinput><command>cat &gt; ~/.xinitrc &lt;&lt; "EOF"</command>
    7878# Begin .xinitrc file
    7979xterm  -g 80x40+0+0   &amp;
    8080xclock -g 100x100-0+0 &amp;
    8181twm
    82 EOF</userinput></screen>
     82<command>EOF</command></userinput></screen>
    8383This provides an initial screen with an xterm and a clock that is managed by a
    8484simple window manager, Tab Window Manager.  For details of twm, see the
    8585man page.</para>
    8686
    87 <para>Start X with
    88 <screen><userinput>startx</userinput></screen>
    89 to get basic functional X Window System.</para>
     87<para>Start <application>X</application> with
     88<screen><userinput><command>startx</command></userinput></screen>
     89to get basic functional <application>X</application> Window System.</para>
    9090
    9191</sect2>
  • x/installing/xfree86/xfree86-desc.xml

    rb9ad2f9a r0d2f891  
    22<title>Contents</title>
    33
    4 <para>The XFree86 package contains the X Window System for Linux
     4<para>The <application>XFree86</application> package contains the
     5<application>X</application> Window System for Linux
    56(and other operating systems).  It includes
    6 the X server, fonts, xterm, a simple window manager (twm),
     7the <application>X</application> server, fonts, xterm, a simple window manager (twm),
    78various utilities, video output drivers,
    89and various input drivers including the mouse and keyboard.</para>
    910
    10 <para>XFree86 also contains libraries and header files for development of
    11 the X Window System programs.</para>
     11<para><application>XFree86</application> also contains libraries and header files for development of
     12the <application>X</application> Window System programs.</para>
    1213
    1314</sect2>
     
    1617
    1718<note><para>The following list of programs is not comprehensive. The
    18 full list is in <filename>/usr/X11R6/bin</filename>.  For additional
     19full list is in <filename class="directory">/usr/X11R6/bin</filename>.  For additional
    1920information about these programs, see the respective man page.</para></note>
    2021
    2122<sect3>
    2223<title>XFree86</title>
    23 <para>XFree86 is the X11R6 implementation of the X Window System server.
     24<para><application>XFree86</application> is the X11R6 implementation of
     25the <application>X</application> Window System server.
    2426</para></sect3>
    2527
    2628<sect3><title>xf86config</title>
    27 <para>An interactive program for generating an XF86Config file for use with
    28 XFree86 X servers.</para></sect3>
     29<para><command>xf86config</command> is an interactive program for
     30generating an <filename>XF86Config</filename> file for use with
     31<application>XFree86</application> <application>X</application> servers.</para></sect3>
    2932
    3033<sect3><title>xf86cfg</title>
    31 <para>A tool to configure XFree86 that can be used to either write the
     34<para><command>xf86cfg</command> is a tool to configure
     35<application>XFree86</application> that can be used to either write the
    3236initial configuration file or make customizations to the current
    3337configuration.</para></sect3>
    3438
    3539<sect3><title>startx</title>
    36 <para>A script to initialize the X session. It runs xinit.</para></sect3>
     40<para><command>startx</command> is a script to initialize the
     41<application>X</application> session. It runs <command>xinit</command>.</para></sect3>
    3742
    3843<sect3><title>xinit</title>
    39 <para>This program is used to start the X Window System server.</para></sect3>
     44<para><command>xinit</command> is used to start the
     45<application>X</application> Window System server.</para></sect3>
    4046
    4147<sect3><title>twm</title>
    42 <para>A Tab Window Manager for the X Window System.</para></sect3>
     48<para><command>twm</command> is a Tab Window Manager for the
     49<application>X</application> Window System.</para></sect3>
    4350
    4451<sect3><title>xterm</title>
    45 <para>A terminal emulator for X.</para></sect3>
     52<para><command>xterm</command> is a terminal emulator for
     53<application>X</application>.</para></sect3>
    4654
    4755<sect3><title>xwininfo</title>
    48 <para>A window information utility for X.</para></sect3>
     56<para><command>xwininfo</command> is a window information utility for
     57<application>X</application>.</para></sect3>
    4958
    5059<sect3><title>x11perf</title>
    51 <para>An X11 server performance test program.</para></sect3>
     60<para><command>x11perf</command> is an <application>X</application>11 server performance test program.</para></sect3>
    5261
    5362<sect3><title>xlsfonts</title>
    54 <para>A program to list fonts available to the X server.</para></sect3>
     63<para><command>xlsfonts</command> is a program to list fonts available
     64to the <application>X</application> server.</para></sect3>
    5565
    5666<sect3><title>xvidtune</title>
    57 <para>A video mode tuner for XFree86.</para></sect3>
     67<para><command>xvidtune</command> is a video mode tuner for
     68<application>XFree86</application>.</para></sect3>
    5869
    5970<sect3><title>xload</title>
    60 <para>A system load average display for X.</para></sect3>
     71<para><command>xload</command> is a system load average display for
     72<application>X</application>.</para></sect3>
    6173
    6274<sect3><title>xcalc</title>
    63 <para>A scientific calculator for X.</para></sect3>
     75<para><command>xcalc</command> is a scientific calculator for
     76<application>X</application>.</para></sect3>
    6477
    6578<sect3><title>xclock and oclock</title>
    66 <para>Clock programs for X.</para></sect3>
     79<para>Clock programs for <application>X</application>.</para></sect3>
    6780
    6881<sect3><title>xmodmap</title>
    69 <para>A utility for modifying keymaps and pointer button mappings
    70 in X.</para></sect3>
     82<para><command>xmodmap</command> is a utility for modifying keymaps and pointer button mappings
     83in <application>X</application>.</para></sect3>
    7184
    7285</sect2>
  • x/installing/xfree86/xfree86-inst.xml

    rb9ad2f9a r0d2f891  
    11<sect2>
    2 <title>Installation of XFree86</title>
     2<title>Installation of <application>XFree86</application></title>
    33
    44<sect3>
    55<title>Kernel Compilation Settings</title>
    66<para>If you have an Intel P6 (Pentium Pro, Pentium II and later) it is recommended
    7 that you compile MTRR (Memory Type Range Registers) support into the kernel.
    8 The kernel can map Cyrix and AMD CPUs to the MTRR interface so selecting this
     7that you compile <acronym>MTRR</acronym> (Memory Type Range Registers) support into the kernel.
     8The kernel can map Cyrix and AMD <acronym>CPU</acronym>s to the
     9<acronym>MTRR</acronym> interface so selecting this
    910option is useful for those processors also.
    1011This option is found in the
    1112"Processor type and features" menu.  It can increase performance of
    12 image write operations 2.5 times or more on PCI or AGP video cards.</para>
    13 
    14 <para>In the "Character Devices" section, enable AGP Support and select the chipset
     13image write operations 2.5 times or more on <acronym>PCI</acronym> or
     14<acronym>AGP</acronym> video cards.</para>
     15
     16<para>In the "Character Devices" section, enable <acronym>AGP</acronym> Support and select the chipset
    1517support on your motherboard.  If you do not know the chipset, you may select
    1618all the chip types at the expense of extra kernel size. You can usually
    1719determine your motherboard's chipset by doing:
    18 <screen><userinput>cat /proc/pci</userinput></screen></para>
     20<screen><userinput><command>cat /proc/pci</command></userinput></screen></para>
    1921
    2022<para>In the "Character Devices" section, <emphasis>disable</emphasis> Direct
    21 Rendering Manager unless you have a Direct Rendering Infrastructure (DRI)
    22 supported video card.  A complete list of DRI supported video cards can
     23Rendering Manager unless you have a Direct Rendering Infrastructure
     24(<acronym>DRI</acronym>)
     25supported video card.  A complete list of <acronym>DRI</acronym> supported video cards can
    2326be found at <ulink url="http://dri.sourceforge.net" /> in the Status section. 
    2427Currently,
     
    2730Radeon 7X00, Radeon 2), Intel (i810, i815), and Matrox (G200, G400, G450).
    2831Additionally 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
     32If you do enable <acronym>DRI</acronym> here, make sure you select the video card(s) you want
    3033to support as a <emphasis>module</emphasis>.</para>
    3134
     
    4548</para>
    4649
    47 <note><para>If you build XFree86 in a chroot environment, make sure the kernel
     50<note><para>If you build <application>XFree86</application> in a chroot environment, make sure the kernel
    4851version of the base system and the target system are the same.  This is
    49 especially important if you enabled DRI support as a module as
     52especially important if you enabled <acronym>DRI</acronym> support as a module as
    5053instructed above.</para></note>
    5154
     
    5457<sect3><title>Creating <filename>host.def</filename></title>
    5558
    56 <para>Although XFree86 will compile without a host.def file, the following file
     59<para>Although <application>XFree86</application> will compile without a
     60<filename>host.def</filename> file, the following file
    5761is recommended for customizing the installation. Start from
    58 the <filename>xc</filename> directory.</para>
    59 
    60 <note><para>The <filename>host.def</filename> file is a c file, not the
     62the <filename class="directory">xc</filename> directory.</para>
     63
     64<note><para>The <filename>host.def</filename> file is a
     65<application>C</application> file, not the
    6166usual configuration file.  If you make any changes, be sure the comment characters
    6267(<userinput>/*</userinput> and <userinput>*/</userinput>)
     
    6570</para></note>
    6671
    67 <para><screen><userinput>cat &gt; config/cf/host.def &lt;&lt; "EOF"
     72<para><screen><userinput><command>cat &gt; config/cf/host.def &lt;&lt; "EOF"</command>
    6873/* Begin XFree86 host.def file */
    6974
     
    180185
    181186/* End XFree86 host.def file */
    182 EOF</userinput></screen></para>
     187<command>EOF</command></userinput></screen></para>
    183188
    184189<para>Edit the file for your hardware and desires.</para>
     
    188193<sect3>
    189194<title>Build Commands</title>
    190 <para>Install XFree86 by running the following commands:</para>
    191 
    192 
    193 <para><screen><userinput>WORLDOPTS="" make World 2&gt;&amp;1 | tee xfree-compile.log &amp;&amp;
     195<para>Install <application>XFree86</application> by running the following commands:</para>
     196
     197
     198<screen><userinput><command>WORLDOPTS="" make World 2&gt;&amp;1 | tee xfree-compile.log &amp;&amp;
    194199make install &amp;&amp;
    195200make install.man &amp;&amp;
    196201ln -sf /usr/X11R6/bin /usr/bin/X11 &amp;&amp;
    197202ln -sf /usr/X11R6/lib/X11 /usr/lib/X11 &amp;&amp;
    198 ln -sf /usr/X11R6/include/X11 /usr/include/X11</userinput></screen></para>
     203ln -sf /usr/X11R6/include/X11 /usr/include/X11</command></userinput></screen>
    199204
    200205</sect3>
    201206
    202207<sect3>
    203 <title>Updating Direct Rendering Infrastructure (DRI)</title>
    204 <para>If you have one of the supported DRI cards and have enabled DRI kernel modules as explained
     208<title>Updating Direct Rendering Infrastructure (<acronym>DRI</acronym>)</title>
     209<para>If you have one of the supported <acronym>DRI</acronym> cards and
     210have enabled <acronym>DRI</acronym> kernel modules as explained
    205211above, you now need to update the kernel modules to ensure they are compatible with the
    206 current version of XFree86.  To do this, perform the following:</para>
    207 
    208 <para><screen><userinput>cd programs/Xserver/hw/xfree86/os-support/linux/drm/kernel &amp;&amp;
     212current version of <application>XFree86</application>.  To do this, perform the following:</para>
     213
     214<screen><userinput><command>cd programs/Xserver/hw/xfree86/os-support/linux/drm/kernel &amp;&amp;
    209215make  CC=/opt/gcc-2.95.3/bin/gcc -f Makefile.linux  &amp;&amp;
    210216mkdir -p /lib/modules/`uname -r`/kernel/drivers/char/drm/  &amp;&amp;
    211217cp gamma.o radeon.o sis.o r128.o i810.o i830.o mga.o tdfx.o \
    212218    /lib/modules/`uname -r`/kernel/drivers/char/drm/  &amp;&amp;
    213 depmod -a</userinput></screen>
    214 </para>
     219depmod -a</command></userinput></screen>
     220
    215221<warning><para>If you recompile or upgrade your kernel, you will need to re-copy the
    216222appropriate driver module(s)
    217 to the kernel module library and rerun depmod.</para></warning>
    218 
    219 <note><para>If you created AGP support as a module when compiling the kernel, you may
     223to the kernel module library and rerun <command>depmod</command>.</para></warning>
     224
     225<note><para>If you created <acronym>AGP</acronym> support as a module when compiling the kernel, you may
    220226have to add a line to <filename>/etc/modules.conf</filename> to ensure
    221 the agpgart module is loaded.  For instance, the AGP version of the Radeon video card
     227the agpgart module is loaded.  For instance, the <acronym>AGP</acronym> version of the Radeon video card
    222228will use the <filename>radeon.o</filename> driver.  It will
    223229need to have the line <screen>below radeon agpgart</screen> in
    224 <filename>/etc/modules.conf</filename> to enable DRI support.</para></note>
     230<filename>/etc/modules.conf</filename> to enable <acronym>DRI</acronym> support.</para></note>
    225231
    226232</sect3>
  • x/installing/xfree86/xfree86-intro.xml

    rb9ad2f9a r0d2f891  
    11<sect2>
    2 <title>Introduction to XFree86</title>
     2<title>Introduction to <application>XFree86</application></title>
    33
    44<para><application>XFree86</application> is a freely redistributable open-source
    55implementation of the
    6 X Window System. <application>XFree86</application> provides a client/server
     6<application>X</application> Window System. <application>XFree86</application> provides a client/server
    77interface between display
    88hardware (the mouse, keyboard, and video displays) and the desktop environment
    99while also providing both the windowing infrastructure and a standardized
    10 application interface (API).</para>
     10application interface (<acronym>API</acronym>).</para>
    1111
    1212<sect3><title>Package information</title>
     
    2929<para>The following packages are included in the <application>XFree86</application> package,
    3030however they
    31 are updated more often than the XFree86 package and are highly recommended:
     31are updated more often than the <application>XFree86</application> package and are highly recommended:
    3232<xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></para>
    3333
    3434<note><para>If you choose to not install these separate packages, the
    3535<filename>host.def</filename> file below will have to be modified to
    36 instruct XFree86 build them.</para></note>
     36instruct <application>XFree86</application> build them.</para></note>
    3737</sect4>
    3838
     
    6161There are also two packages <filename>doctools-1.3.1.tgz</filename>,  which
    6262contain programs to regenerate hardcopy documentation, and
    63 <filename>utils-1.1.0.tgz</filename>, which contain <filename>gnutar</filename>
    64 and <filename>zlib</filename> which are already installed on an LFS system.
     63<filename>utils-1.1.0.tgz</filename>, which contain
     64<application><acronym>GNU</acronym> <acronym>TAR</acronym></application>
     65and <application>zlib</application> which are already installed on an
     66<acronym>LFS</acronym> system.
    6567</para>
    6668
    6769<para>To check your downloads for integrity, download the <filename>SUMS.md5sum</filename>
    6870file.  Then:
    69 <screen>md5sum X430src* &gt; md5sums &amp;&amp;
    70 diff md5sums SUMS.md5sum</screen>
     71<screen><userinput><command>md5sum X430src* &gt; md5sums &amp;&amp;
     72diff md5sums SUMS.md5sum</command></userinput></screen>
    7173The only differences you should see are for <filename>README</filename>,
    7274<filename>doctools-1.3.1.tgz</filename>, and
     
    7577</para>
    7678
    77 <para>The fixes subdirectory also has a SUMS.md5sum and this can be checked against
     79<para>The fixes subdirectory also has a <filename>SUMS.md5sum</filename> and this can be checked against
    7880the patch file:
    7981<screen><filename>md5sum 4.3.0-4.3.0.1.diff.gz</filename></screen></para>
    8082
    8183<para>After unpacking the <filename>X430src-?.tgz</filename> files, change to the
    82 <filename>xc</filename> directory and run:
    83 <screen>gunzip 4.3.0-4.3.0.1.diff.gz &amp;&amp;
    84 patch -Np1 -i 4.3.0-4.3.0.1.diff</screen></para>
     84<filename class="directory">xc</filename> directory and run:
     85<screen><userinput><command>gunzip 4.3.0-4.3.0.1.diff.gz &amp;&amp;
     86patch -Np1 -i 4.3.0-4.3.0.1.diff</command></userinput></screen></para>
    8587
    8688</sect3>
Note: See TracChangeset for help on using the changeset viewer.