diff options
Diffstat (limited to 'root_scripts')
| -rwxr-xr-x | root_scripts/graphics_config.sh (renamed from root_scripts/sleep_config.sh) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/root_scripts/sleep_config.sh b/root_scripts/graphics_config.sh index 3e0cb2d..9606f65 100755 --- a/root_scripts/sleep_config.sh +++ b/root_scripts/graphics_config.sh @@ -10,11 +10,12 @@ # install graphics driver pkg install -y drm-61-kmod -# update sysctl.conf -echo "hw.acpi.lid_switch_state=S3" >> /etc/sysctl.conf +# update sysctl.conf for sleep state +# note: not working; the laptop never wakes from sleep +# echo "hw.acpi.lid_switch_state=S3" >> /etc/sysctl.conf # update rc.conf -sysrc kld_list="i915kms" +sysrc kld_list+=i915kms # ensure you and root are in the video group pw groupmod video -m cjennings,root |
