aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-02-26 07:51:14 -0500
committerCullum Smith <cullum@sacredheartsc.com>2025-02-26 07:51:14 -0500
commit90d55a5b39a45077937f647427aa2e1df2f2b04b (patch)
tree9ed066e613642ce80bcc293aaf5bc5e74efbe48f
parent4754eacf70eff5f9926ef6b8b3bd4ed21a260cd0 (diff)
downloadinfrastructure-master.tar.gz
intel fix: disable_power_well=0HEADmaster
-rw-r--r--scripts/hostclass/laptop/20-laptop3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/hostclass/laptop/20-laptop b/scripts/hostclass/laptop/20-laptop
index 5a26b4c..ce4a065 100644
--- a/scripts/hostclass/laptop/20-laptop
+++ b/scripts/hostclass/laptop/20-laptop
@@ -16,9 +16,10 @@ pkg install -y networkmgr
set_loader_conf vfs.zfs.txg.timeout=10
# Set intel power saving options.
+# For disable_power_well=0, see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229190
if [ "$graphics_type" = intel ]; then
set_loader_conf \
- compat.linuxkpi.i915_disable_power_well=1 \
+ compat.linuxkpi.i915_disable_power_well=0 \
compat.linuxkpi.i915_enable_dc=2
fi