diff options
author | Brian Cameron <brian.cameron@sun.com> | 2007-03-13 08:48:44 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-03-13 08:48:44 +0000 |
commit | eb8b4011449cec2ec5827c976a15b9262c74174e (patch) | |
tree | 0a8d81b1cdc4947ef0ff4ff7f348f2078ffcdc5c /ChangeLog | |
parent | c50ede474421b7dde46e27dceb63605d2a582e76 (diff) | |
download | gdm-eb8b4011449cec2ec5827c976a15b9262c74174e.tar.gz |
config/Makefile.am: Add Xephyr support and fix problem with
2006-03-13 Brian Cameron <brian.cameron@sun.com>
* configure.ac, acconfig.h, daemon/Makefile.am, daemon/gdm.h
daemon/server.c, daemon/gdmconfig.c, config/gdm.conf.in,
config/Makefile.am: Add Xephyr support and fix problem with
using Xsun Xnest with Xorg 7.2. Xsun doesn't like font path
values that have the ":unscaled" suffix. This required adding
two new configuration options XnestDisplayArg and
XnestUnscaledFontPath so that the user can configure whether
the Xnest command uses the -display argument or the DISPLAY
environment variable, and to specify whether to strip the
":unscaled" bits from the fontpath. Modified configure so
that if Xephyr is on the system, it is used as the Xnest
program since it works better than Xnest.
* daemon/gdmconfig.h: No longer set default values for the
configuration choices here since default are set in
daemon/gdm.h.
* config/gdm.conf.in: Comment now says "true" for ConfigAvailable
since this value has been defaulting to true for some time in
daemon/gdm.h. So the comment was wrong.
* acconfig.h, configure.ac, daemon/gdm.h, daemon/gdmconfig.c: Rework
how ALWAYS_RESTART_SERVER is set to avoid using #ifdef. Also use
AC_DEFINE for GDM_USER_PATH rather than passing it in as a -D
argument to the compiler, so it works like the other config
choices.
svn path=/trunk/; revision=4672
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2006-03-13 Brian Cameron <brian.cameron@sun.com> + + * configure.ac, acconfig.h, daemon/Makefile.am, daemon/gdm.h + daemon/server.c, daemon/gdmconfig.c, config/gdm.conf.in, + config/Makefile.am: Add Xephyr support and fix problem with + using Xsun Xnest with Xorg 7.2. Xsun doesn't like font path + values that have the ":unscaled" suffix. This required adding + two new configuration options XnestDisplayArg and + XnestUnscaledFontPath so that the user can configure whether + the Xnest command uses the -display argument or the DISPLAY + environment variable, and to specify whether to strip the + ":unscaled" bits from the fontpath. Modified configure so + that if Xephyr is on the system, it is used as the Xnest + program since it works better than Xnest. + * daemon/gdmconfig.h: No longer set default values for the + configuration choices here since default are set in + daemon/gdm.h. + * config/gdm.conf.in: Comment now says "true" for ConfigAvailable + since this value has been defaulting to true for some time in + daemon/gdm.h. So the comment was wrong. + * acconfig.h, configure.ac, daemon/gdm.h, daemon/gdmconfig.c: Rework + how ALWAYS_RESTART_SERVER is set to avoid using #ifdef. Also use + AC_DEFINE for GDM_USER_PATH rather than passing it in as a -D + argument to the compiler, so it works like the other config + choices. + 2006-03-12 Brian Cameron <brian.cameron@sun.com> * Release 2.18.0: |