diff --git a/.install/etc.sh b/.install/etc.sh index b2ef7e8..edde535 100644 --- a/.install/etc.sh +++ b/.install/etc.sh @@ -31,6 +31,7 @@ CONFIG_ETC_FILES=( ["/etc/systemd/system.conf.d/00-limits.conf"]="644" ["/etc/locale.gen"]="755" ["/etc/locale.conf"]="655" + ["/etc/sysctl.d/99-sysctl.conf"]="644" ) output::section "Copying /etc files" diff --git a/system/etc/sysctl.d/99-sysctl.conf b/system/etc/sysctl.d/99-sysctl.conf new file mode 100644 index 0000000..d90ed17 --- /dev/null +++ b/system/etc/sysctl.d/99-sysctl.conf @@ -0,0 +1,2 @@ +acpi_backlight = vendor +dev.i915.perf_stream_paranoid = 0 \ No newline at end of file