To enable the GNOME Display Manager, add the following lines to the
/etc/rc.local file:

if [ -x /usr/local/sbin/gdm ]; then
        echo -n ' gdm';        /usr/local/sbin/gdm
fi
