PDA

View Full Version : Switching from knoppix kwm to windowmaker on the fly



Kyaecker
07-07-2003, 03:43 AM
Is there a way to switch from kde to windowmaker on the fly? I heard that there is and would like to know how to change window managers.

Thanks! :D

Ambrose
07-21-2003, 09:19 AM
Hrm, that sucks!

I need to know too. I'd like to use twm remotly, via VNC.

I have vnc all setup, but it still wants to use KDE. And I can't restart the box, because it's remote.

RockMumbles
07-21-2003, 04:27 PM
The following assumes you are running from CD:

open a root console (ctrl-alt-f1) in the root console use this command:
telinit 1
then
telinit 3
these commands put the computer into runlevel 1, single user mode, then back into multiuser console mode.
now you need to become user knoppix and cd to user knoppix's home directory so use the following commands:
su knoppix
cd
now use a text editor to make a .xinitrc file and in it put a line like this:
exec wmaker
(or exec twm )
then save the file,
and then use this command:
startx

One note, unfortunately twm is partially in english and partially in german in knoppix.

HTH

--rock