I want to run the X Server as a background process, without immediately starting an X session. The reason I wish to do this is because I am writing a console application that will use Xlib to open a display when it is run. This needs the X server to be running to work.
How do I go about starting the X server as a background process?
Regards
How do I go about starting the X server as a background process?
Regards