1
1
Fork 0

mynix: use performance profile index 1

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-09 17:30:10 -05:00
parent 9a4377d6a8
commit 3ae6c4ed6f
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -61,7 +61,7 @@
#?? ls -l /dev/dri/by-path/*-card #?? ls -l /dev/dri/by-path/*-card
#?? grep '*' /sys/class/drm/card*/device/pp_power_profile_mode #?? grep '*' /sys/class/drm/card*/device/pp_power_profile_mode
services.udev.extraRules = '' services.udev.extraRules = ''
KERNEL=="renderD128", SUBSYSTEM=="drm", DRIVERS=="amdgpu", ATTR{device/power_dpm_force_performance_level}="manual", ATTR{device/pp_power_profile_mode}="5" KERNEL=="renderD128", SUBSYSTEM=="drm", DRIVERS=="amdgpu", ATTR{device/power_dpm_force_performance_level}="manual", ATTR{device/pp_power_profile_mode}="1"
''; '';
# https://github.com/Zygo/bees # https://github.com/Zygo/bees