diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-09-20 20:15:47 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-09-20 20:15:47 +0000 |
commit | d092751ec657c267b7274049ff7472635cc9df65 (patch) | |
tree | 39644108a8eadf05c1ce0414c6e01e342b192800 /lst | |
parent | b96d8dba4f394888d95dcab7a41ff854b94f9dd7 (diff) | |
download | ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.tar ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.tar.gz ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.tar.bz2 ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.tar.xz ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.zip |
use via driver for a particular unichrome card (bug #33535)
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 8 | ||||
-rw-r--r-- | lst/pcitable | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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" |