This is just bazzite, but with extra developer-specific tooling, aiming to match Bluefin DX and Aurora DX in functionality
bazzite-gdx
will source from here and be focused for game development.
To rebase an existing Bazzite installation to Bazzite DX, use one of the following commands based on your current variant:
For KDE Plasma (default Bazzite):
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx:stable
For GNOME:
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-gnome:stable
For KDE Plasma with NVIDIA:
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia:stable
For GNOME with NVIDIA:
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia-gnome:stable
To skip signature verification (not recommended unless you know what you're doing and why you're doing it), replace ostree-image-signed:docker://ghcr.io
with ostree-unverified-registry:ghcr.io
.
Do not switch between GNOME and KDE variants! If you are currently running:
- GNOME (bazzite-gnome*): Only use the
-gnome
variants above - KDE Plasma (standard bazzite): Only use the variants without
-gnome
in the name
Switching between desktop environments via rebase can break your installation and may require a complete reinstall.
After running the rebase command, reboot your system to complete the installation.
This project is built upon the work from amyos