diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-09-18 02:35:00 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-09-18 02:35:00 +0000 |
commit | 9e8ae1b35bd02c7f32a6b63e3b095ad1e5d0eec7 (patch) | |
tree | 0f778e457d6e129c81e43eb7af1938c76998ebf1 /lst | |
parent | 034541c170898392ce5093efafc0da0314c7a7e6 (diff) | |
download | ldetect-lst-9e8ae1b35bd02c7f32a6b63e3b095ad1e5d0eec7.tar ldetect-lst-9e8ae1b35bd02c7f32a6b63e3b095ad1e5d0eec7.tar.gz ldetect-lst-9e8ae1b35bd02c7f32a6b63e3b095ad1e5d0eec7.tar.bz2 ldetect-lst-9e8ae1b35bd02c7f32a6b63e3b095ad1e5d0eec7.tar.xz ldetect-lst-9e8ae1b35bd02c7f32a6b63e3b095ad1e5d0eec7.zip |
use vesa not nv for GeForce 7050 (#38391)
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 8 | ||||
-rw-r--r-- | lst/pcitable | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -267,6 +267,14 @@ DRIVER nvxbox LINE Option "UseFBDev" "1" LINE Option "HWCursor" "0" +# Per https://qa.mandriva.com/show_bug.cgi?id=38391 : as of 2008/09 +# these are not supported by nv driver - AdamW 2008/09 + +NAME NVIDIA GeForce 7050 +DRIVER vesa +DRIVER2 nvidia-current +DRIVER2_NO_SSE nvidia96xx + # IMS NAME IMS TwinTurbo-based cards diff --git a/lst/pcitable b/lst/pcitable index 528b270d..ec4c2fd5 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1280,8 +1280,8 @@ 0x10de 0x042f "Card:NVIDIA GeForce 6100 and later" 0x10de 0x0531 "Card:NVIDIA GeForce 6100 and later" 0x10de 0x0533 "Card:NVIDIA GeForce 6100 and later" -0x10de 0x053a "Card:NVIDIA GeForce 6100 and later" -0x10de 0x053b "Card:NVIDIA GeForce 6100 and later" +0x10de 0x053a "Card:NVIDIA GeForce 7050" +0x10de 0x053b "Card:NVIDIA GeForce 7050" 0x10de 0x053e "Card:NVIDIA GeForce 6100 and later" 0x10de 0x055c "snd_hda_intel" 0x10de 0x055d "snd_hda_intel" |