diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lst/Cards+ | 4 | ||||
-rw-r--r-- | lst/pcitable | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -6,6 +6,7 @@ o add Samsung SyncMaster 2043NW (Jaanus Ojangu) - do not use fglrx with ATI Mobility Radeon HD 3400 (Andriy Rysin reported a failure with fglrx 8.600) +- use radeonhd instead of ati for ATI Radeon HD 3200 0x9610 (#49824) Version 0.1.257 - 1 April 2009 @@ -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)" |