wanjohiryan / Arc3dia

Self-Hosted Stadia: Play with your friends online from any device and at any time
https://nestri.io
GNU Affero General Public License v3.0
844 stars 14 forks source link

Add Xserver and Pulseaudio #96

Closed wanjohiryan closed 1 year ago

wanjohiryan commented 1 year ago

TODO:

wanjohiryan commented 1 year ago

After a lot of tests, i figured out that running a real Xserver in here would make us run one game/container per GPU which is not what we want...

I will now using Xvfb as a virtual xserver

wanjohiryan commented 1 year ago

TODO:

Start each process in its own systemd service.(for some reason my entrypoint.sh bash script does not work, it keeps exiting with exit code 1)

wanjohiryan commented 1 year ago

LGTM