Hello again all.
On most of my customers systems I have it clear the screen then show the login prompt. Just recently I learned about the login manager and run level 4. The problem I am having is this. Usually I make a script that sets the system to exit directly back to the login prompt when the user exits xWindows. This is best for most of my clients as they have multiple family members that use the same system, and short of a reboot this gives them the quickest access to an account change. (as far as I know, there may be a faster way.) I have two items I am looking for help on.
1. After I have the login manager up and changed to my specs. If I go to the K menu and try to either a. Hit Switch User then Start New Session or b. select Logout then End Current Session, Instead of getting the command prompt or the GUI, I get nothing. A blank screen. I am not sure if this may be a conflict with the return to login prompt script or a little known problem with the manager. I will fiddle with the script settings and see. Just wanted to throw it out there.
2. I was looking for where, and in what syntax, I need to pass the quiet boot option in the lilo.conf.
As an addendum, I am trying this on a Dell Laptop. Using Slackware 11 and the 2.6.20.4 kernel. The laptop has 4 accounts, only one has the auto start and logout script. For this I made a .bash_profile and set it to if the name and password are correct and they are vc/1 then
startx
clear
logout
The problem with the login manager not restarting happens on all of the accounts not just the one with this script.
Thanks in advance for any and all input
