README seasoning

This commit is contained in:
2022-11-10 23:40:35 +01:00
parent 8e21f1f08c
commit e3dac1c150

View File

@ -3,7 +3,7 @@
## Increase performances of your AMD GPU on linux system:
- Download & install [amdgpu-clocks](https://github.com/sibradzic/amdgpu-clocks) (go for the "manual installation");
- Set `amdgpu.ppfeaturemask=0xffffffff` as boot kernel parameter ;
- Set `amdgpu.ppfeaturemask=0xffffffff` as boot kernel parameter (**Mandatory**!) ;
- Check initial status of your gpu (`card0` generally) with `cat /sys/class/drm/card0/device/pp_od_clk_voltage`
*Example output*
@ -78,4 +78,5 @@ FORCE_PERF_LEVEL: manual
- Enjoy 99% GPU usage in games now :)
## Sources
- [ArchLinux Wiki](https://wiki.archlinux.org/title/AMDGPU)
- [ArchLinux Wiki](https://wiki.archlinux.org/title/AMDGPU) ;
- [amdgpu-clocks github repository](https://github.com/sibradzic/amdgpu-clocks).