Hardware/Framework/Laptop 16: Difference between revisions
Adding hint for audio compatibility bios configuration |
Added a section on disabling ABM to improve color accuracy in power saving modes |
||
| Line 42: | Line 42: | ||
It is recommended to use [https://search.nixos.org/options?channel=23.11&show=services.power-profiles-daemon.enable power-profiles-daemon] over <code>tlp</code> for the AMD framework. | It is recommended to use [https://search.nixos.org/options?channel=23.11&show=services.power-profiles-daemon.enable power-profiles-daemon] over <code>tlp</code> for the AMD framework. | ||
=== Fix Color accuracy in Power Saving modes === | |||
[https://docs.kernel.org/gpu/amdgpu/module-parameters.html?highlight=abmlevel Active Backlight Management] is used to reduce [https://community.frame.work/t/solved-color-issues-in-linux-6-9/52158/34 battery power consumption] causing the colors of the screen to be inaccurate. | |||
Some desktop environments may already be able to modify this setting. | |||
To disable it add the kernel parameter: | |||
boot.kernelParams = [ "amdgpu.abmlevel=0" ]; | |||
=== Touchpad Palm Rejection === | === Touchpad Palm Rejection === | ||