Solved Switching from xfce to console and back

When running a desktop environment, with ctrl-alt-f2 for example you can switch to another tty. If i ctrl-alt-f1 back i can see the shell that spawned xfce, something that is very useful for debugging-general info. My question is, how i switch from tty0 for example (that spawned xfce through startx) to the actual gui? Thanks
 
... as to why that is the case: the X session attaches to the first unused virtual console, and since FreeBSD has eight active virtual consoles by default, that will be the ninth (check /etc/ttys).
 
Back
Top