diff --git a/docs/linux/bazzite.md b/docs/linux/bazzite.md index 394997d..38a9c4c 100644 --- a/docs/linux/bazzite.md +++ b/docs/linux/bazzite.md @@ -351,14 +351,15 @@ sudo systemctl restart oberon-governor **Solution:** ```bash -# Check governor status -systemctl status oberon-governor +# Check governor status (use whichever you installed) +systemctl status cyan-skillfish-governor-tt +# Or: systemctl status oberon-governor # If not running: -sudo systemctl enable --now oberon-governor.service +sudo systemctl enable --now cyan-skillfish-governor-tt.service # Restart if running: -sudo systemctl restart oberon-governor +sudo systemctl restart cyan-skillfish-governor-tt # Verify frequency scaling cat /sys/class/drm/card0/device/pp_dpm_sclk diff --git a/docs/troubleshooting/display.md b/docs/troubleshooting/display.md index d378744..4296996 100644 --- a/docs/troubleshooting/display.md +++ b/docs/troubleshooting/display.md @@ -106,10 +106,10 @@ After booting with nomodeset: sudo dnf update sudo dnf install mesa-vulkan-drivers mesa-dri-drivers -# Install GPU governor -sudo dnf copr enable @exotic-soc/oberon-governor -sudo dnf install oberon-governor -sudo systemctl enable --now oberon-governor.service +# Install GPU governor (recommended) +sudo dnf copr enable filippor/bazzite +sudo dnf install cyan-skillfish-governor-tt +sudo systemctl enable --now cyan-skillfish-governor-tt.service # Then remove nomodeset: sudo nano /etc/default/grub