Changeset 5836d75
- Timestamp:
- 10/14/2003 12:31:45 AM (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_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2e4404d0
- Parents:
- d6d87319
- Location:
- x/installing
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/xfree86-setup.xml
rd6d87319 r5836d75 12 12 like:</para> 13 13 14 < para><screen>(II) R128(0): Direct rendering enabled</screen></para>14 <screen>(II) R128(0): Direct rendering enabled</screen> 15 15 16 16 <para>From an <command>xterm</command>, run <command>glxinfo</command> and look for the phrase:</para> … … 100 100 <sect3><title>Update the font cache files</title> 101 101 <para>Finally, to update all the font 102 cache files specified in <filename>/etc/fonts/fonts.conf</filename>, run 102 cache files specified in <filename>/etc/fonts/fonts.conf</filename>, run</para> 103 103 <screen><userinput><command>fc-cache</command></userinput></screen> 104 </para>105 104 106 105 <para><application>XFree86</application> will now be able to use … … 128 127 of the <filename>XF86Config</filename> file. For example:</para> 129 128 130 < para><screen> Section "InputDevice"129 <screen> Section "InputDevice" 131 130 Identifier "Keyboard0" 132 131 Driver "Keyboard" … … 134 133 Option "XkbLayout" "en_US,ru" 135 134 Option "XkbOptions" "grp:switch,grp:alt_shift_toggle,grp_led:scroll" 136 EndSection</screen> </para>135 EndSection</screen> 137 136 138 137 <para>In this example, you can use the Alt-Shift combination to switch … … 164 163 if a list of specifications in the form of</para> 165 164 166 < para><screen>object.subobject[.subobject...].attribute: value</screen></para>165 <screen>object.subobject[.subobject...].attribute: value</screen> 167 166 168 167 <para>Typically, components of a resource specification are linked together … … 176 175 use one of these resources, you need to add the following line:</para> 177 176 178 < para><screen>Xcursor.theme: whiteglass</screen></para>177 <screen>Xcursor.theme: whiteglass</screen> 179 178 180 179 <para>However, you can specify the background for all clients with:</para> 181 180 182 < para><screen>*background: blue</screen></para>181 <screen>*background: blue</screen> 183 182 184 183 <para>More specific resource variables will override less specific names. </para> -
x/installing/xfree86/xfree86-config.xml
rd6d87319 r5836d75 4 4 <para>Edit <filename>/etc/ld.so.conf</filename> and add 5 5 <filename class="directory">/usr/X11R6/lib</filename>. 6 Run <screen><userinput><command>ldconfig</command></userinput></screen></para>6 Run</para> <screen><userinput><command>ldconfig</command></userinput></screen> 7 7 8 8 <para>Add <filename class='directory'>/usr/X11R6/bin</filename> to your … … 13 13 statement.</para> 14 14 15 <para>Run 16 <screen><userinput><command>source ~/.bash_profile</command></userinput></screen> </para>15 <para>Run</para> 16 <screen><userinput><command>source ~/.bash_profile</command></userinput></screen> 17 17 18 18 <para>Set up your mouse: … … 71 71 wrong.</para> 72 72 73 <para>Move the configuration file to its final location 74 <screen><userinput><command>mv ~/XF86Config.new /etc/X11/XF86Config</command></userinput></screen> </para>73 <para>Move the configuration file to its final location</para> 74 <screen><userinput><command>mv ~/XF86Config.new /etc/X11/XF86Config</command></userinput></screen> 75 75 76 76 <para>Create <filename>.xinitrc</filename> -
x/installing/xfree86/xfree86-inst.xml
rd6d87319 r5836d75 17 17 support on your motherboard. If you do not know the chipset, you may select 18 18 all the chip types at the expense of extra kernel size. You can usually 19 determine your motherboard's chipset by doing: 20 <screen><userinput><command>cat /proc/pci</command></userinput></screen> </para>19 determine your motherboard's chipset by doing:</para> 20 <screen><userinput><command>cat /proc/pci</command></userinput></screen> 21 21 22 22 <para>In the "Character Devices" section, <emphasis>disable</emphasis> Direct … … 33 33 to support as a <emphasis>module</emphasis>.</para> 34 34 35 <para>If you made any changes to the kernel configuration, recompile with 35 <para>If you made any changes to the kernel configuration, recompile with</para> 36 36 <screen><userinput>make dep && 37 37 make bzImage && 38 38 make modules && 39 39 make modules_install</userinput></screen> 40 </para>41 40 42 41 <para>Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and … … 70 69 </para></note> 71 70 72 < para><screen><userinput><command>cat > config/cf/host.def << "EOF"</command>71 <screen><userinput><command>cat > config/cf/host.def << "EOF"</command> 73 72 /* Begin XFree86 host.def file */ 74 73 … … 185 184 186 185 /* End XFree86 host.def file */ 187 <command>EOF</command></userinput></screen> </para>186 <command>EOF</command></userinput></screen> 188 187 189 188 <para>Edit the file for your hardware and desires.</para> -
x/installing/xfree86/xfree86-intro.xml
rd6d87319 r5836d75 78 78 79 79 <para>The fixes subdirectory also has a <filename>SUMS.md5sum</filename> and this can be checked against 80 the patch file: 81 <screen><filename>md5sum 4.3.0-4.3.0.1.diff.gz</filename></screen> </para>80 the patch file:</para> 81 <screen><filename>md5sum 4.3.0-4.3.0.1.diff.gz</filename></screen> 82 82 83 83 <para>After unpacking the <filename>X430src-?.tgz</filename> files, change to the
Note:
See TracChangeset
for help on using the changeset viewer.