diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-04-11 19:11:43 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-04-11 19:11:43 +0000 |
commit | b2612e7707fd00d3af335b8c2d969cfa955202bd (patch) | |
tree | dbe744287cafdb070d6390daab2423c995375d6f /lst | |
parent | 7940f6f691b4591252b3d58d06451ad7417ce0d5 (diff) | |
download | ldetect-lst-b2612e7707fd00d3af335b8c2d969cfa955202bd.tar ldetect-lst-b2612e7707fd00d3af335b8c2d969cfa955202bd.tar.gz ldetect-lst-b2612e7707fd00d3af335b8c2d969cfa955202bd.tar.bz2 ldetect-lst-b2612e7707fd00d3af335b8c2d969cfa955202bd.tar.xz ldetect-lst-b2612e7707fd00d3af335b8c2d969cfa955202bd.zip |
use radeonhd instead of ati for ATI Radeon HD 3200 0x9610 (#49824)
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 4 | ||||
-rw-r--r-- | lst/pcitable | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -168,6 +168,10 @@ SEE ATI Radeon HD 2000 and later (radeon/fglrx) # Radeon cards supported by proprietary driver but not free 'radeon' # driver. Radeonhd can autodetect unknown cards within the supported # chipsets, so use radeonhd for them. +# Additionally, it is used for following cards that do not work +# correctly with the 'radeon' driver: +# ATI Radeon HD 3200 Graphics (1002:9610) +# - https://qa.mandriva.com/show_bug.cgi?id=49824 NAME ATI Radeon HD 2000 and later (radeonhd/fglrx) DRIVER radeonhd DRI_GLX diff --git a/lst/pcitable b/lst/pcitable index caf5af5b..f8375a5d 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -532,7 +532,7 @@ 0x1002 0x95cd "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" 0x1002 0x95ce "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" 0x1002 0x95cf "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" -0x1002 0x9610 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" +0x1002 0x9610 "Card:ATI Radeon HD 2000 and later (radeonhd/fglrx)" 0x1002 0x9611 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" 0x1002 0x9612 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" 0x1002 0x9613 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" |