Changeset 96ffdca
- Timestamp:
- 05/09/2006 10:59:59 PM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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:
- c013399c
- Parents:
- 1b81133c
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/alsa-lib.xml
r1b81133c r96ffdca 74 74 75 75 <para>In the Device Drivers ⇒ Sound ⇒ Advanced Linux Sound 76 Architecture section of the kernel configuration, select the setting is and76 Architecture section of the kernel configuration, select the settings and 77 77 drivers appropriate for your hardware. Ensure that the deprecated Device 78 78 Drivers ⇒ Sound ⇒ Open Sound System is <emphasis>not</emphasis> -
x/installing/luit.xml
r1b81133c r96ffdca 89 89 90 90 </sect1> 91 -
x/installing/x-config.xml
r1b81133c r96ffdca 147 147 class='directory'>/usr/X11R6/lib/modules/drivers/</filename> directory. 148 148 These were either built with the <application>X</application> server or 149 installed via external ( e.g.proprietary) programs.</para>149 installed via external (i.e., proprietary) programs.</para> 150 150 151 151 <para>There are many options for device drivers and most are specific to -
x/installing/x-setup.xml
r1b81133c r96ffdca 25 25 <replaceable></usr/X11R6></replaceable>/lib</filename> to 26 26 the <filename>/etc/ld.so.conf</filename> file and run 27 <command>ldconfig</command>. Additionally, While still the27 <command>ldconfig</command>. Additionally, while still the 28 28 <systemitem class="username">root</systemitem> user, ensure 29 29 <filename class="directory"> … … 62 62 63 63 <para>Edit the newly created configuration file to suit your system. The 64 details of the files are located in the xorg.conf and XF86Config man 64 details of the files are located in the <filename>xorg.conf.5x</filename> 65 and <filename>XF86Config.5x</filename> man 65 66 pages. Some things you may want to do are:</para> 66 67 … … 184 185 </sect2> 185 186 186 187 187 <sect2 id='dri'> 188 188 <title>Checking Direct Rendering Infrastructure (DRI) Installation</title> … … 256 256 <para>The core X font protocol finds fonts from the server configuration 257 257 file (<filename>xorg.conf</filename> or <filename>XF86Config</filename>). 258 If no font paths exist in the configuration sfile, the server will fall258 If no font paths exist in the configuration file, the server will fall 259 259 back to an internal hard-coded path. Assuming the prefix for your 260 260 <application>X</application> installation is … … 448 448 <para>Earlier it was mentioned that <filename>/etc/fonts/fonts.conf</filename> 449 449 could be modified to use DejaVu using the default family names. Since 450 DejaVu is a replacement for Bitstream Vera fonts, we can substitute it450 DejaVu is a replacement for Bitstream Vera fonts, it can be substituted 451 451 for that family. Visually inspect the <filename>fonts.conf</filename> to 452 452 see how fonts are grouped together under the generic family names and a … … 523 523 </indexterm> 524 524 525 <screen role="root"><userinput>cp /etc/pam.d/login /etc/pam.d/xdm</userinput></screen>525 <screen role="root"><userinput>cp -v /etc/pam.d/login /etc/pam.d/xdm</userinput></screen> 526 526 527 527 </sect2> -
x/installing/x7app.xml
r1b81133c r96ffdca 100 100 101 101 </sect1> 102 103 -
x/installing/x7data.xml
r1b81133c r96ffdca 97 97 98 98 </sect1> 99 -
x/installing/x7font.xml
r1b81133c r96ffdca 103 103 <systemitem class="username">root</systemitem> user:</para> 104 104 105 <screen><userinput role="root">install - d -m755 /usr/share/fonts &&105 <screen><userinput role="root">install -v -d -m755 /usr/share/fonts && 106 106 ln -svn $XORG_PREFIX/lib/X11/fonts/OTF /usr/share/fonts/X11-OTF && 107 107 ln -svn $XORG_PREFIX/lib/X11/fonts/TTF /usr/share/fonts/X11-TTF</userinput></screen> … … 110 110 111 111 </sect1> 112 -
x/installing/x7lib.xml
r1b81133c r96ffdca 145 145 146 146 </sect1> 147 -
x/installing/x7proto.xml
r1b81133c r96ffdca 96 96 97 97 </sect1> 98 -
x/installing/x7server.xml
r1b81133c r96ffdca 113 113 <para><parameter>--enable-install-setuid</parameter>: The Xorg binary must 114 114 run as the root user. This switch ensures that the binary is installed 115 setuid when the build is done by an un -privelaged user.</para>115 setuid when the build is done by an unprivileged user.</para> 116 116 117 117 </sect2> 118 118 119 119 </sect1> 120 -
x/installing/x7util.xml
r1b81133c r96ffdca 122 122 123 123 </sect1> 124 -
x/installing/xbitmaps.xml
r1b81133c r96ffdca 37 37 </indexterm> 38 38 39 <para>Xbitmaps provides static graphics needed by xorg applications to39 <para>Xbitmaps provides static graphics needed by Xorg applications to 40 40 draw screen elements.</para> 41 41 … … 70 70 <title>Installation of Xbitmaps</title> 71 71 72 <para>First, configure the xbitmaps package by running the following72 <para>First, configure the Xbitmaps package by running the following 73 73 command:</para> 74 74 … … 83 83 84 84 </sect1> 85 86 -
x/installing/xorg.xml
r1b81133c r96ffdca 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!-- Inserted as a reminder to do this. The mention of a test suite8 is usually right before the root user installation commands. Please9 delete these 12 (including one blank) lines after you are done.-->10 11 <!-- Use one of the two mentions below about a test suite,12 delete the line that is not applicable. Of course, if the13 test suite uses syntax other than "make check", revise the14 line to reflect the actual syntax to run the test suite -->15 16 <!-- <para>This package does not come with a test suite.</para> -->17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->18 6 19 7 <!ENTITY xorg-download-http "http://xorg.freedesktop.org/releases/X11R&xorg-version;/src-single/X11R&xorg-version;-src.tar.bz2 "> … … 123 111 124 112 <para>As an alternative to downloading the entire source tree in a single 125 file, there are several ,smaller files that can be fetched from the113 file, there are several smaller files that can be fetched from the 126 114 download location (directory /pub/X11R&xorg-version;/src/):</para> 127 115 … … 157 145 documentation.</para> 158 146 159 <para>To check your filefor integrity, download the147 <para>To check the files for integrity, download the 160 148 <filename>md5sums</filename> file. Then:</para> 161 149 162 150 <screen><userinput>md5sum -c md5sums</userinput></screen> 163 151 164 <para>The package (or all seven packages) should give an OK status.</para> 152 <para>For each file you downloaded, an 153 <computeroutput>OK</computeroutput> status should be displayed.</para> 165 154 166 155 </sect2> … … 196 185 (i810, i815), and Matrox (G200, G400, G450).</para> 197 186 198 <para>Additionally NVidia provides their own closed source binary drivers,187 <para>Additionally, NVidia provides their own closed source binary drivers, 199 188 which do not make use of DRI. If you intend to use these drivers, do not 200 189 enable DRI.</para> … … 222 211 programs/Xserver/hw/xfree86/common/xf86Init.c</userinput></screen> 223 212 224 225 213 <!-- To be removed if/when proposed glibc patch is added to LFS SVN 226 214 Leave in in for a couple of weeks with 'you may need' and a testcase 227 215 around it to save the support list silly questions. Should remove in 228 216 a couple of weeks --> 229 <para>Recent glibc may have a problem with it's installed sys/kd.h file. 230 This has recently been fixed in LFS svn. Execute the 231 following commands to work around a broken kd.h file. The commands will 232 only make the modification if needed:</para> 217 <para>Recent <application>Glibc</application> may have a problem with its 218 installed <filename>sys/kd.h</filename> file. 219 This has recently been fixed in LFS SVN. Execute the 220 following commands to work around a broken <filename>kd.h</filename> 221 file. The commands will only make the modification if needed:</para> 233 222 234 223 <screen><userinput>grep "__undef_LINUX" \ … … 242 231 <para>Additionally, if you choose to install 243 232 <application>Xorg</application> to any prefix other than 244 <filename class="directory">/usr/X11R6</filename>, the luit package 233 <filename class="directory">/usr/X11R6</filename>, the 234 <application>luit</application> package 245 235 needs another correction to fix a hard coded path. Execute the 246 236 following command:</para> … … 392 382 ( make World 2>&1 | tee xorg-compile.log && exit $PIPESTATUS )</userinput></screen> 393 383 394 <para>Again as the <systemitem class="username">root</systemitem> 384 <para>This package does not come with a test suite.</para> 385 386 <para>Now, as the <systemitem class="username">root</systemitem> 395 387 user:</para> 396 388 … … 415 407 user:</para> 416 408 417 <screen role="root"><userinput>install - d -m755 /usr/share/fonts &&409 <screen role="root"><userinput>install -v -d -m755 /usr/share/fonts && 418 410 ln -svn /usr/X11R6/lib/X11/fonts/OTF /usr/share/fonts/X11-OTF && 419 411 ln -svn /usr/X11R6/lib/X11/fonts/TTF /usr/share/fonts/X11-TTF</userinput></screen> -
x/installing/xorg7.xml
r1b81133c r96ffdca 99 99 100 100 <para>The above shell will exit immediately on error. If it runs to 101 completion, you should manually exit the shell before continuing on to101 completion, you should manually exit the shell before continuing on to 102 102 the next set of instructions.</para> 103 103 … … 141 141 <envar>PATH</envar> environment variable and <filename class="directory"> 142 142 <replaceable><PREFIX></replaceable>/lib/pkgconfig</filename> 143 to your <envar>PKG_CONFIG_PATH</envar> variable. For detailed instruc itons,143 to your <envar>PKG_CONFIG_PATH</envar> variable. For detailed instructions, 144 144 see <xref linkend="postlfs-config-profile"/>. You should also add 145 145 <filename class="directory">
Note:
See TracChangeset
for help on using the changeset viewer.