Two options:
1. As root, edit the file /etc/inittab
Change the line
id:5:initdefault:
or in the case of Slackware
id:4:initdefault:
to
id:3:initdefault:
This will cause you to boot into a command-line interface instead of a graphical one. Just type startx to bring up X.
Then create a file in your home directory named
.xinitrc
put one line in it that reads
exec fluxbox
2. To add fluxbox to your login screen, it's according to your session manager. In a terminal window type
ps aux
Is there a kdm, gdm, or xpm?
If it's kdm go to
http://www.kde.gr.jp/help/doc/kdebas...n-manager.html
Read the whole page but configuring sessions is in the section:
5.31.5.1. Session types
If not, reply back and we'll see what we can do
