mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-02-22 18:43:58 +01:00
warn the user about the dangers of gpu overclocking, stop suggesting to crank up sliders in corectrl
This commit is contained in:
parent
a3fd71e6ce
commit
7fba4a5543
1 changed files with 8 additions and 1 deletions
|
@ -19,11 +19,18 @@ You should add a kernel arg for `amdgpu` driven cards. Add `amdgpu.ppfeaturemask
|
||||||
|
|
||||||
### The simple way: Use CoreCtrl
|
### The simple way: Use CoreCtrl
|
||||||
|
|
||||||
|
{{% hint danger %}}
|
||||||
|
**BE CAREFUL**
|
||||||
|
|
||||||
|
CoreCtrl is an **overclocking** utility. Overclocking your GPU is potentially dangerous and if done without care it could **permanently damage your hardware**.
|
||||||
|
|
||||||
|
If you limit yourself to setting the power profile you should be fine, but don't just crank up the sliders.
|
||||||
|
{{% /hint %}}
|
||||||
|
|
||||||
- Install [CoreCtrl](https://gitlab.com/corectrl/corectrl)
|
- Install [CoreCtrl](https://gitlab.com/corectrl/corectrl)
|
||||||
- Select your GPU on the top
|
- Select your GPU on the top
|
||||||
- Set Performance mode to Advanced
|
- Set Performance mode to Advanced
|
||||||
- Set Power profile to VR
|
- Set Power profile to VR
|
||||||
- Set the GPU and Memory sliders to max
|
|
||||||
|
|
||||||
### Enable VR profile using a script
|
### Enable VR profile using a script
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue