diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-11-29 22:10:32 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-11-29 22:10:32 +0000 |
commit | 064911175691f4e0290e6e1109d8fb857bed0061 (patch) | |
tree | 0a19416a402d2c50288bb1e13729323b93a8fb08 /lst | |
parent | db97d936555e812b78461f9f7e312286d09bbd88 (diff) | |
download | ldetect-lst-064911175691f4e0290e6e1109d8fb857bed0061.tar ldetect-lst-064911175691f4e0290e6e1109d8fb857bed0061.tar.gz ldetect-lst-064911175691f4e0290e6e1109d8fb857bed0061.tar.bz2 ldetect-lst-064911175691f4e0290e6e1109d8fb857bed0061.tar.xz ldetect-lst-064911175691f4e0290e6e1109d8fb857bed0061.zip |
drop the special case for VIA K8M800, works OK with openchrome now
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 8 | ||||
-rw-r--r-- | lst/pcitable | 2 |
2 files changed, 1 insertions, 9 deletions
@@ -94,14 +94,6 @@ DRIVER openchrome DRI_GLX 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" - # Same as UniChrome, but no 3D support yet NAME VIA Chrome9-based cards diff --git a/lst/pcitable b/lst/pcitable index 82a79ad6..5c8b30a8 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1409,7 +1409,7 @@ 0x1106 0x3057 "i2c_viapro" 0x1106 0x3068 "slamr" 0x1106 0x3074 "via_ircc" -0x1106 0x3108 "Card:VIA K8M800 UniChrome" +0x1106 0x3108 "Card:S3 UniChrome-based cards with 3D support" 0x1106 0x3109 "via_ircc" 0x1106 0x3118 "Card:S3 UniChrome-based cards with 3D support" 0x1106 0x3122 "Card:S3 UniChrome-based cards with 3D support" |