diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lst/Cards+ | 9 | ||||
-rw-r--r-- | lst/pcitable | 12 |
3 files changed, 17 insertions, 7 deletions
@@ -3,6 +3,9 @@ - disable nvidia173 and nvidia96xx as they do not support X.org server 1.11) - add new Intel ids from the i915 driver +- switch NVIDIA Fermi (400/500 series) from vesa to nouveau driver + except for some PMC.ID 0xd9 cards (GF410/510/520 and Quadro 4200M) + that will only get support in kernel 3.2 Version 0.1.296 - 27 November 2011 @@ -272,10 +272,17 @@ DRIVER2 nvidia-current DRIVER2_NO_SSE nvidia96xx NAME NVIDIA GeForce 400 series and later -DRIVER vesa +DRIVER nouveau DRIVER2 nvidia-current DRIVER2_NO_SSE nvidia96xx +NAME NVIDIA GeForce 410M/510 +DRIVER vesa +DRIVER2 nvidia-current + +NAME NVIDIA GeForce GT 520/520M/520MX +SEE NVIDIA GeForce 410M/510 + NAME NVIDIA GeForce3 (xbox) DRIVER nvxbox LINE Option "UseFBDev" "1" diff --git a/lst/pcitable b/lst/pcitable index c31423ba..d66faa31 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1669,12 +1669,12 @@ 0x10de 0x0e31 "Card:NVIDIA GeForce 400 series and later" 0x10de 0x0e3a "Card:NVIDIA GeForce 400 series and later" 0x10de 0x0e3b "Card:NVIDIA GeForce 400 series and later" -0x10de 0x1040 "Card:NVIDIA GeForce 400 series and later" -0x10de 0x1042 "Card:NVIDIA GeForce 400 series and later" -0x10de 0x1050 "Card:NVIDIA GeForce 400 series and later" -0x10de 0x1051 "Card:NVIDIA GeForce 400 series and later" -0x10de 0x1055 "Card:NVIDIA GeForce 400 series and later" -0x10de 0x1056 "Card:NVIDIA GeForce 400 series and later" +0x10de 0x1040 "Card:NVIDIA GeForce GT 520/520M/520MX" +0x10de 0x1042 "Card:NVIDIA GeForce 410M/510" +0x10de 0x1050 "Card:NVIDIA GeForce GT 520/520M/520MX" +0x10de 0x1051 "Card:NVIDIA GeForce GT 520/520M/520MX" +0x10de 0x1055 "Card:NVIDIA GeForce 410M/510" +0x10de 0x1056 "Card:NVIDIA GeForce GT 520/520M/520MX" 0x10de 0x1080 "Card:NVIDIA GeForce 400 series and later" 0x10de 0x1081 "Card:NVIDIA GeForce 400 series and later" 0x10de 0x1082 "Card:NVIDIA GeForce 400 series and later" |