Have to start it right away

This commit is contained in:
David Heinemeier Hansson
2026-02-19 21:03:55 +01:00
parent c266a4d7f4
commit ae8b9b748b
+1 -1
View File
@@ -6,7 +6,7 @@
# Ensure supergfxctl has been installed # Ensure supergfxctl has been installed
if omarchy-cmd-missing supergfxctl; then if omarchy-cmd-missing supergfxctl; then
omarchy-pkg-add supergfxctl omarchy-pkg-add supergfxctl
sudo systemctl enable supergfxd sudo systemctl enable --now supergfxd
# Needed to deal with restoring to sleep where going through VFIO first means we don't need to reboot. # Needed to deal with restoring to sleep where going through VFIO first means we don't need to reboot.
sudo sed -i "s/\"vfio_enable\": \".*\"/\"vfio_enable\": true/" /etc/supergfxd.conf sudo sed -i "s/\"vfio_enable\": \".*\"/\"vfio_enable\": true/" /etc/supergfxd.conf