Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 12892  / 2 Years ago, wed, november 2, 2022, 8:58:00

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.


More From » boot

 Answers
1

Yes, it is possible. I do it for games.



xinit session -- :1 -xf86config config.conf


Where session should be replaced by the session you'd like to start in the new Xorg display, and config.conf is the configuration file.



For starting it automatically, take a look at this answer.


[#37343] Wednesday, November 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
issfullus

Total Points: 264
Total Questions: 126
Total Answers: 107

Location: Comoros
Member since Mon, Dec 19, 2022
1 Year ago
;