diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-05-24 21:50:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-05-24 21:50:38 +0000 |
commit | 6208b0c5df023c2e4a98e991655642a8928e043f (patch) | |
tree | 63f8e20e0cf8179e869424baf12fdae7929f8bc0 | |
parent | 72084bb9744072bebef1df6e793b645e33f6ac47 (diff) | |
download | ldetect-lst-6208b0c5df023c2e4a98e991655642a8928e043f.tar ldetect-lst-6208b0c5df023c2e4a98e991655642a8928e043f.tar.gz ldetect-lst-6208b0c5df023c2e4a98e991655642a8928e043f.tar.bz2 ldetect-lst-6208b0c5df023c2e4a98e991655642a8928e043f.tar.xz ldetect-lst-6208b0c5df023c2e4a98e991655642a8928e043f.zip |
add support for QXL virtual video card
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lst/Cards+ | 4 | ||||
-rw-r--r-- | lst/pcitable | 2 |
3 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,6 @@ - add new ATI ids from the proprietary driver - add support for all new Intel Sandy Bridge graphics devices (mga#1401) +- add support for QXL virtual video card Version 0.1.291 - 22 March 2011 @@ -421,6 +421,10 @@ DRIVER suntcx NAME Sun Elite3D- / FFB-based cards DRIVER sunffb +# QXL virtual video card +NAME QXL virtual video card +DRIVER qxl + # VMware virtual video cards NAME VMware virtual video card diff --git a/lst/pcitable b/lst/pcitable index 2723a7b9..05c679f1 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1987,6 +1987,8 @@ 0x18ca 0x0020 "Card:SiS SiS / XGI 315 / 330 / 340 series-based cards" 0x18ca 0x0040 "Card:SiS SiS / XGI 315 / 330 / 340 series-based cards" 0x18ca 0x0047 "Card:SiS SiS / XGI 315 / 330 / 340 series-based cards" +0x1b36 0x0100 "Card:QXL virtual video card" +0x1b36 0x01ff "Card:QXL virtual video card" 0x2000 0x2800 "slamr" 0x2003 0x8800 "slamr" 0x3d3d 0x0001 "Card:3Dlabs Glint / Permedia-based cards (software cursor)" |