From 3cd937c0809c089872b971d8337506af40287d34 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Thu, 31 Mar 2022 19:33:09 +0200 Subject: [PATCH] Readme: Add a note for non-systemd distros --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cda2a92..4cca037 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This repository provides scripts to automatically download, patch and compile th ### Important information - **Non-pacman distros support can be considered experimental. You're invited to report issues you might encounter with it.** +- **If your distro isn't using systemd, please set _configfile="running-kernel" in customization.cfg or you might end up with a non-bootable kernel** - In `intel_pstate` driver, frequency scaling aggressiveness has been changed with kernel 5.5 which results in stutters and poor performance in low/medium load scenarios (for higher power savings). As a workaround for our gaming needs, we are setting it to passive mode to make use of the `acpi_cpufreq` governor passthrough, keeping full support for turbo frequencies. It's combined with our aggressive ondemand governor by default for good performance on most CPUs while keeping frequency scaling for power savings. In a typical low/medium load scenario (Core i7 9700k, playing Mario Galaxy on Dolphin emulator) intel_pstate in performance mode gives a stuttery 45-50 fps experience, while passive mode + aggressive ondemand offers a locked 60 fps. - Nvidia's proprietary drivers might need to be patched if they don't support your chosen kernel OOTB: [Frogging-Family nvidia-all](https://github.com/Frogging-Family/nvidia-all) can do that automatically for you.