- Timestamp:
- 05/10/2006 05:17:10 AM (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:
- ccb2449
- Parents:
- d9dc1e9
- Location:
- x/installing
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/x-setup.xml
rd9dc1e9 re257101 140 140 141 141 <note> 142 <para> The default configuration for <application>Xorg</application>143 includes <application>xterm</application>.144 <application>Xorg</application>'s modular distribution no longer includes 142 <para>Both the default, and the BLFS configuration for 143 <application>Xorg</application> include <application>xterm</application>. 144 <application>Xorg</application>'s modular distribution no longer includes 145 145 <application>xterm</application>, and 146 146 as a result, the <command>startx</command> command will fail if you have 147 147 not installed <xref linkend="xterm2"/> when using the modular X Window 148 System.</para> 148 System. You can remove the <application>xterm</application> line in the 149 above config file to test the xserver, or install one of the other 150 terminal emulators and make appropriate changes.</para> 149 151 </note> 150 152 -
x/installing/x7app.xml
rd9dc1e9 re257101 65 65 66 66 <bridgehead renderas="sect4">Required</bridgehead> 67 <para role="required"><xref linkend="xbitmaps"/></para> 67 <para role="required"><xref linkend="xbitmaps"/> and 68 <xref linkend="libpng"/></para> 68 69 69 70 <bridgehead renderas="sect4">Recommended</bridgehead> … … 71 72 72 73 <sect2> 73 <title>Downloading Xorg Applicat ons</title>74 <title>Downloading Xorg Applications</title> 74 75 75 76 <para>To download the needed files using <application>wget</application>, -
x/installing/x7font.xml
rd9dc1e9 re257101 62 62 63 63 <bridgehead renderas="sect4">Required</bridgehead> 64 <para role="required"><xref linkend="xorg7-data"/></para> 64 <para role="required"><xref linkend="xorg7-data"/> and 65 <xref linkend="xorg7-app"/></para> 65 66 66 67 <sect2> -
x/installing/x7lib.xml
rd9dc1e9 re257101 66 66 <para role="required"><xref linkend="ed"/>, 67 67 <xref linkend="fontconfig"/>, 68 <xref linkend="libpng"/>,69 68 <xref linkend="pkgconfig"/>, and 70 69 <xref linkend="xorg7-proto"/></para> -
x/installing/x7server.xml
rd9dc1e9 re257101 115 115 setuid when the build is done by an unprivileged user.</para> 116 116 117 <para><parameter>--disable-glx</parameter>: Disable building of the GLX 118 extension. This is required if building without 119 <application>Mesa</application>.</para> 120 121 <para><parameter>--disable-dri</parameter>: Disable building of the DRI 122 extension. This is required if building without 123 <application>Mesa</application>.</para> 124 125 <para><parameter>--disable-xprint</parameter>: Disable building of 126 the <application>Xprint</application> extension and server. This is 127 required if building without <application>Mesa</application>.</para> 128 117 129 </sect2> 118 130 -
x/installing/x7util.xml
rd9dc1e9 re257101 67 67 68 68 <bridgehead renderas="sect4">Required</bridgehead> 69 <para role="required"><xref linkend="pkgconfig"/></para> 69 <para role="required"><xref linkend="pkgconfig"/> and 70 <xref linkend="xorg7-proto"/></para> 70 71 71 72 <sect2> -
x/installing/xorg.xml
rd9dc1e9 re257101 203 203 order to avoid a race condition with the <application>luit</application> 204 204 program. Additionally, the server portion of 205 <application>Xorg</application> contains a <ulink206 url="http://wiki.x.org/wiki/SecurityPage">security vulnerability</ulink>.205 <application>Xorg</application> contains 2 206 <ulink url="http://wiki.x.org/wiki/SecurityPage">security vulnerabilities</ulink>. 207 207 Fix these issues with the following commands:</para> 208 208 209 209 <screen><userinput>patch -Np1 -i ../xorg-&xorg-version;-luit_race-1.patch && 210 210 sed -i 's/geteuid /geteuid() /' \ 211 programs/Xserver/hw/xfree86/common/xf86Init.c</userinput></screen> 211 programs/Xserver/hw/xfree86/common/xf86Init.c && 212 sed -i 's/ntri & sizeof/ntri * sizeof/' programs/Xserver/render/mitri.c</userinput></screen> 212 213 213 214 <!-- To be removed if/when proposed glibc patch is added to LFS SVN -
x/installing/xorg7.xml
rd9dc1e9 re257101 42 42 Instructions</bridgehead> 43 43 44 <para>Xorg-7.0.0 introduced a complet ly auto-tooled, modular build system.44 <para>Xorg-7.0.0 introduced a completely auto-tooled, modular build system. 45 45 The code is otherwise identical to that in the Xorg-6.9.0 release. 46 46 With the new modular build system, it is no longer possible to download … … 64 64 should download the wget file lists and use the package versions in the 65 65 file. Newer packages are likely intended for the next release of 66 <application>Xorg</application> and have already prove nto be66 <application>Xorg</application> and have already proved to be 67 67 incompatible with the current version of 68 68 <application>GTK+</application>. The installed size of
Note:
See TracChangeset
for help on using the changeset viewer.