diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-29 16:36:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-29 16:36:41 +0000 |
commit | b5612a9ce8107c213a82d5f100cad27d8ead0306 (patch) | |
tree | b6fed9311515a41f605425e568efe432b425151d /lst | |
parent | d802f3c87131c1d42c95b8c6f73e39d98b5f1ff5 (diff) | |
download | ldetect-lst-b5612a9ce8107c213a82d5f100cad27d8ead0306.tar ldetect-lst-b5612a9ce8107c213a82d5f100cad27d8ead0306.tar.gz ldetect-lst-b5612a9ce8107c213a82d5f100cad27d8ead0306.tar.bz2 ldetect-lst-b5612a9ce8107c213a82d5f100cad27d8ead0306.tar.xz ldetect-lst-b5612a9ce8107c213a82d5f100cad27d8ead0306.zip |
graphical installation is not supported on early i810 (#XXXXXX); only i815 and
later are capable
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 4 | ||||
-rw-r--r-- | lst/pcitable | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -362,6 +362,10 @@ NAME Intel 810 and later DRIVER intel DRI_GLX +# unlike i815 and newer, i810 doesn't support graphical installer: +NAME Intel 810 +SEE Intel 810 and later + NAME Intel Vermilion-based cards DRIVER vermilion diff --git a/lst/pcitable b/lst/pcitable index e28a41f9..0a23cec9 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2219,10 +2219,10 @@ 0x8086 0x5200 "eepro100" 0x8086 0x5201 "eepro100" 0x8086 0x7113 "sonypi" -0x8086 0x7121 "Card:Intel 810 and later" -0x8086 0x7123 "Card:Intel 810 and later" -0x8086 0x7125 "Card:Intel 810 and later" -0x8086 0x7127 "Card:Intel 810 and later" +0x8086 0x7121 "Card:Intel 810" +0x8086 0x7123 "Card:Intel 810" +0x8086 0x7125 "Card:Intel 810" +0x8086 0x7127 "Card:Intel 810" 0x8086 0x7196 "slamr" 0x8086 0x7800 "Card:Intel 740-based cards" 0x80ee 0xbeef "Card:VirtualBox virtual video card" |