Skip to main content

Bluefin Driver Versions Report

Executive Summary

This report tracks major driver versions across Bluefin releases to help users identify and switch to specific driver versions. Each entry includes direct links to release pages for reference.

Overview

@ublue-os/bluefin and @ublue-os/bluefin-lts publish detailed changelogs with every release that include kernel versions, Mesa driver versions, and NVIDIA driver versions. This report consolidates that information for the most recent stable, GTS, and LTS releases to help users troubleshoot driver-specific issues or test specific configurations.

Purpose: Help users switch to specific driver combinations for testing or troubleshooting.

Data Sources:

Bluefin

Image TagKernel VersionNVIDIA DriverMesa VersionRelease Link
stable-202510126.16.7-200580.95.05-125.1.9Release
stable-202510056.16.7-200580.95.05-125.1.9Release
stable-202509286.15.10-200580.82.07-225.1.9Release
stable-202509216.15.10-200580.82.07-225.1.9Release
stable-202509146.15.9-201580.82.07-225.1.7Release
stable-202509076.15.9-201580.82.07-225.1.7Release
stable-202508316.14.11-300580.76.05-225.1.7Release
stable-202508246.14.11-300580.76.05-225.1.7Release
stable-202508196.14.11-300580.76.05-125.1.4Release
stable-202508176.14.11-300580.76.05-125.1.4Release

Bluefin GTS

| Image Tag | Kernel Version | NVIDIA Driver | Mesa Version | Release Link |

gts-202510126.16.7-100580.95.05-125.0.7-1Release
gts-202510126.16.7-100580.95.05-125.0.7Release
gts-202510056.16.7-100580.95.05-125.0.7Release
gts-202509286.15.10-100580.82.07-225.0.7Release
gts-202509216.15.10-100580.82.07-225.0.7Release
gts-202509146.15.9-101580.82.07-225.0.7Release
gts-202509076.15.9-101580.82.07-225.0.7Release
gts-202508316.14.11-200580.76.05-225.0.7Release
gts-202508246.14.11-200580.76.05-225.0.7Release
gts-202508196.14.11-200580.76.05-125.0.7Release
gts-202508176.14.11-200580.76.05-125.0.7Release

Bluefin LTS

| Image Tag | Kernel Version | NVIDIA Driver | Mesa Version | Release Link |

lts.202510066.12.0-134 (HWE: 6.16.7-1)580.95.05-125.0.7-4Release
lts.202510066.12.0-134 (HWE: 6.16.7-1)580.95.05-125.0.7Release
lts.202510036.12.0-134 (HWE: 6.16.7-1)580.95.05-125.0.7Release
lts.202509306.12.0-134 (HWE: 6.15.10-1)580.82.07-225.0.7Release
lts.202509166.12.0-128 (HWE: 6.15.10-1)580.82.07-225.0.7Release
lts.202509106.12.0-126 (HWE: 6.15.9-1)580.82.07-225.0.7Release
lts.202509096.12.0-126 (HWE: 6.15.11-1)580.82.07-225.0.7Release
lts.202509086.12.0-126 (HWE: 6.15.11-1)580.82.07-225.0.7Release
lts.202509076.12.0-126 (HWE: 6.15.11-1)580.82.07-225.0.7Release
lts.202509056.12.0-126 (HWE: 6.15.11-1)580.82.07-225.0.7Release
lts.202509036.12.0-124 (HWE: 6.15.11-1)580.82.07-225.0.7Release
NVIDIA Availability

NVIDIA driver versions are only listed in NVIDIA-specific image variants. Non-NVIDIA images do not include kmod-nvidia packages. The most recent releases include NVIDIA driver 580.95.05-1 across all channels.

How to Switch to a Specific Version

To switch to any of these versions, use the bootc switch command with signature enforcement based on @bootc-dev/bootc:

Bluefin Stream

# Get your current image name
IMAGE_NAME=$(jq -r '."image-name"' < /usr/share/ublue-os/image-info.json)

# Switch to latest stable (currently stable-20251012)
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/$IMAGE_NAME:stable

# Switch to a specific stable version
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/$IMAGE_NAME:stable-20251012

# Switch to an older stable version (e.g., stable-20250928)
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/$IMAGE_NAME:stable-20250928

# Reboot to apply changes
sudo systemctl reboot

Bluefin GTS Stream

# Get your current image name
IMAGE_NAME=$(jq -r '."image-name"' < /usr/share/ublue-os/image-info.json)

# Switch to latest GTS
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/$IMAGE_NAME:gts

# Switch to a specific GTS version
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/$IMAGE_NAME:gts-20251012

# Reboot to apply changes
sudo systemctl reboot

Bluefin LTS Stream

# Get your current image name
IMAGE_NAME=$(jq -r '."image-name"' < /usr/share/ublue-os/image-info.json)

# Switch to latest LTS
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/$IMAGE_NAME:lts

# Switch to a specific LTS version
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/$IMAGE_NAME:lts.20251006

# Reboot to apply changes
sudo systemctl reboot
Finding Your Current Version

Check your current Bluefin version with:

rpm-ostree status
Signature Enforcement

The --enforce-container-sigpolicy flag ensures you're always running a signed image, maintaining security and integrity of your system.

Testing & Rollback Strategy

For Users Testing Driver Issues

  1. Identify the suspected problematic version from the table above
  2. Switch to the previous stable version using bootc switch
  3. Test your specific use case (desktop performance, hardware compatibility, etc.)
  4. Report findings in the @ublue-os/bluefin issue tracker with specific version numbers

References


Report Generated: 2025-10-15
Data Sources:

All channels include thoroughly tested driver combinations with cosign-signed container images.

Changelog

DateChangesCommit
2025-10-15Initial report created based on Bazzite template(current)