88c7d3697c
- make the *beep* sounds work - install the Xsession script with the executable bit, so gdm won't try to start gnome in failsafe mode. as reported by several users. tested by fkr@
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
To enable the GNOME Display Manager, add the following lines to the
|
|
/etc/rc.local file:
|
|
|
|
if [ -x ${PREFIX}/sbin/gdm ]; then
|
|
echo -n ' gdm'; ${PREFIX}/sbin/gdm
|
|
fi
|