You are not logged in.
Hi,
I once had to add the "login=text" boot option to the boot options list in order to solve a graphics problem. This effectively disabled the Slim login manager. Now I removed the boot option and the Slim login manager still isn't showing up. I have to login from the text interface, su, and then start slim myself.
It would be much more convenient to have slim started automatically again. Can someone show me how to enable this?
Thanks!
Offline
screen=text permanently removes slim from [c]RUN_DAEMONS=[/c] section of /etc/rcS.conf
Add it back and slim will start on boot.
# [c]leafpad /etc/rcS.conf[/c]
Scroll down to this section:
# Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
# Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
# not really important, but dbus/hald should be started before slim.
RUN_DAEMONS="dbus hald firewall slim"
Offline
Thank you, thank you, thank you!
Offline
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]