r12019 - in /desktop/unstable/gdm/debian: README.Debian changelog patches/35_gdm.conf.patch
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Thu Jul 19 15:43:35 UTC 2007
Author: lool
Date: Thu Jul 19 15:43:34 2007
New Revision: 12019
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12019
Log:
* Stop imposing the DPI settings; this was a quick fix that users may opt to
do, but the correct thing to do is to fix the Xorg configuration on these
systems or fix the generation of this config; document this in
README.Debian; closes: #278026, #339707, #364545.
Modified:
desktop/unstable/gdm/debian/README.Debian
desktop/unstable/gdm/debian/changelog
desktop/unstable/gdm/debian/patches/35_gdm.conf.patch
Modified: desktop/unstable/gdm/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/README.Debian?rev=12019&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/README.Debian (original)
+++ desktop/unstable/gdm/debian/README.Debian Thu Jul 19 15:43:34 2007
@@ -1,5 +1,27 @@
-gdm for Debian
---------------
+GDM for Debian
+==============
+
+"I get ugly fonts"
+------------------
+
+In the past, as a quick workaround, GDM imposed a 96 DPI settings by
+passing "-dpi 96" to the X server on startup. This is a bad idea has
+there's no reason to override standard DPI detection mechanisms for all
+screens which might or might not be 96 DPI screens.
+
+DPI should be computed automatically based on the information on your
+screen that Xorg gets; ideally, Xorg would get the DPI right, but you
+can help Xorg by configuring it with your exact screen properties.
+ If it's too complicated, you may still get the old behavior by
+setting:
+ [server-Standard]
+ command=/usr/bin/X -dpi 96 -audit 0
+in your gdm.conf. See the defaults.conf file to see how it's configured
+by default.
+
+
+Face Browser
+------------
If you enable the face browser in /etc/gdm/gdm.conf, gdm will look
for face files (any gtk+-supported image format; see
@@ -9,10 +31,18 @@
for either location. greeter/GlobalFaceDir is set in
/etc/gdm/gdm.conf
+
+Screen Saver
+------------
+
If you want a screensaver running with the greeter, you should use the
BackgroundProgram option in /etc/gdm/gdm.conf, or make sure if you start
a gtk program in the PreSession script, that it is started with the gdm
userid, and not root
+
+
+Secure System Menu
+------------------
Debian versions 2.4.1.6-1 through 2.8.0.6-2 featured a
"SecureSystemMenu" option in gdm.conf, that would require the root
@@ -28,9 +58,12 @@
functionality back, I suggest working with upstream so it can be integrated
into all the parts of the GNOME desktop that it would now impact.
+
+Translation of the Debconf templates
+------------------------------------
+
A note to translators about the debconf templates -- translations
should be sent to the xdm package. I don't use gettext-based
templates in the source, because I sync to the ones in the xdm
package, and don't have any that are not shared.
- -- Ryan Murray <rmurray at debian.org>, Wed Apr 26 01:32:22 PDT 2006
Modified: desktop/unstable/gdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/changelog?rev=12019&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog (original)
+++ desktop/unstable/gdm/debian/changelog Thu Jul 19 15:43:34 2007
@@ -1,9 +1,16 @@
gdm (2.18.3-5) UNRELEASED; urgency=low
- * 43_gdmphotosetup.desktop.patch: set NoDisplay=true for
+ [ Josselin Mouette ]
+ * 43_gdmphotosetup.desktop.patch: set NoDisplay=true for
gdmphotosetup, which duplicates gnome-about-me's functionality.
- -- Josselin Mouette <joss at debian.org> Tue, 17 Jul 2007 19:29:05 +0200
+ [ Loic Minier ]
+ * Stop imposing the DPI settings; this was a quick fix that users may opt to
+ do, but the correct thing to do is to fix the Xorg configuration on these
+ systems or fix the generation of this config; document this in
+ README.Debian; closes: #278026, #339707, #364545.
+
+ -- Loic Minier <lool at dooz.org> Thu, 19 Jul 2007 16:33:44 +0100
gdm (2.18.3-4) unstable; urgency=high
Modified: desktop/unstable/gdm/debian/patches/35_gdm.conf.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/35_gdm.conf.patch?rev=12019&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/35_gdm.conf.patch (original)
+++ desktop/unstable/gdm/debian/patches/35_gdm.conf.patch Thu Jul 19 15:43:34 2007
@@ -201,12 +201,3 @@
GraphicalThemeDir=@datadir@/gdm/themes/
GraphicalThemeRand=false
-@@ -572,7 +563,7 @@
- # Definition of the standard X server.
- [server-Standard]
- name=Standard server
--command=@X_SERVER@ @X_CONFIG_OPTIONS@ @XEVIE_OPTION@
-+command=@X_SERVER@ -dpi 96 @X_CONFIG_OPTIONS@ @XEVIE_OPTION@
- flexible=true
- # Indicates that the X server should be started at a different process
- # priority. Values can be any integer value accepted by the setpriority C
More information about the pkg-gnome-commits
mailing list