Mise à jour de 'README.md'

This commit is contained in:
2022-11-10 23:37:03 +01:00
parent 3da82e7c99
commit 8e21f1f08c

View File

@ -20,7 +20,7 @@ OD_RANGE:
SCLK: 500Mhz 3000Mhz
MCLK: 674Mhz 1075Mhz
```
- Retrieve also all power-profile-modes available `cat /sys/class/drm/card0/device/pp_power_profile_mode`
- Display all available power profile modes `cat /sys/class/drm/card0/device/pp_power_profile_mode`
*Example output*
```
@ -55,10 +55,10 @@ PROFILE_INDEX(NAME) CLOCK_TYPE(NAME) FPS MinFreqType MinActiveFreqType MinActive
2( MEMLK) 0 5 1 0 4 800 327680 -65536 0
```
- Go for the **COMPUTE** n°**5** power profile to get maximum performances ;
- Select the **COMPUTE** n°**5** power profile to get maximum performances ;
- Create the file `/etc/default/amdgpu-custom-states.card0` ;
*Configuration example*
*Configuration example for my RX 6900XT*
> You better read the amdgpu-clocks shell script to understand & find some useful variables.
```
# GPU Clock
@ -74,5 +74,8 @@ FORCE_POWER_CAP: 332000000
FORCE_PERF_LEVEL: manual
```
- Enable the amdgpu-clocks systemd service ;
- Enjoy 99% GPU usage in games now :).
- Enable the [amdgpu-clocks systemd service](https://git.spokonline.net/spokendotcpp/amdgpu-overclock/src/branch/master/amdgpu-clocks.service) ;
- Enjoy 99% GPU usage in games now :)
## Sources
- [ArchLinux Wiki](https://wiki.archlinux.org/title/AMDGPU)