aboutsummaryrefslogtreecommitdiff
path: root/scripts/hostclass/desktop
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-08-02 22:15:57 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-08-02 22:15:57 -0400
commit44df82b148cbb028ec2b48a429424dcfc49f88e8 (patch)
treea41bd35dc65575e4b91e7930694ca5f102cd0dfb /scripts/hostclass/desktop
parentb62a287a4c77ca431370e1990f67137ae6414ecd (diff)
downloadinfrastructure-44df82b148cbb028ec2b48a429424dcfc49f88e8.tar.gz
move graphics config to desktop hostclass
Diffstat (limited to 'scripts/hostclass/desktop')
-rw-r--r--scripts/hostclass/desktop4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/hostclass/desktop b/scripts/hostclass/desktop
index d90081e..2a85f16 100644
--- a/scripts/hostclass/desktop
+++ b/scripts/hostclass/desktop
@@ -96,3 +96,7 @@ case $graphics_type in
load_kernel_module i915kms
;;
esac
+
+# On some graphics cards, kern.vt.suspendswitch=1 (the default) breaks graphics
+# acceleration after resuming from sleep.
+set_sysctl kern.vt.suspendswitch="${vt_suspendswitch:-1}"