diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-03-06 04:31:58 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-03-06 04:31:58 +0000 |
commit | 42b865801cb6f7b3fde0aef2e10557d02bf6ddae (patch) | |
tree | 21a94c13962df78f0fd9b13f6d7b6b5b23358661 | |
parent | 529b13f54c33ac959230e814cbfcf58c0b0c94cf (diff) | |
download | ldetect-lst-42b865801cb6f7b3fde0aef2e10557d02bf6ddae.tar ldetect-lst-42b865801cb6f7b3fde0aef2e10557d02bf6ddae.tar.gz ldetect-lst-42b865801cb6f7b3fde0aef2e10557d02bf6ddae.tar.bz2 ldetect-lst-42b865801cb6f7b3fde0aef2e10557d02bf6ddae.tar.xz ldetect-lst-42b865801cb6f7b3fde0aef2e10557d02bf6ddae.zip |
add special definition for NVIDIA 9600 GT: nvidia does not yet support it but nv does
-rw-r--r-- | lst/Cards+ | 3 | ||||
-rw-r--r-- | lst/pcitable | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -253,6 +253,9 @@ NAME NVIDIA GeForce FX and later DRIVER nv DRIVER2 nvidia-current +NAME NVIDIA GeForce 9600 GT +DRIVER nv + NAME NVIDIA GeForce3 (xbox) DRIVER nvxbox LINE Option "UseFBDev" "1" diff --git a/lst/pcitable b/lst/pcitable index 2245a9c9..2fc8fd94 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1245,6 +1245,7 @@ 0x10de 0x055d "snd_hda_intel" 0x10de 0x0600 "Card:NVIDIA GeForce FX and later" 0x10de 0x0611 "Card:NVIDIA GeForce FX and later" +0x10de 0x0622 "Card:NVIDIA GeForce 9600 GT" 0x10de 0x06e2 "Card:NVIDIA GeForce FX and later" 0x10de 0x06e4 "Card:NVIDIA GeForce FX and later" 0x10de 0x07e0 "Card:NVIDIA GeForce FX and later" |