Quote:
Originally posted by AmdPopper
It gives me that BS graphical interface when I boot and only has one user to select from I can't type in root//**********
|
When it boots, there should be an option to enter text mode or run level 3. Maybe by pressing F1 or something like that....
login as root
You can edit /etc/inittab with nano, pico, vi, or whatever text editor you like.
cd /etc
pico inittab
and change the default run level from 5 to 3. Then you will boot into text mode instead of graphical mode and can add users with the standard tools (commad line that I suggested above). And each user will need a /home/username/.xinitrc file to define the user's default gui.
You can then type startx as any user and go to a gui (kde in my example). Or you can just add the users while in text mode and edit /etc/inittab back to default=5.