In the gnome section of the desktop configuration guide, it shows how to setup gdm to startup at boot time as such: If you want the GNOME Display Manager (GDM) to run automatically when you boot (so you can log on graphically), you must add the xdm init script to the default runlevel: Code Listing 7: Adding xdm to the default runlevel # rc-update add gdm default This is incorrect however, as xdm is supposed to be setup as is shown at the bottom of the chapter: Code Listing 9: Editing /etc/rc.conf DISPLAYMANAGER="gdm" Reproducible: Always Steps to Reproduce: 1. 2. 3.
Arg, incomplete post: I'd like to thank INDIE for reporting this bug to the attention of #gentoo-bugs. If not, this would probably be unresolved for awhile :).
Indeed, thanks for reporting/noticing (both of you :). I've fixed this in CVS.