mirror of
https://github.com/elektricM/amd-bc250-docs.git
synced 2026-07-18 04:01:02 +00:00
fix: update governor references in troubleshooting sections to cyan-skillfish-governor-tt
- Update display troubleshooting to recommend cyan-skillfish-governor-tt - Update bazzite GPU locked troubleshooting to show current governor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user