home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / gdm / README.Debian < prev    next >
Encoding:
Text File  |  2009-04-03  |  2.7 KB  |  70 lines

  1. GDM for Debian
  2. ==============
  3.  
  4. "I get ugly fonts"
  5. ------------------
  6.  
  7. In the past, as a quick workaround, GDM imposed a 96 DPI settings by
  8. passing "-dpi 96" to the X server on startup.  This is a bad idea has
  9. there's no reason to override standard DPI detection mechanisms for all
  10. screens which might or might not be 96 DPI screens.
  11.  
  12. DPI should be computed automatically based on the information on your
  13. screen that Xorg gets; ideally, Xorg would get the DPI right, but you
  14. can help Xorg by configuring it with your exact screen properties.
  15.   If it's too complicated, you may still get the old behavior by
  16. setting:
  17.     [server-Standard]
  18.     command=/usr/bin/X -dpi 96 -audit 0
  19. in your gdm.conf.  See the defaults.conf file to see how it's configured
  20. by default.
  21.  
  22.  
  23. Face Browser
  24. ------------
  25.  
  26. If you enable the face browser in /etc/gdm/gdm.conf, gdm will look
  27. for face files (any gtk+-supported image format; see
  28. /usr/lib/gtk-2.0/2.2.0/loaders or similar for a list of installed
  29. loaders) in ~/.gnome2/photo or <greeter/GlobalFaceDir>/<loginname>,
  30. whichever is found first.  Note that there is no filename extension
  31. for either location.  greeter/GlobalFaceDir is set in
  32. /etc/gdm/gdm.conf
  33.  
  34.  
  35. Screen Saver
  36. ------------
  37.  
  38. If you want a screensaver running with the greeter, you should use the
  39. BackgroundProgram option in /etc/gdm/gdm.conf, or make sure if you start
  40. a gtk program in the PreSession script, that it is started with the gdm
  41. userid, and not root
  42.  
  43.  
  44. Secure System Menu
  45. ------------------
  46.  
  47. Debian versions 2.4.1.6-1 through 2.8.0.6-2 featured a
  48. "SecureSystemMenu" option in gdm.conf, that would require the root
  49. password to be entered for the reboot, shutdown, and suspend options
  50. on the system menu.  Some time after GDM 2.4.1.6 was released, other parts
  51. of the GNOME desktop began talking to the gdm daemon, so that one could
  52. reboot or shutdown without having to return to the gdm login screen.  These
  53. programs didn't support this option, and would have needed changes to do so.
  54. With gdm 2.13.0.10, the patch broke and would need a lot of debugging to get
  55. working again, and other programs talking to the daemon (gnome-session) would
  56. still have to be patched to support the option, or gdm patched to ignore
  57. them when they don't do authentication.  If anyone really wants this
  58. functionality back, I suggest working with upstream so it can be integrated
  59. into all the parts of the GNOME desktop that it would now impact.
  60.  
  61.  
  62. Translation of the Debconf templates
  63. ------------------------------------
  64.  
  65. A note to translators about the debconf templates -- translations
  66. should be sent to the xdm package.  I don't use gettext-based
  67. templates in the source, because I sync to the ones in the xdm
  68. package, and don't have any that are not shared.
  69.  
  70.