Changeset e85fe6ab
- Timestamp:
- 12/20/2006 06:44:26 PM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 39fce78
- Parents:
- b0965de
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb0965de re85fe6ab 1 <!ENTITY day " 11"> <!-- Always 2 digits -->1 <!ENTITY day "20"> <!-- Always 2 digits --> 2 2 <!ENTITY month "12"> <!-- Always 2 digits --> 3 3 <!ENTITY year "2006"> -
general/genutils/xterm.xml
rb0965de re85fe6ab 78 78 79 79 <screen><userinput>./configure $XORG_CONFIG \ 80 --enable-luit --with-wide-chars && 80 --enable-luit --with-wide-chars \ 81 --with-app-default=$XORG_PREFIX/share/X11/app-defaults&& 81 82 make</userinput></screen> 82 83 -
introduction/welcome/changelog.xml
rb0965de re85fe6ab 43 43 44 44 <listitem> 45 <para>December 20th, 2006</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dnicholson] - Removed the --datadir setting for Xorg-7. 49 Some packages had broken configurations that caused files to 50 be installed to the wrong location. Forcing ${datadir} to 51 match ${libdir} worked around these problems, but they have 52 now been resolved properly upstream.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 45 58 <para>December 15th, 2006</para> 46 59 <itemizedlist> -
x/installing/x-setup.xml
rb0965de re85fe6ab 139 139 <screen><userinput role="root">mkdir $XORG_PREFIX/lib/X11/twm && 140 140 ln -svt /etc/X11 \ 141 $XORG_PREFIX/lib/X11/{app-defaults,twm,xkb,fs,lbxproxy,proxymngr} \ 142 $XORG_PREFIX/lib/X11/{rstart,xdm,xinit,xserver,xsm}</userinput></screen> 141 $XORG_PREFIX/lib/X11/{twm,xkb,fs,lbxproxy,proxymngr} \ 142 $XORG_PREFIX/lib/X11/{rstart,xdm,xinit,xserver,xsm} \ 143 $XORG_PREFIX/share/X11/app-defaults</userinput></screen> 143 144 144 145 <para>As the <systemitem class="username">root</systemitem> user, create -
x/installing/xorg7.xml
rb0965de re85fe6ab 126 126 127 127 <screen><userinput>export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \ 128 --localstatedir=/var --datadir=$XORG_PREFIX/lib"</userinput></screen>128 --localstatedir=/var"</userinput></screen> 129 129 130 130 <para>If you've decided to use an alternate prefix, be sure to add
Note:
See TracChangeset
for help on using the changeset viewer.