diff options
author | Francois Pons <fpons@mandriva.com> | 2002-09-05 14:32:31 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-09-05 14:32:31 +0000 |
commit | c7083e8e2a8a1587cf6dc14401f4d69c8507146a (patch) | |
tree | ec84cd51e032c27b38685cfca6659b9fd4333b53 | |
parent | cd5ddd72dd2a01f95451d55bc03771fea6b51c98 (diff) | |
download | ldetect-lst-c7083e8e2a8a1587cf6dc14401f4d69c8507146a.tar ldetect-lst-c7083e8e2a8a1587cf6dc14401f4d69c8507146a.tar.gz ldetect-lst-c7083e8e2a8a1587cf6dc14401f4d69c8507146a.tar.bz2 ldetect-lst-c7083e8e2a8a1587cf6dc14401f4d69c8507146a.tar.xz ldetect-lst-c7083e8e2a8a1587cf6dc14401f4d69c8507146a.zip |
GeForce4 0x10de/0x0250 only works with fbdev
-rw-r--r-- | lst/Cards+ | 4 | ||||
-rw-r--r-- | lst/pcitable | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -2108,6 +2108,10 @@ SEE NVIDIA GeForce NAME NVIDIA GeForce4 (generic) SEE NVIDIA GeForce + +NAME NVIDIA GeForce (fbdev) +SERVER FBDev +DRIVER fbdev # IMS NAME IMS TwinTurbo (generic) diff --git a/lst/pcitable b/lst/pcitable index e0d7bc21..d99375c5 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1569,7 +1569,7 @@ 0x10de 0x0201 "Card:NVIDIA GeForce3 (generic)" "nVidia Corporation|GeForce3 (rev 1)" 0x10de 0x0202 "Card:NVIDIA GeForce3 (generic)" "nVidia Corporation|GeForce3 (rev 2)" 0x10de 0x0203 "Card:NVIDIA GeForce3 (generic)" "nVidia Corporation|GeForce3 (rev 3)" -0x10de 0x0250 "Card:NVIDIA GeForce3 (generic)" "NVidia|NV25 [GeForce4 Ti4600]" +0x10de 0x0250 "Card:NVIDIA GeForce (fbdev)" "NVidia|NV25 [GeForce4 Ti4600]" 0x10de 0x0251 "Card:NVIDIA GeForce3 (generic)" "NVidia|NV25 [GeForce4 Ti4400]" 0x10de 0x0253 "Card:NVIDIA GeForce3 (generic)" "NVidia|NV25 [GeForce4 Ti4200]" 0x10de 0x0258 "Card:NVIDIA GeForce3 (generic)" "NVidia|NV25 (GeForce 4)" |