Changeset 0d2f891
- Timestamp:
- 10/02/2003 08:01:04 PM (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:
- 0482b012
- Parents:
- b9ad2f9a
- Files:
-
- 7 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/lib/gtkhtml2.xml
rb9ad2f9a r0d2f891 5 5 >khtml2-intro; 6 6 >khtml2-inst; 7 >khtml2-exp;8 7 >khtml2-config; 9 8 >khtml2-desc; -
template/template-exp.xml
rb9ad2f9a r0d2f891 2 2 <title>Command explanations</title> 3 3 4 <para><command>COMMAND</command> 4 <para><command>COMMAND</command>: This command does something.</para> 5 5 6 6 </sect2> -
x/installing/xfree86-setup.xml
rb9ad2f9a r0d2f891 143 143 <!-- ================================================== --> 144 144 <sect2> 145 <title>Setting up xdm</title>146 <para>< filename>xdm</filename> provides a graphical logon capability and is145 <title>Setting up XDM</title> 146 <para><command>xdm</command> provides a graphical logon capability and is 147 147 normally 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. To149 execute xdmduring bootup, change the initdefault level to 5 and148 you need to customize <command>xdm</command> is found in its man page. To 149 execute <command>xdm</command> during bootup, change the initdefault level to 5 and 150 150 add the following lines to 151 151 <filename>/etc/inittab</filename>:</para> 152 152 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 154 x: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 161 162 resources. Typically resources are set in the <filename>~/.Xresources</filename> 162 163 file.</para> … … 188 189 respective client.</para> 189 190 190 <para>In order to load your resources, the < filename>xrdb</filename>191 <para>In order to load your resources, the <command>xrdb</command> 191 192 program must be 192 193 called with the appropriate parameters. Typically, the first time 193 194 resources are loaded, you use:</para> 194 195 195 < para><screen>xrdb -load <filename></screen></para>196 197 <para>To add resources to XFree86's database in memory use:</para>198 < para><screen>xrdb -merge <filename></screen></para>199 200 <para>The < filename>xrdb</filename> instruction is usually placed in196 <screen><userinput><command>xrdb -load <filename></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 <filename></command></userinput></screen> 200 201 <para>The <command>xrdb</command> instruction is usually placed in 201 202 <filename>~/.xinitrc</filename> or <filename>~/.xsession</filename>. 202 To get more information, see the <filename>xrdb</filename>man page.</para>203 To get more information, see the xrdb man page.</para> 203 204 </sect2> 204 205 -
x/installing/xfree86/xfree86-config.xml
rb9ad2f9a r0d2f891 1 1 <sect2> 2 <title>Configuring XFree86</title>2 <title>Configuring <application>XFree86</application></title> 3 3 4 4 <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>. 6 Run <screen><userinput><command>ldconfig</command></userinput></screen></para> 7 7 8 8 <para>Add <filename class='directory'>/usr/X11R6/bin</filename> to your 9 9 <envar>PATH</envar> environment 10 10 variable 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>11 look something like <parameter>PATH=$PATH:/usr/X11R6/bin</parameter> 12 and be placed before the <command>export PATH</command> 13 13 statement.</para> 14 14 15 15 <para>Run 16 <screen><userinput> source ~/.bash_profile</userinput></screen></para>16 <screen><userinput><command>source ~/.bash_profile</command></userinput></screen></para> 17 17 18 18 <para>Set up your mouse: 19 <screen><userinput> cd /dev20 ln -s psaux mouse</ userinput></screen>19 <screen><userinput><command>cd /dev 20 ln -s psaux mouse</command></userinput></screen> 21 21 22 22 Adjust the symbolic link as necessary for other types of mice. For instance, 23 23 a serial mouse on the first serial port would be linked to ttyS1.</para> 24 24 25 <para>Create the XF86Configfile with26 <screen><userinput> cd ~27 XFree86 -configure</ userinput></screen>25 <para>Create the <filename>XF86Config</filename> file with 26 <screen><userinput><command>cd ~ 27 XFree86 -configure</command></userinput></screen> 28 28 The screen will go black and you may hear some clicking of the monitor. This 29 29 command will create a file, <filename>XF86Config.new</filename> in your home … … 32 32 <para>Edit <filename>XF86Config.new</filename> to suit your system. The 33 33 details of the file are located in the man 34 page < userinput>man XF86Config</userinput>. Some things you may want to34 page <command>man XF86Config</command>. Some things you may want to 35 35 do are:</para> 36 36 … … 42 42 directories completely.</para></listitem> 43 43 44 <listitem><para>Section "Monitor". Specify the < userinput>VertRefresh</userinput>45 and < userinput>HorizSync</userinput> values if the system does not automatically44 <listitem><para>Section "Monitor". Specify the <parameter>VertRefresh</parameter> 45 and <parameter>HorizSync</parameter> values if the system does not automatically 46 46 detect the monitor and its values.</para></listitem> 47 47 48 48 <listitem><para>Section "InputDevice". You may want to change the keyboard 49 49 autorepeat rate by 50 adding < userinput>Option "Autorepeat" "250 30"</userinput>.</para></listitem>50 adding <parameter>Option "Autorepeat" "250 30"</parameter>.</para></listitem> 51 51 52 52 <listitem><para>Section "Device". You may want to set some of the options … … 55 55 56 56 <listitem><para>Section "Screen". Add a DefaultDepth statement such 57 as: < userinput>DefaultDepth 16</userinput>. In the SubSection for your57 as: <parameter>DefaultDepth 16</parameter>. In the SubSection for your 58 58 default depth, add a modes line such 59 as: < userinput> Modes "1280x1024" "1024x768"</userinput>.59 as: <parameter> Modes "1280x1024" "1024x768"</parameter>. 60 60 The first mode listed will normally be the starting 61 61 resolution.</para></listitem> … … 64 64 65 65 <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> 67 67 You will only get a gray background with an X-shaped mouse cursor, but it 68 68 confirms the system is working. Exit with Control-Alt-Backspace. If the … … 72 72 73 73 <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> 75 75 76 76 <para>Create <filename>.xinitrc</filename> 77 <screen><userinput> cat > ~/.xinitrc << "EOF"77 <screen><userinput><command>cat > ~/.xinitrc << "EOF"</command> 78 78 # Begin .xinitrc file 79 79 xterm -g 80x40+0+0 & 80 80 xclock -g 100x100-0+0 & 81 81 twm 82 EOF</userinput></screen>82 <command>EOF</command></userinput></screen> 83 83 This provides an initial screen with an xterm and a clock that is managed by a 84 84 simple window manager, Tab Window Manager. For details of twm, see the 85 85 man page.</para> 86 86 87 <para>Start Xwith88 <screen><userinput> startx</userinput></screen>89 to get basic functional XWindow System.</para>87 <para>Start <application>X</application> with 88 <screen><userinput><command>startx</command></userinput></screen> 89 to get basic functional <application>X</application> Window System.</para> 90 90 91 91 </sect2> -
x/installing/xfree86/xfree86-desc.xml
rb9ad2f9a r0d2f891 2 2 <title>Contents</title> 3 3 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 5 6 (and other operating systems). It includes 6 the Xserver, fonts, xterm, a simple window manager (twm),7 the <application>X</application> server, fonts, xterm, a simple window manager (twm), 7 8 various utilities, video output drivers, 8 9 and various input drivers including the mouse and keyboard.</para> 9 10 10 <para> XFree86also contains libraries and header files for development of11 the XWindow System programs.</para>11 <para><application>XFree86</application> also contains libraries and header files for development of 12 the <application>X</application> Window System programs.</para> 12 13 13 14 </sect2> … … 16 17 17 18 <note><para>The following list of programs is not comprehensive. The 18 full list is in <filename >/usr/X11R6/bin</filename>. For additional19 full list is in <filename class="directory">/usr/X11R6/bin</filename>. For additional 19 20 information about these programs, see the respective man page.</para></note> 20 21 21 22 <sect3> 22 23 <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 25 the <application>X</application> Window System server. 24 26 </para></sect3> 25 27 26 28 <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 30 generating an <filename>XF86Config</filename> file for use with 31 <application>XFree86</application> <application>X</application> servers.</para></sect3> 29 32 30 33 <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 32 36 initial configuration file or make customizations to the current 33 37 configuration.</para></sect3> 34 38 35 39 <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> 37 42 38 43 <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> 40 46 41 47 <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> 43 50 44 51 <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> 46 54 47 55 <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> 49 58 50 59 <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> 52 61 53 62 <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 64 to the <application>X</application> server.</para></sect3> 55 65 56 66 <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> 58 69 59 70 <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> 61 73 62 74 <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> 64 77 65 78 <sect3><title>xclock and oclock</title> 66 <para>Clock programs for X.</para></sect3>79 <para>Clock programs for <application>X</application>.</para></sect3> 67 80 68 81 <sect3><title>xmodmap</title> 69 <para> Autility for modifying keymaps and pointer button mappings70 in X.</para></sect3>82 <para><command>xmodmap</command> is a utility for modifying keymaps and pointer button mappings 83 in <application>X</application>.</para></sect3> 71 84 72 85 </sect2> -
x/installing/xfree86/xfree86-inst.xml
rb9ad2f9a r0d2f891 1 1 <sect2> 2 <title>Installation of XFree86</title>2 <title>Installation of <application>XFree86</application></title> 3 3 4 4 <sect3> 5 5 <title>Kernel Compilation Settings</title> 6 6 <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 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 the 9 <acronym>MTRR</acronym> interface so selecting this 9 10 option is useful for those processors also. 10 11 This option is found in the 11 12 "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 13 image 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 15 17 support on your motherboard. If you do not know the chipset, you may select 16 18 all the chip types at the expense of extra kernel size. You can usually 17 19 determine 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> 19 21 20 22 <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 23 Rendering Manager unless you have a Direct Rendering Infrastructure 24 (<acronym>DRI</acronym>) 25 supported video card. A complete list of <acronym>DRI</acronym> supported video cards can 23 26 be found at <ulink url="http://dri.sourceforge.net" /> in the Status section. 24 27 Currently, … … 27 30 Radeon 7X00, Radeon 2), Intel (i810, i815), and Matrox (G200, G400, G450). 28 31 Additionally NVidia provides their own closed source binary drivers. 29 If you do enable DRIhere, make sure you select the video card(s) you want32 If you do enable <acronym>DRI</acronym> here, make sure you select the video card(s) you want 30 33 to support as a <emphasis>module</emphasis>.</para> 31 34 … … 45 48 </para> 46 49 47 <note><para>If you build XFree86in a chroot environment, make sure the kernel50 <note><para>If you build <application>XFree86</application> in a chroot environment, make sure the kernel 48 51 version of the base system and the target system are the same. This is 49 especially important if you enabled DRIsupport as a module as52 especially important if you enabled <acronym>DRI</acronym> support as a module as 50 53 instructed above.</para></note> 51 54 … … 54 57 <sect3><title>Creating <filename>host.def</filename></title> 55 58 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 57 61 is 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 62 the <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 61 66 usual configuration file. If you make any changes, be sure the comment characters 62 67 (<userinput>/*</userinput> and <userinput>*/</userinput>) … … 65 70 </para></note> 66 71 67 <para><screen><userinput> cat > config/cf/host.def << "EOF"72 <para><screen><userinput><command>cat > config/cf/host.def << "EOF"</command> 68 73 /* Begin XFree86 host.def file */ 69 74 … … 180 185 181 186 /* End XFree86 host.def file */ 182 EOF</userinput></screen></para>187 <command>EOF</command></userinput></screen></para> 183 188 184 189 <para>Edit the file for your hardware and desires.</para> … … 188 193 <sect3> 189 194 <title>Build Commands</title> 190 <para>Install XFree86by running the following commands:</para>191 192 193 < para><screen><userinput>WORLDOPTS="" make World 2>&1 | tee xfree-compile.log &&195 <para>Install <application>XFree86</application> by running the following commands:</para> 196 197 198 <screen><userinput><command>WORLDOPTS="" make World 2>&1 | tee xfree-compile.log && 194 199 make install && 195 200 make install.man && 196 201 ln -sf /usr/X11R6/bin /usr/bin/X11 && 197 202 ln -sf /usr/X11R6/lib/X11 /usr/lib/X11 && 198 ln -sf /usr/X11R6/include/X11 /usr/include/X11</ userinput></screen></para>203 ln -sf /usr/X11R6/include/X11 /usr/include/X11</command></userinput></screen> 199 204 200 205 </sect3> 201 206 202 207 <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 210 have enabled <acronym>DRI</acronym> kernel modules as explained 205 211 above, 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 &&212 current 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 && 209 215 make CC=/opt/gcc-2.95.3/bin/gcc -f Makefile.linux && 210 216 mkdir -p /lib/modules/`uname -r`/kernel/drivers/char/drm/ && 211 217 cp gamma.o radeon.o sis.o r128.o i810.o i830.o mga.o tdfx.o \ 212 218 /lib/modules/`uname -r`/kernel/drivers/char/drm/ && 213 depmod -a</ userinput></screen>214 </para> 219 depmod -a</command></userinput></screen> 220 215 221 <warning><para>If you recompile or upgrade your kernel, you will need to re-copy the 216 222 appropriate driver module(s) 217 to the kernel module library and rerun depmod.</para></warning>218 219 <note><para>If you created AGPsupport as a module when compiling the kernel, you may223 to 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 220 226 have to add a line to <filename>/etc/modules.conf</filename> to ensure 221 the agpgart module is loaded. For instance, the AGPversion of the Radeon video card227 the agpgart module is loaded. For instance, the <acronym>AGP</acronym> version of the Radeon video card 222 228 will use the <filename>radeon.o</filename> driver. It will 223 229 need to have the line <screen>below radeon agpgart</screen> in 224 <filename>/etc/modules.conf</filename> to enable DRIsupport.</para></note>230 <filename>/etc/modules.conf</filename> to enable <acronym>DRI</acronym> support.</para></note> 225 231 226 232 </sect3> -
x/installing/xfree86/xfree86-intro.xml
rb9ad2f9a r0d2f891 1 1 <sect2> 2 <title>Introduction to XFree86</title>2 <title>Introduction to <application>XFree86</application></title> 3 3 4 4 <para><application>XFree86</application> is a freely redistributable open-source 5 5 implementation of the 6 XWindow System. <application>XFree86</application> provides a client/server6 <application>X</application> Window System. <application>XFree86</application> provides a client/server 7 7 interface between display 8 8 hardware (the mouse, keyboard, and video displays) and the desktop environment 9 9 while also providing both the windowing infrastructure and a standardized 10 application interface ( API).</para>10 application interface (<acronym>API</acronym>).</para> 11 11 12 12 <sect3><title>Package information</title> … … 29 29 <para>The following packages are included in the <application>XFree86</application> package, 30 30 however they 31 are updated more often than the XFree86package and are highly recommended:31 are updated more often than the <application>XFree86</application> package and are highly recommended: 32 32 <xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></para> 33 33 34 34 <note><para>If you choose to not install these separate packages, the 35 35 <filename>host.def</filename> file below will have to be modified to 36 instruct XFree86build them.</para></note>36 instruct <application>XFree86</application> build them.</para></note> 37 37 </sect4> 38 38 … … 61 61 There are also two packages <filename>doctools-1.3.1.tgz</filename>, which 62 62 contain 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> 65 and <application>zlib</application> which are already installed on an 66 <acronym>LFS</acronym> system. 65 67 </para> 66 68 67 69 <para>To check your downloads for integrity, download the <filename>SUMS.md5sum</filename> 68 70 file. Then: 69 <screen> md5sum X430src* > md5sums &&70 diff md5sums SUMS.md5sum</ screen>71 <screen><userinput><command>md5sum X430src* > md5sums && 72 diff md5sums SUMS.md5sum</command></userinput></screen> 71 73 The only differences you should see are for <filename>README</filename>, 72 74 <filename>doctools-1.3.1.tgz</filename>, and … … 75 77 </para> 76 78 77 <para>The fixes subdirectory also has a SUMS.md5sumand this can be checked against79 <para>The fixes subdirectory also has a <filename>SUMS.md5sum</filename> and this can be checked against 78 80 the patch file: 79 81 <screen><filename>md5sum 4.3.0-4.3.0.1.diff.gz</filename></screen></para> 80 82 81 83 <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 &&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 && 86 patch -Np1 -i 4.3.0-4.3.0.1.diff</command></userinput></screen></para> 85 87 86 88 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.