diff options
| -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* <...> |
