This is a Blue-OS Fedora Kionite image with a few modifications for gaming
-
Removed Applications
- Remove Firefox and Thunderbird
- Remove Plasma Welcome
- Remove Warehouse for Flatpak
-
Added Applications
- Brave Browser
- Gamemode
-
Changes
- Disable debouncing for mice (allows doubleclicks for games like Minecraft)
- Change OpenGL settings to force disable VSync
- Achieved with both environment variables and drirc
- Use Arch Linux Latency Parameters for achieving lower input latency
- Use Cake Smart Queue Management
- Use Optimized TCP Keep Alive and Recieve Window parameters
To rebase an existing Fedora Kinoite/Aurora Linux (both are tested and work fine) installation to the latest build:
- First rebase to the unsigned image to get the signing keys installed:
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/thedeveloperever/tos:latest
- Reboot to complete the rebase:
sudo systemctl reboot
- Then rebase to the signed image:
sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/thedeveloperever/tos:latest
- Reboot again to complete the installation
sudo systemctl reboot
- You can verify and sign the image using the following command:
cosign verify --key cosign.pub ghcr.io/thedeveloperever/tos