diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-04-13 16:54:27 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-04-17 02:02:41 +0800 |
| commit | a3f4e7bff779da4593a2922516064a8edaafa3e6 (patch) | |
| tree | 3580f2ba474e5778f27087aff121cdd32d50fef7 | |
| parent | 3995b9b3817e09886e7ebffcd7842f939d0fe3e9 (diff) | |
With commit 4f0a0c8956cba9f103071d3552f25f2e15e06612, most kernel versions are
now supported by our packaged open source kernel modules.
* README.org (NVIDIA graphics card): Update per-driver supported kernel
versions.
Update kernel version used in examples to 6.18.
Fixes: #441
| -rw-r--r-- | README.org | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -258,14 +258,13 @@ Blackwell. Wayland support for =nvda-470= and =nvda-390= is only available on GNOME desktop environment. Per-driver supported kernel versions, let us know if you have hardware to test! -The sign ⚠️ means open source kernel modules don't work but close source ones do. | Driver | linux-6.19 | linux-6.18 | linux-6.12 | linux-6.6 | linux-6.1 | |-----------+------------+------------+------------+-----------+-----------| -| nvda-beta | ⚠️ | ⚠️ | ✅ | ✅ | ✅ | -| nvda-595 | ⚠️ | ⚠️ | ✅ | ✅ | ✅ | -| nvda-590 | ⚠️ | ✅ | ✅ | ✅ | ✅ | -| nvda-580 | ✅ | ⚠️ | ✅ | ✅ | ✅ | +| nvda-beta | ✅️ | ✅️️ | ✅ | ✅ | ✅ | +| nvda-595 | ✅️ | ✅️️ | ✅ | ✅ | ✅ | +| nvda-590 | ✅️️ | ✅ | ✅ | ✅ | ✅ | +| nvda-580 | ✅ | ✅️️ | ✅ | ✅ | ✅ | | nvda-470 | ✅ | ✅ | ✅ | ✅ | ✅ | | nvda-390 | | | | | | @@ -367,7 +366,7 @@ Full example below: (define %my-os (operating-system - (kernel linux-6.12) + (kernel linux-6.18) (firmware (cons* linux-firmware %base-firmware)) <...>)) @@ -398,7 +397,7 @@ manager]] (=sddm-service-type=, defined in =(gnu services sddm)=). (define %my-os (operating-system - (kernel linux-6.12) + (kernel linux-6.18) (firmware (cons* linux-firmware %base-firmware)) (services (cons* <...> |
