From 44df82b148cbb028ec2b48a429424dcfc49f88e8 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 2 Aug 2024 22:15:57 -0400 Subject: move graphics config to desktop hostclass --- scripts/hostclass/desktop | 4 ++++ scripts/hostclass/laptop | 4 ---- 2 files changed, 4 insertions(+), 4 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}" diff --git a/scripts/hostclass/laptop b/scripts/hostclass/laptop index 58dfa7f..66d4181 100644 --- a/scripts/hostclass/laptop +++ b/scripts/hostclass/laptop @@ -28,10 +28,6 @@ sysrc -v \ create_args_wlan0='country US regdomain FCC' \ ifconfig_wlan0="WPA DHCP powersave" -# 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}" - # Hardware-specific fixes. case ${laptop_type:-} in thinkpad) -- cgit v1.2.3