diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-02-26 07:51:14 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-02-26 07:51:14 -0500 |
commit | 90d55a5b39a45077937f647427aa2e1df2f2b04b (patch) | |
tree | 9ed066e613642ce80bcc293aaf5bc5e74efbe48f | |
parent | 4754eacf70eff5f9926ef6b8b3bd4ed21a260cd0 (diff) | |
download | infrastructure-master.tar.gz |
-rw-r--r-- | scripts/hostclass/laptop/20-laptop | 3 |
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 |