diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lst/pcitable | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- disable NVidia propretary driver on 0x10de:0x0110 as it segfaults on + 2010.0 + Version 0.1.281 - 3 January 2010 - disable ATI propretary driver for now, it doesn't support X.org diff --git a/lst/pcitable b/lst/pcitable index b91bebf0..9a26b7c2 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1025,7 +1025,7 @@ 0x10de 0x0101 "Card:NVIDIA RIVA TNT to GeForce 2" 0x10de 0x0102 "Card:NVIDIA RIVA TNT to GeForce 2" 0x10de 0x0103 "Card:NVIDIA RIVA TNT to GeForce 2" -0x10de 0x0110 "Card:NVIDIA GeForce 2 MX to GeForce 4" +0x10de 0x0110 "Card:NVIDIA RIVA TNT to GeForce 2" 0x10de 0x0111 "Card:NVIDIA GeForce 2 MX to GeForce 4" 0x10de 0x0112 "Card:NVIDIA GeForce 2 MX to GeForce 4" 0x10de 0x0113 "Card:NVIDIA GeForce 2 MX to GeForce 4" |