fix(fedora): correct governor service name for cyan-skillfish-governor-tt

Update README to mention community cases catalogue (145 designs) and
clarify governor naming (cyan-skillfish-governor-tt as default,
oberon-governor as alternative).
This commit is contained in:
Martin
2026-03-16 02:01:55 +01:00
parent ba56e4baa6
commit 714e8a640b
2 changed files with 7 additions and 6 deletions

View File

@@ -20,7 +20,8 @@
- **Troubleshooting** - boot issues, performance problems, stability fixes
- **Gaming compatibility** - tested games, settings, FPS data
- **Driver setup** - RADV configuration, environment variables
- **System configuration** - GPU governor, sensors, power management
- **Community cases catalogue** - 145 case/enclosure designs, searchable and filterable
- **System configuration** - GPU governor (cyan-skillfish-governor-tt default, oberon-governor alternative), sensors, power management
## Building Locally

View File

@@ -121,7 +121,7 @@ dnf list mesa-\*
# Use filippor/bazzite COPR with cyan-skillfish-governor-tt
sudo dnf copr enable filippor/bazzite
sudo dnf install cyan-skillfish-governor-tt
sudo systemctl enable --now oberon-governor.service
sudo systemctl enable --now cyan-skillfish-governor-tt
```
!!!info "Governor Package Update"
@@ -197,7 +197,7 @@ vulkaninfo | grep deviceName
# Should show: AMD Radeon Graphics (RADV GFX1013)
# Check governor running
systemctl status oberon-governor
systemctl status cyan-skillfish-governor-tt
# Should show: active (running)
# Check sensors
@@ -275,13 +275,13 @@ glxinfo | grep -i "opengl renderer"
```bash
# Check governor service
sudo systemctl status oberon-governor
sudo systemctl status cyan-skillfish-governor-tt
# Check logs
sudo journalctl -u oberon-governor
sudo journalctl -u cyan-skillfish-governor-tt
# Restart service
sudo systemctl restart oberon-governor
sudo systemctl restart cyan-skillfish-governor-tt
```
### Low FPS in Games