Changeset 8ddea36
- Timestamp:
- 03/04/2015 08:00:03 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 58cba7f0
- Parents:
- 5a87e66d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5a87e66d r8ddea36 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 3rd, &year;">9 <!ENTITY releasedate "March 4th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r5a87e66d r8ddea36 44 44 45 45 --> 46 47 <listitem> 48 <para>March 4th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Fix Xorg-Server-1.17.1: do not build 52 systemd-logind support.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 46 57 <listitem> 47 58 <para>March 3rd, 2015</para> -
x/installing/xorg-server.xml
r5a87e66d r8ddea36 147 147 </para> 148 148 149 <screen><userinput>./configure $XORG_CONFIG \ 150 --with-xkb-output=/var/lib/xkb \ 151 --enable-glamor \ 152 --enable-install-setuid \ 153 --enable-suid-wrapper && 149 <screen><userinput>./configure $XORG_CONFIG \ 150 --enable-glamor \ 151 --enable-install-setuid \ 152 --enable-suid-wrapper \ 153 --disable-systemd-logind \ 154 --with-xkb-output=/var/lib/xkb && 154 155 make</userinput></screen> 155 156 … … 193 194 <parameter>--enable-suid-wrapper</parameter>: Build suid-root wrapper for 194 195 legacy driver support on rootless xserver systems. 196 </para> 197 198 <para> 199 <parameter>--disable-systemd-logind</parameter>: Do not build 200 systemd-logind support, otherwise, an error (EE), logged in 201 <filename>/var/log/Xorg.0.log</filename>, occurs when starting the X 202 server. Systemd is not supported by BLFS. 195 203 </para> 196 204
Note:
See TracChangeset
for help on using the changeset viewer.