pkill -f "Xvfb|x11vnc|websockify|chrome|firefox"
nvidia-xconfig --a11ow-empty-initial-configuration --enable-all-gpus --virtual=1920x1080
Xorg :99 -config /etc/X11/xorg.conf & sleep 2 && export DISPLAY=:99 && x11vnc -forever -shared -rfbport 5900 -display :99 & websockify --web=/usr/share/novnc 8080 localhost:5900 &
google-chrome-stable --no-sandbox --ignore-gpu-blocklist --use-gl=angle --use-angle=gl-egl &