I'd like to have 2 VT's running, one on VT7 with the standard lightdm + unity interface and another on VT8 running a custom script which will launch a virtual machine in full screen.
At the moment I've tried writing an init.d
script with no luck and I can't find any details on a configuration file which will allow me to start 2 servers.
I suppose my ideal answer would be one which points me to a config file I can edit to start up an additional server.
Edit - I forgot to mention in the text that I already know how to start another X session: I'd like this to start automatically at boot.
startx -- :n
will start another X server on VTn. – Samik Jun 23 '12 at 12:52/etc/ttys
but this file appears to have been supplanted in non-ancient versions of Ubuntu (by/etc/console-setup
). Maybe an equivalent would be to edit/etc/init/tty6.conf
and add your X incantation? I don't have time to explore this and provide a detailed answer. – Alex Hirzel Jun 25 '12 at 15:30