diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | lst/Cards+ | 19 | ||||
-rw-r--r-- | lst/pcitable | 16 |
4 files changed, 27 insertions, 15 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.250 +VERSION := 0.1.251 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') @@ -1,3 +1,8 @@ +Version 0.1.251 - 16 January 2008 + +- re-work the blacklist of cards that don't work with nv to be + more general and include more confirmed IDs + Version 0.1.250 - 11 January 2008 - add NVIDIA GeForce 9400 GT ID, adjust 7050 group to include it @@ -254,12 +254,19 @@ DRIVER nvxbox LINE Option "UseFBDev" "1" LINE Option "HWCursor" "0" -# Per https://qa.mandriva.com/show_bug.cgi?id=38391 : as of 2008/09 -# 7050 is not supported by nv driver. I have a 9400 GT (ID 0641) and -# it doesn't work with nv either, hangs the system on a black screen -# - AdamW 2009/01 - -NAME NVIDIA GeForce 7050 and 9400 GT +# This entry blacklists eight IDs that are known from MDV and / or +# freedesktop.org reports to not work with the 'nv' driver. Reports: + +# https://qa.mandriva.com/show_bug.cgi?id=38391 - 053A +# http://bugs.freedesktop.org/show_bug.cgi?id=13629 - 053B +# http://bugs.freedesktop.org/show_bug.cgi?id=15251 - 0533 +# http://bugs.freedesktop.org/show_bug.cgi?id=16565 - 0531 +# http://bugs.freedesktop.org/show_bug.cgi?id=17526 - 0849 +# http://bugs.freedesktop.org/show_bug.cgi?id=18092 - 0848 +# http://bugs.freedesktop.org/show_bug.cgi?id=19545 - 0863 +# http://bugs.freedesktop.org/show_bug.cgi?id=19617 - 0641 + +NAME NVIDIA cards not working with nv DRIVER vesa DRIVER2 nvidia-current DRIVER2_NO_SSE nvidia96xx diff --git a/lst/pcitable b/lst/pcitable index 3aa93158..2e9944b1 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1286,10 +1286,10 @@ 0x10de 0x042d "Card:NVIDIA GeForce 6100 and later" 0x10de 0x042e "Card:NVIDIA GeForce 6100 and later" 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 7050 and 9400 GT" -0x10de 0x053b "Card:NVIDIA GeForce 7050 and 9400 GT" +0x10de 0x0531 "Card:NVIDIA cards not working with nv" +0x10de 0x0533 "Card:NVIDIA cards not working with nv" +0x10de 0x053a "Card:NVIDIA cards not working with nv" +0x10de 0x053b "Card:NVIDIA cards not working with nv" 0x10de 0x053e "Card:NVIDIA GeForce 6100 and later" 0x10de 0x055c "snd_hda_intel" 0x10de 0x055d "snd_hda_intel" @@ -1324,7 +1324,7 @@ 0x10de 0x062c "Card:NVIDIA GeForce 6100 and later" 0x10de 0x063a "Card:NVIDIA GeForce 6100 and later" 0x10de 0x0640 "Card:NVIDIA GeForce 6100 and later" -0x10de 0x0641 "Card:NVIDIA GeForce 7050 and 9400 GT" +0x10de 0x0641 "Card:NVIDIA cards not working with nv" 0x10de 0x0643 "Card:NVIDIA GeForce 6100 and later" 0x10de 0x0647 "Card:NVIDIA GeForce 6100 and later" 0x10de 0x0648 "Card:NVIDIA GeForce 6100 and later" @@ -1352,15 +1352,15 @@ 0x10de 0x0844 "Card:NVIDIA GeForce 6100 and later" 0x10de 0x0845 "Card:NVIDIA GeForce 6100 and later" 0x10de 0x0847 "Card:NVIDIA GeForce 6100 and later" -0x10de 0x0848 "Card:NVIDIA GeForce 6100 and later" -0x10de 0x0849 "Card:NVIDIA GeForce 6100 and later" +0x10de 0x0848 "Card:NVIDIA cards not working with nv" +0x10de 0x0849 "Card:NVIDIA cards not working with nv" 0x10de 0x084a "Card:NVIDIA GeForce 6100 and later" 0x10de 0x084b "Card:NVIDIA GeForce 6100 and later" 0x10de 0x084c "Card:NVIDIA GeForce 6100 and later" 0x10de 0x084d "Card:NVIDIA GeForce 6100 and later" 0x10de 0x084f "Card:NVIDIA GeForce 6100 and later" 0x10de 0x0862 "Card:NVIDIA GeForce 6100 and later" -0x10de 0x0863 "Card:NVIDIA GeForce 6100 and later" +0x10de 0x0863 "Card:NVIDIA cards not working with nv" 0x10de 0x087a "Card:NVIDIA GeForce 6100 and later" 0x10e0 0x9128 "Card:IMS TwinTurbo-based cards" 0x10e0 0x9135 "Card:IMS TwinTurbo-based cards" |