Code: Select all
fluxboxCode: Select all
tail /etc/rc.conf
# 2) even if a ~/.xsession exist, if XSESSION can be resolved, it will
# be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps
#XSESSION="Gnome"
XSESSION="KDE-3.2.0"
Code: Select all
# xdm stop
xdm error (pid 1343): extra arguments on command line:xdm error (pid 1343): "stop"xdm error (pid 1343):
Code: Select all
cd && echo fluxbox >> .xinitrc
If you've used either of the above methods then just logging out of KDE should shutdown X and drop you back to the console.also trying to figure out how to kill KDE
Code: Select all
DISPLAYMANAGER="xdm"
XSESSION="KDE-3.2.0"
he meant "rc-update add kdm default"ecatmur wrote:Set DISPLAYMANAGER="kdm" and use "rc-update add xdm default".

No you don't. You select your preferred *dm in /etc/rc.conf and do 'rc-update add xdm default' and that's all.rberry88 wrote:And after you get all the above taken care of you still need to change your /etc/inittab file to show your default run level as 5 (for graphical login) from 3 (text login).
rberry88

Oops, sorry you're correct. I had my distros confused for a second since I was posting from Arch.Souperman wrote:No you don't. You select your preferred *dm in /etc/rc.conf and do 'rc-update add xdm default' and that's all.rberry88 wrote:And after you get all the above taken care of you still need to change your /etc/inittab file to show your default run level as 5 (for graphical login) from 3 (text login).
rberry88