mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 16:19:32 +00:00
kernel still breaking. updated name which may have been issue
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=B550 boards suspend fix
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/sh -c "/bin/echo GPP0 > /proc/acpi/wakeup"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,34 @@
|
||||
# tuned config
|
||||
|
||||
[main]
|
||||
summary=Balanced (balance_performance)
|
||||
|
||||
[modules]
|
||||
cpufreq_conservative=+r
|
||||
|
||||
[cpu]
|
||||
priority=10
|
||||
governor=schedutil|conservative|powersave
|
||||
energy_perf_bias=normal
|
||||
energy_preference_performance=balance_performance
|
||||
boost=1
|
||||
|
||||
[acpi]
|
||||
platform_profile=balanced
|
||||
|
||||
[audio]
|
||||
timeout=0
|
||||
|
||||
[sysctl]
|
||||
vm.swappiness = 180
|
||||
|
||||
[video]
|
||||
radeon_powersave=dpm-balanced, auto
|
||||
panel_power_savings=0
|
||||
|
||||
# [disk]
|
||||
# Comma separated list of devices, all devices if commented out.
|
||||
# devices=sda
|
||||
|
||||
[scsi_host]
|
||||
alpm=medium_power
|
||||
@@ -0,0 +1,40 @@
|
||||
# tuned configuration
|
||||
|
||||
[main]
|
||||
summary=Balanced (balance_power)
|
||||
|
||||
[cpu]
|
||||
governor=schedutil|conservative|powersave
|
||||
energy_perf_bias=powersave|power
|
||||
energy_performance_preference=balance_power
|
||||
boost=0
|
||||
|
||||
[acpi]
|
||||
platform_profile=low-power|quiet
|
||||
|
||||
[eeepc_she]
|
||||
|
||||
[vm]
|
||||
|
||||
[audio]
|
||||
timeout=0
|
||||
|
||||
[video]
|
||||
radeon_powersave=dpm-battery, auto
|
||||
panel_power_savings=3
|
||||
|
||||
[disk]
|
||||
# Comma separated list of devices, all devices if commented out.
|
||||
# devices=sda
|
||||
|
||||
[net]
|
||||
# Comma separated list of devices, all devices if commented out.
|
||||
# devices=eth0
|
||||
|
||||
[scsi_host]
|
||||
alpm=min_power
|
||||
|
||||
[sysctl]
|
||||
vm.laptop_mode=5
|
||||
vm.dirty_writeback_centisecs=1500
|
||||
kernel.nmi_watchdog=0
|
||||
Reference in New Issue
Block a user