diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lst/Cards+ | 8 | ||||
-rw-r--r-- | lst/pcitable | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.191 +VERSION := 0.1.192 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') @@ -98,6 +98,14 @@ NAME S3 UniChrome-based cards without 3D support DRIVER openchrome LINE Option "SWcursor" +# See bug #33535. This specific adapter doesn't work with 3D with +# openchrome any more, but does work with the old via driver. + +NAME VIA K8M800 UniChrome +DRIVER via +DRI_GLX +LINE Option "SWcursor" + # These devices have better support in the official viaarena driver than # in openchrome, according to pcpa as of 2007/09 diff --git a/lst/pcitable b/lst/pcitable index 49eceece..2bc8f0b3 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1254,7 +1254,7 @@ 0x1106 0x3057 "i2c_viapro" 0x1106 0x3068 "slamr" 0x1106 0x3074 "via_ircc" -0x1106 0x3108 "Card:S3 UniChrome-based cards without 3D support" +0x1106 0x3108 "Card:VIA K8M800 UniChrome" 0x1106 0x3109 "via_ircc" 0x1106 0x3118 "Card:S3 UniChrome-based cards with 3D support" 0x1106 0x3122 "Card:S3 UniChrome-based cards with 3D support" |