slim: slim (lightweight login manager)
slim:
slim: SLiM is a Desktop-independent graphical login manager for X11,
slim: derived from Login.app.
slim: It aims to be light and simple, although completely configurable
slim: through themes and an option file; is suitable for machines on which
slim: remote login functionalities are not needed.
slim:
slim:
slim: slim home: http://slim.berlios.de/
slim:
Note:
You can add SLiM as the login manager to use in runlevel 4, as follows:
Open /etc/rc.d/rc.4 in an editor and add these lines:
# --- 8< --------------------------------------------------------------------
# Try to use SLiM login manager. This comes first because if
# SLiM is on the machine then the user probably installed it and wants
# to use it by default:
if [ -x /usr/bin/slim ]; then
exec /usr/bin/slim
fi
# --- 8< --------------------------------------------------------------------
...just above the line in rc.4 that goes like:
# Try to use GNOME's gdm session manager. This comes first because if
When you restart the computer in runlevel 4, you will be greeted by the SLiM
login screen.
Apache/2.2.22 Server at slackware.com Port 80