diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-09-17 17:12:58 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-09-17 17:12:58 +0000 |
commit | 279efed9d1cacc65a1031975262ac33a005865db (patch) | |
tree | 1df6ac0d8540b7abd3614093d1e9e447ab445d0d /lst | |
parent | 61c84408ded691c63ff1253348258473d1f2d547 (diff) | |
download | ldetect-lst-279efed9d1cacc65a1031975262ac33a005865db.tar ldetect-lst-279efed9d1cacc65a1031975262ac33a005865db.tar.gz ldetect-lst-279efed9d1cacc65a1031975262ac33a005865db.tar.bz2 ldetect-lst-279efed9d1cacc65a1031975262ac33a005865db.tar.xz ldetect-lst-279efed9d1cacc65a1031975262ac33a005865db.zip |
refine Radeon HD series support, don't use new driver for laptop chips
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 7 | ||||
-rw-r--r-- | lst/pcitable | 10 |
2 files changed, 12 insertions, 5 deletions
@@ -157,10 +157,15 @@ DRIVER2 fglrx # Radeon cards supported by new proprietary driver but no free driver: # update name as support changes -NAME ATI Radeon HD 2300 and later +NAME ATI Radeon HD 2300 and later (working with proprietary driver) DRIVER vesa DRIVER2 fglrx-hd2000 +# Radeon cards supported by neither proprietary driver nor free +# driver: update name as support changes +NAME ATI Radeon HD 2300 and later +DRIVER vesa + # ARK Logic NAME Ark Logic ARKx000-based cards diff --git a/lst/pcitable b/lst/pcitable index b6b9f3a8..208239db 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -399,14 +399,16 @@ 0x1002 0x7941 "Card:ATI Radeon X1300 - X1950" 0x1002 0x7942 "Card:ATI Radeon X1300 - X1950" 0x1002 0x7c37 "Card:ATI Radeon 9250 and earlier" -0x1002 0x9400 "Card:ATI Radeon HD 2300 and later" -0x1002 0x9401 "Card:ATI Radeon HD 2300 and later" -0x1002 0x9402 "Card:ATI Radeon HD 2300 and later" -0x1002 0x9403 "Card:ATI Radeon HD 2300 and later" +0x1002 0x9400 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" +0x1002 0x9401 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" +0x1002 0x9402 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" +0x1002 0x9403 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" +0x1002 0x94c3 "Card:ATI Radeon HD 2300 and later" 0x1002 0x94c8 "Card:ATI Radeon HD 2300 and later" 0x1002 0x94c9 "Card:ATI Radeon HD 2300 and later" 0x1002 0x9581 "Card:ATI Radeon HD 2300 and later" 0x1002 0x9583 "Card:ATI Radeon HD 2300 and later" +0x1002 0x9589 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1005 0x2301 "Card:VGA driver (generic)" 0x1005 0x2302 "Card:VGA driver (generic)" 0x1005 0x2364 "Card:VGA driver (generic)" |