summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Ghibò <ghibo@mageia.org>2025-07-22 13:00:05 +0200
committerGiuseppe Ghibò <ghibo@mageia.org>2025-07-22 13:00:05 +0200
commit12136634c7c5dfcde309c90343f5faacc16a3ef9 (patch)
tree9c0f097f61af7a98a35105b2a2f18e89a759a89b
parent7af0b5d510a453e53c12d883b3bb3f4f643fc7df (diff)
downloadldetect-lst-master.tar
ldetect-lst-master.tar.gz
ldetect-lst-master.tar.bz2
ldetect-lst-master.tar.xz
ldetect-lst-master.zip
Move default for some nvidia series cards from nouveau to modesetting as it's more stableHEAD0.6.61master
Introduce new categories based on architecture Move recently introduced Blackwell cards to the new group
-rw-r--r--Makefile2
-rw-r--r--NEWS9
-rw-r--r--lst/Cards+56
-rw-r--r--lst/pcitable.x86_6472
4 files changed, 98 insertions, 41 deletions
diff --git a/Makefile b/Makefile
index 9c06c915..f7f736bd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include Makefile.config
NAME = ldetect-lst
-VERSION := 0.6.60
+VERSION := 0.6.61
FILES = AUTHORS Makefile Makefile.config convert lst update-ldetect-lst
diff --git a/NEWS b/NEWS
index 054a661a..9aad032d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 0.6.61 - 22 Jul 2025
+
+- Move default DRIVER for "GeForce 745 series and later" cards from nouveau to modesetting as it's more stable.
+- Move default DRIVER for "GeForce 635 to GeForce 920" cards from nouveau to modesetting as it's more stable.
+- Move default DRIVER for "GeForce 420 to GeForce 630" cards from nouveau to modesetting at it's more stable.
+- Move default DRIVER for "GeForce 8100 to GeForce 415" cards from nouveau to modesetting as it's more stable.
+- Introduce new categories based on architecture: Turing, Ampere, Hopper, Ada Lovelace, Blackwell, etc.
+- Move recently introduced Blackwell cards pci.ids from "GeForce 745 series and later" to Blackwell and Hopper groups.
+
Version 0.6.60 - 18 Jul 2025
- add support for nvidia-current-570.172 pci-ids.
- newer cards added: NVIDIA H200 NVL, GH200 144G HBM3e, RTX 4070 Ti SUPER,
diff --git a/lst/Cards+ b/lst/Cards+
index b3728922..0d732468 100644
--- a/lst/Cards+
+++ b/lst/Cards+
@@ -280,7 +280,7 @@ DRIVER nouveau
#DRIVER2_NEEDS_SSE
NAME NVIDIA GeForce 8100 to GeForce 415
-DRIVER nouveau
+DRIVER modesetting
#DRIVER2 nvidia340
#DRIVER2_NEEDS_SSE
@@ -291,21 +291,69 @@ DRIVER nouveau
# working driver for 410/415, since all of those are also
# supported by nvidia340.
NAME NVIDIA GeForce 420 to GeForce 630
-DRIVER nouveau
+DRIVER modesetting
#DRIVER2 nvidia390
#DRIVER2_NEEDS_SSE
# nvidia470 supports some drivers also supported by nvidia390
# but that one is eol by 12/2022
NAME NVIDIA GeForce 635 to GeForce 920
-DRIVER nouveau
+DRIVER modesetting
DRIVER2 nvidia470
DRIVER2_NEEDS_SSE
# nvidia-current from version 410.xx is 64bit only
# also supports some gpus that are supported by nvidia470
NAME NVIDIA GeForce 745 series and later
-DRIVER nouveau
+DRIVER modesetting
+DRIVER2 nvidia-current
+DRIVER2_NEEDS_SSE
+
+# NVidia Turing cards and beyond
+NAME NVIDIA Architecture (2018): Turing
+DRIVER modesetting
+DRIVER2 nvidia-current
+DRIVER2_NEEDS_SSE
+
+# NVidia Ampere cards and beyond
+NAME NVIDIA Architecture (2020): Ampere
+DRIVER modesetting
+DRIVER2 nvidia-current
+DRIVER2_NEEDS_SSE
+
+# NVidia Hopper cards and beyond
+NAME NVIDIA Architecture (2022): Hopper
+DRIVER modesetting
+DRIVER2 nvidia
+DRIVER2_NEEDS_SSE
+
+# NVidia Ada Lovelace cards and beyond
+NAME NVIDIA Architecture (2022): Ada Lovelace
+DRIVER modesetting
+DRIVER2 nvidia-current
+DRIVER2_NEEDS_SSE
+
+# NVidia Blackwell cards and beyond
+NAME NVIDIA Architecture (2024): Blackwell
+DRIVER modesetting
+DRIVER2 nvidia-current
+DRIVER2_NEEDS_SSE
+
+# NVidia Rubin cards and beyond (codename from roadmap)
+NAME NVIDIA Architecture (2026): Rubin
+DRIVER modesetting
+DRIVER2 nvidia-current
+DRIVER2_NEEDS_SSE
+
+# NVidia Rubin Ultra cards and beyond (codename from roadmap)
+NAME NVIDIA Architecture (2027): Rubin Ultra
+DRIVER modesetting
+DRIVER2 nvidia-current
+DRIVER2_NEEDS_SSE
+
+# NVidia Feynman cards and beyond (codename from roadmap)
+NAME NVIDIA Architecture (2028): Feynman
+DRIVER modesetting
DRIVER2 nvidia-current
DRIVER2_NEEDS_SSE
diff --git a/lst/pcitable.x86_64 b/lst/pcitable.x86_64
index 0a2d62a3..6e0bb402 100644
--- a/lst/pcitable.x86_64
+++ b/lst/pcitable.x86_64
@@ -317,9 +317,9 @@
0x10de 0x2335 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x2339 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x233a "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x233b "Card:NVIDIA GeForce 745 series and later"
+0x10de 0x233b "Card:NVIDIA Architecture (2022): Hopper"
0x10de 0x2342 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2348 "Card:NVIDIA GeForce 745 series and later"
+0x10de 0x2348 "Card:NVIDIA Architecture (2022): Hopper"
0x10de 0x2414 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x2420 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x2438 "Card:NVIDIA GeForce 745 series and later"
@@ -391,7 +391,7 @@
0x10de 0x25fb "Card:NVIDIA GeForce 745 series and later"
0x10de 0x2684 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x2685 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2689 "Card:NVIDIA GeForce 745 series and later"
+0x10de 0x2689 "Card:NVIDIA Architecture (2022): Ada Lovelace"
0x10de 0x26b1 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x26b2 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x26b3 "Card:NVIDIA GeForce 745 series and later"
@@ -400,7 +400,7 @@
0x10de 0x26ba "Card:NVIDIA GeForce 745 series and later"
0x10de 0x2702 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x2704 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2705 "Card:NVIDIA GeForce 745 series and later"
+0x10de 0x2705 "Card:NVIDIA Architecture (2022): Ada Lovelace"
0x10de 0x2709 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x2717 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x2730 "Card:NVIDIA GeForce 745 series and later"
@@ -440,35 +440,35 @@
0x10de 0x28e1 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x28e3 "Card:NVIDIA GeForce 745 series and later"
0x10de 0x28f8 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2901 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2941 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2b85 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2b87 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2bb1 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2bb3 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2bb4 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c02 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c05 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c18 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c19 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c31 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c34 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c38 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c39 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c58 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2c59 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2d04 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2d05 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2d18 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2d19 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2d39 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2d58 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2d59 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2d98 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2db8 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2db9 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2dd8 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2f04 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2f18 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2f38 "Card:NVIDIA GeForce 745 series and later"
-0x10de 0x2f58 "Card:NVIDIA GeForce 745 series and later"
+0x10de 0x2901 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2941 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2b85 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2b87 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2bb1 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2bb3 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2bb4 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c02 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c05 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c18 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c19 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c31 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c34 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c38 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c39 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c58 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2c59 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2d04 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2d05 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2d18 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2d19 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2d39 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2d58 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2d59 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2d98 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2db8 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2db9 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2dd8 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2f04 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2f18 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2f38 "Card:NVIDIA Architecture (2024): Blackwell"
+0x10de 0x2f58 "Card:NVIDIA Architecture (2024): Blackwell"