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.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
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