If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
Once you start kde 3 or 4, press CTRL+ALT+F2 to pull up another virtual terminal.
Login to whatever account you want to run under
Then to start kde3:
startx /usr/bin/startkde -- :1
or to start kde4
startx /usr/lib/kde4/bin/startkde -- :1
The original kde session will be at the CTRL+ALT+F7 and the new one at CTRL+ALT+F8. Depending on what apps you run, you'll need at least 1Mb of RAM to avoid slowing down too much.
Another option is to start another session by using the Xephyr:
xserver-xephyr
xserver-xephyr is an X server that can be run inside another X server,
much like xnest. xephyr though, is based on the kdrive X server, and as a
result it supports newer extensions than xnest, including render and
composite.
Comment