summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.org b/README.org
index e6918cc..ea20f1d 100644
--- a/README.org
+++ b/README.org
@@ -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* <...>