I have tried searching through this thread but haven't had much success.
I just installed this docker to tinker around for a future build with GPU support. At the moment I do not have any GPU's installed in my unraid server.
I am wondering if I don't have a GPU if this will even boot?
I can get NOVNC to open and it just shows a black screen after it connects.
Build: [2024-06-08 02:43:33] [master] [47f6f7a176ee0c6f6c870c29397cc1a8d6d57839] [debian]
[ /etc/cont-init.d/10-setup_user.sh: executing... ]
**** Configure default user ****
- Setting default user uid=99(default) gid=100(default)
usermod: no changes
- Adding default user to any additional required device groups
- Adding user 'default' to group: 'video'
- Adding user 'default' to group: 'audio'
- Adding user 'default' to group: 'input'
- Adding user 'default' to group: 'pulse'
- Adding user 'default' to group: 'user-gid-71' for device: /dev/input/event0
- Adding user 'default' to group: 'user-gid-18' for device: /dev/dri/card0
- Setting umask to 000
- Create the user XDG_RUNTIME_DIR path '/tmp/.X11-unix/run'
- Setting ownership of all log files in '/home/default/.cache/log'
- Setting root password
- Setting user password
DONE
[ /etc/cont-init.d/11-setup_sysctl_values.sh: executing... ]
**** Configure some system kernel parameters ****
- The vm.max_map_count is already greater than '524288'
DONE
[ /etc/cont-init.d/30-configure_dbus.sh: executing... ]
**** Configure container dbus ****
- Container configured to run its own dbus
DONE
[ /etc/cont-init.d/30-configure_udev.sh: executing... ]
**** Configure udevd ****
- Configure container to run udev management
- Ensure the default user has permission to r/w on input devices
DONE
[ /etc/cont-init.d/40-setup_locale.sh: executing... ]
**** Configure local ****
- Locales already set correctly to en_US.UTF-8 UTF-8
DONE
[ /etc/cont-init.d/50-configure_pulseaudio.sh: executing... ]
**** Configure pulseaudio ****
- Enable pulseaudio service.
- Configure pulseaudio to pipe audio to a socket
DONE
[ /etc/cont-init.d/60-configure_gpu_driver.sh: executing... ]
**** Found Intel device 'Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz CPU @ 2.9GHz' ****
- Mesa has already been installed into this container
**** No AMD device found ****
**** No NVIDIA device found ****
DONE
[ /etc/cont-init.d/70-configure_desktop.sh: executing... ]
**** Configure Desktop ****
- Enable Desktop service.
DONE
[ /etc/cont-init.d/70-configure_xorg.sh: executing... ]
**** Generate default xorg.conf ****
- Removing /tmp/.X11-unix/X55 before starting
- Configure container as primary the X server
- Enabling evdev input class on pointers, keyboards, touchpads, touch screens, etc.
DONE
[ /etc/cont-init.d/80-configure_flatpak.sh: executing... ]
**** Configure Flatpak ****
- Flatpak configured for running inside a Docker container
DONE
[ /etc/cont-init.d/90-configure_neko.sh: executing... ]
**** Configure Neko ****
- Disable Neko server
DONE
[ /etc/cont-init.d/90-configure_steam.sh: executing... ]
**** Configure Steam ****
- Enable Steam auto-start script
DONE
[ /etc/cont-init.d/90-configure_sunshine.sh: executing... ]
**** Configure Sunshine ****
- Enable Sunshine server
DONE
[ /etc/cont-init.d/90-configure_vnc.sh: executing... ]
**** Configure VNC ****
- Configure VNC service port '32036'
- Configure pulseaudio encoded stream port '32037'
- Enable VNC server
- Disable audio stream
- Disable audio websock
DONE
[ /etc/cont-init.d/95-setup_wol.sh: executing... ]
**** Configure WoL Manager ****
- Disable WoL Manager service.
**** Starting supervisord ****
- Logging all root services to '/var/log/supervisor/'
- Logging all user services to '/home/default/.cache/log/'
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/dbus.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/desktop.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/neko.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/pulseaudio.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/steam.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/sunshine.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/udev.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/vnc-audio.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/vnc.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/wol-power-manager.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/xorg.ini" during parsing
2024-06-11 05:52:56,060 INFO Included extra file "/etc/supervisor.d/xvfb.ini" during parsing
2024-06-11 05:52:56,060 INFO Set uid to user 0 succeeded
Unlinking stale socket /run/supervisor.sock
2024-06-11 05:52:56,365 INFO RPC interface 'supervisor' initialized
2024-06-11 05:52:56,366 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2024-06-11 05:52:56,366 INFO supervisord started with pid 1
2024-06-11 05:52:57,369 INFO spawned: 'dbus' with pid 222
2024-06-11 05:52:57,371 INFO spawned: 'udev' with pid 223
2024-06-11 05:52:57,373 INFO spawned: 'xorg' with pid 224
2024-06-11 05:52:57,376 INFO spawned: 'frontend' with pid 225
2024-06-11 05:52:57,378 INFO spawned: 'pulseaudio' with pid 226
2024-06-11 05:52:57,381 INFO spawned: 'x11vnc' with pid 228
2024-06-11 05:52:57,383 INFO spawned: 'desktop' with pid 231
2024-06-11 05:52:57,386 INFO spawned: 'sunshine' with pid 235
PULSEAUDIO: Starting pulseaudio service
2024-06-11 05:52:57,988 INFO reaped unknown pid 341 (exit status 0)
2024-06-11 05:52:57,988 INFO reaped unknown pid 336 (exit status 0)
2024-06-11 05:52:58,437 INFO success: dbus entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: udev entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: frontend entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: pulseaudio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,438 INFO reaped unknown pid 381 (exit status 1)
2024-06-11 05:52:59,137 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:52:59,140 INFO spawned: 'x11vnc' with pid 520
2024-06-11 05:52:59,159 INFO reaped unknown pid 495 (exit status 1)
2024-06-11 05:52:59,159 INFO reaped unknown pid 497 (exit status 1)
2024-06-11 05:52:59,160 INFO reaped unknown pid 500 (exit status 1)
2024-06-11 05:52:59,262 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:52:59,268 INFO spawned: 'xorg' with pid 540
2024-06-11 05:52:59,269 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:52:59,269 INFO reaped unknown pid 536 (terminated by SIGTRAP)
2024-06-11 05:52:59,269 INFO reaped unknown pid 537 (exit status 1)
2024-06-11 05:52:59,269 INFO reaped unknown pid 538 (exit status 1)
2024-06-11 05:52:59,271 INFO spawned: 'desktop' with pid 541
2024-06-11 05:52:59,271 INFO reaped unknown pid 539 (exit status 1)
2024-06-11 05:52:59,302 INFO reaped unknown pid 550 (exit status 0)
2024-06-11 05:52:59,354 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:52:59,355 INFO spawned: 'sunshine' with pid 554
2024-06-11 05:53:00,104 INFO reaped unknown pid 371 (exit status 0)
2024-06-11 05:53:00,335 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:00,336 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:00,336 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:00,336 INFO reaped unknown pid 672 (exit status 1)
2024-06-11 05:53:00,376 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:00,984 INFO reaped unknown pid 337 (exit status 1)
2024-06-11 05:53:01,035 INFO reaped unknown pid 484 (exit status 1)
2024-06-11 05:53:01,036 WARN exited: pulseaudio (exit status 139; not expected)
2024-06-11 05:53:01,036 INFO reaped unknown pid 815 (exit status 1)
2024-06-11 05:53:01,039 INFO spawned: 'pulseaudio' with pid 820
PULSEAUDIO: Starting pulseaudio service
2024-06-11 05:53:01,048 INFO reaped unknown pid 800 (exit status 1)
2024-06-11 05:53:01,076 INFO reaped unknown pid 783 (exit status 1)
2024-06-11 05:53:01,078 INFO reaped unknown pid 801 (exit status 1)
2024-06-11 05:53:01,170 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:01,175 INFO spawned: 'xorg' with pid 845
2024-06-11 05:53:01,176 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:01,178 INFO spawned: 'desktop' with pid 846
2024-06-11 05:53:01,188 INFO reaped unknown pid 843 (terminated by SIGTRAP)
2024-06-11 05:53:01,189 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:01,189 INFO reaped unknown pid 844 (exit status 1)
2024-06-11 05:53:01,190 INFO spawned: 'sunshine' with pid 853
2024-06-11 05:53:01,207 INFO reaped unknown pid 856 (exit status 0)
2024-06-11 05:53:01,217 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:01,230 INFO spawned: 'x11vnc' with pid 863
2024-06-11 05:53:01,960 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:02,038 INFO success: pulseaudio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:02,067 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:02,079 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:02,234 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:02,801 WARN exited: x11vnc (exit status 1; not expected)
2024-06-11 05:53:03,807 INFO spawned: 'xorg' with pid 953
2024-06-11 05:53:03,809 INFO spawned: 'x11vnc' with pid 954
2024-06-11 05:53:03,811 INFO spawned: 'desktop' with pid 955
2024-06-11 05:53:03,813 INFO spawned: 'sunshine' with pid 956
2024-06-11 05:53:03,903 INFO reaped unknown pid 970 (exit status 0)
2024-06-11 05:53:04,565 WARN exited: desktop (exit status 139; not expected)
2024-06-11 05:53:04,647 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:04,688 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:04,807 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:05,433 WARN exited: x11vnc (exit status 1; not expected)
2024-06-11 05:53:06,094 INFO spawned: 'x11vnc' with pid 1063
2024-06-11 05:53:07,100 INFO spawned: 'xorg' with pid 1068
2024-06-11 05:53:07,101 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:07,104 INFO spawned: 'desktop' with pid 1069
2024-06-11 05:53:07,106 INFO spawned: 'sunshine' with pid 1070
2024-06-11 05:53:07,127 INFO reaped unknown pid 1082 (exit status 0)
2024-06-11 05:53:07,931 INFO reaped unknown pid 662 (exit status 0)
2024-06-11 05:53:08,151 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:08,151 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:08,151 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:08,151 INFO reaped unknown pid 1198 (exit status 1)
2024-06-11 05:53:08,861 INFO reaped unknown pid 1338 (exit status 1)
2024-06-11 05:53:08,888 INFO reaped unknown pid 1294 (exit status 1)
2024-06-11 05:53:08,888 INFO reaped unknown pid 1297 (exit status 1)
2024-06-11 05:53:08,889 INFO reaped unknown pid 1300 (exit status 1)
2024-06-11 05:53:08,975 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:08,977 INFO spawned: 'sunshine' with pid 1362
2024-06-11 05:53:08,998 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:09,012 INFO spawned: 'xorg' with pid 1369
2024-06-11 05:53:09,013 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:09,013 INFO reaped unknown pid 1359 (terminated by SIGTRAP)
2024-06-11 05:53:09,013 INFO reaped unknown pid 1361 (exit status 1)
2024-06-11 05:53:09,013 INFO reaped unknown pid 1363 (exit status 1)
2024-06-11 05:53:09,016 INFO spawned: 'desktop' with pid 1370
2024-06-11 05:53:09,031 INFO reaped unknown pid 1367 (exit status 1)
2024-06-11 05:53:09,042 INFO reaped unknown pid 1379 (exit status 0)
2024-06-11 05:53:09,047 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:09,055 INFO spawned: 'x11vnc' with pid 1383
2024-06-11 05:53:09,846 INFO reaped unknown pid 1188 (exit status 0)
2024-06-11 05:53:10,087 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:10,087 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:10,087 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:10,088 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:10,088 INFO reaped unknown pid 1495 (exit status 1)
2024-06-11 05:53:10,770 INFO reaped unknown pid 1623 (exit status 1)
2024-06-11 05:53:10,803 INFO reaped unknown pid 1599 (exit status 1)
2024-06-11 05:53:10,803 INFO reaped unknown pid 1603 (exit status 1)
2024-06-11 05:53:10,803 INFO reaped unknown pid 1610 (exit status 1)
2024-06-11 05:53:10,888 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:10,890 INFO spawned: 'sunshine' with pid 1649
2024-06-11 05:53:10,907 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:10,909 INFO spawned: 'xorg' with pid 1657
2024-06-11 05:53:10,913 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:10,915 INFO spawned: 'desktop' with pid 1658
2024-06-11 05:53:10,915 INFO reaped unknown pid 1650 (exit status 1)
2024-06-11 05:53:10,929 INFO reaped unknown pid 1655 (exit status 1)
2024-06-11 05:53:10,953 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:10,958 INFO spawned: 'x11vnc' with pid 1665
2024-06-11 05:53:11,558 INFO reaped unknown pid 1738 (exit status 0)
2024-06-11 05:53:11,796 INFO reaped unknown pid 1485 (exit status 0)
2024-06-11 05:53:12,028 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:12,029 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:12,029 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:12,029 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:12,029 INFO reaped unknown pid 1786 (exit status 1)
2024-06-11 05:53:12,714 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:12,714 INFO reaped unknown pid 1936 (exit status 1)
2024-06-11 05:53:12,714 INFO reaped unknown pid 1777 (exit status 1)
2024-06-11 05:53:12,714 INFO reaped unknown pid 1857 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1862 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1866 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1871 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1874 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1892 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1890 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1893 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1900 (exit status 1)
2024-06-11 05:53:12,717 INFO spawned: 'desktop' with pid 1947
2024-06-11 05:53:12,775 INFO reaped unknown pid 1953 (exit status 0)
2024-06-11 05:53:12,833 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:12,835 INFO spawned: 'xorg' with pid 1958
2024-06-11 05:53:12,835 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:12,837 INFO spawned: 'sunshine' with pid 1959
2024-06-11 05:53:12,838 INFO reaped unknown pid 1653 (exit status 1)
2024-06-11 05:53:12,887 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:12,895 INFO spawned: 'x11vnc' with pid 1966
2024-06-11 05:53:13,686 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:13,691 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:13,697 WARN exited: desktop (exit status 139; not expected)
2024-06-11 05:53:14,211 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:14,464 WARN exited: x11vnc (exit status 1; not expected)
2024-06-11 05:53:15,469 INFO spawned: 'xorg' with pid 2057
2024-06-11 05:53:15,472 INFO spawned: 'x11vnc' with pid 2058
2024-06-11 05:53:15,474 INFO spawned: 'desktop' with pid 2059
2024-06-11 05:53:15,477 INFO spawned: 'sunshine' with pid 2060
2024-06-11 05:53:16,113 INFO reaped unknown pid 2144 (exit status 0)
2024-06-11 05:53:16,363 INFO reaped unknown pid 1776 (exit status 0)
2024-06-11 05:53:16,616 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:16,616 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:16,616 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:16,616 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:16,616 INFO reaped unknown pid 2187 (exit status 1)
2024-06-11 05:53:17,262 INFO reaped unknown pid 2311 (exit status 1)
2024-06-11 05:53:17,262 INFO reaped unknown pid 2302 (exit status 1)
2024-06-11 05:53:17,287 INFO reaped unknown pid 2310 (exit status 1)
2024-06-11 05:53:17,383 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:17,385 INFO spawned: 'sunshine' with pid 2329
2024-06-11 05:53:17,385 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:17,387 INFO spawned: 'xorg' with pid 2330
2024-06-11 05:53:17,388 INFO reaped unknown pid 2326 (exit status 1)
2024-06-11 05:53:17,388 INFO reaped unknown pid 2327 (exit status 1)
2024-06-11 05:53:17,388 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:17,390 INFO spawned: 'desktop' with pid 2331
2024-06-11 05:53:17,406 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:17,409 INFO spawned: 'x11vnc' with pid 2345
2024-06-11 05:53:17,409 INFO reaped unknown pid 2328 (terminated by SIGTRAP)
2024-06-11 05:53:17,413 INFO reaped unknown pid 2344 (exit status 0)
2024-06-11 05:53:18,250 INFO reaped unknown pid 2177 (exit status 0)
2024-06-11 05:53:18,474 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:18,474 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:18,474 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:18,474 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:18,474 INFO reaped unknown pid 2460 (exit status 1)
2024-06-11 05:53:19,189 INFO reaped unknown pid 2598 (exit status 1)
2024-06-11 05:53:19,189 INFO reaped unknown pid 2572 (exit status 1)
2024-06-11 05:53:19,190 INFO reaped unknown pid 2584 (exit status 1)
2024-06-11 05:53:19,208 INFO reaped unknown pid 2573 (exit status 1)
2024-06-11 05:53:19,293 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:19,297 INFO spawned: 'xorg' with pid 2626
2024-06-11 05:53:19,300 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:19,300 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:19,300 INFO reaped unknown pid 2623 (exit status 1)
2024-06-11 05:53:19,302 INFO spawned: 'desktop' with pid 2627
2024-06-11 05:53:19,304 INFO spawned: 'sunshine' with pid 2628
2024-06-11 05:53:19,304 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:19,306 INFO spawned: 'x11vnc' with pid 2631
2024-06-11 05:53:19,317 INFO reaped unknown pid 2624 (terminated by SIGTRAP)
2024-06-11 05:53:19,317 INFO reaped unknown pid 2625 (exit status 1)
2024-06-11 05:53:19,953 INFO reaped unknown pid 2711 (exit status 0)
2024-06-11 05:53:20,231 INFO reaped unknown pid 2450 (exit status 0)
2024-06-11 05:53:20,491 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:20,491 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:20,492 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:20,492 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:20,492 INFO reaped unknown pid 2754 (exit status 1)
2024-06-11 05:56:25,199 INFO reaped unknown pid 2884 (exit status 1)
2024-06-11 05:58:00,331 INFO reaped unknown pid 359 (exit status 0)
2024-06-11 05:58:01,333 INFO reaped unknown pid 649 (exit status 0)
2024-06-11 05:58:10,346 INFO reaped unknown pid 1175 (exit status 0)
2024-06-11 05:58:12,349 INFO reaped unknown pid 1472 (exit status 0)
2024-06-11 05:58:13,351 INFO reaped unknown pid 1763 (exit status 0)
2024-06-11 05:58:18,359 INFO reaped unknown pid 2164 (exit status 0)
2024-06-11 05:58:20,363 INFO reaped unknown pid 2437 (exit status 0)
2024-06-11 05:59:03,416 INFO reaped unknown pid 2731 (exit status 0)
Followed the flatpack rebuild and now I just have a cannot connect to server issue.