On Mon, 29 May 2017, Tom wrote: > with init V: > stop X: sudo init 4 > start X: sudo init 5
Tomas, Slackware defines runlevels a bit differently: # 0 = halt # 1 = single user mode # 2 = unused (but configured the same as runlevel 3) # 3 = multiuser mode (default Slackware runlevel) # 4 = X11 with KDM/GDM/XDM (session managers) # 5 = unused (but configured the same as runlevel 3) # 6 = reboot When I log in it's to runlevel 3 (console mode). After logging in I enter 'startx', which is in ~/.bash_profile: alias startx='startxfce4' to move to the GUI mode. As far as I know, that does the same thing as invoking init in runlevel 5 in your example. Have I missed something? Thanks, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
