diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-04-11 18:56:00 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-04-11 18:56:00 +0000 |
commit | 7940f6f691b4591252b3d58d06451ad7417ce0d5 (patch) | |
tree | 0f70e43779db405a6a7bf17c37c17b67d7436975 | |
parent | ccf4a0016b4784eae31b5057e9bf0f9a57138e7e (diff) | |
download | ldetect-lst-7940f6f691b4591252b3d58d06451ad7417ce0d5.tar ldetect-lst-7940f6f691b4591252b3d58d06451ad7417ce0d5.tar.gz ldetect-lst-7940f6f691b4591252b3d58d06451ad7417ce0d5.tar.bz2 ldetect-lst-7940f6f691b4591252b3d58d06451ad7417ce0d5.tar.xz ldetect-lst-7940f6f691b4591252b3d58d06451ad7417ce0d5.zip |
do not use fglrx with ATI Mobility Radeon HD 3400 (Andriy Rysin reported
a failure with fglrx 8.600)
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lst/Cards+ | 8 | ||||
-rw-r--r-- | lst/pcitable | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -4,6 +4,8 @@ using it to orinoco_tmd (0x15e8:0x0131) - Monitor DB 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) Version 0.1.257 - 1 April 2009 @@ -178,6 +178,14 @@ DRIVER2 fglrx NAME ATI FirePro (radeonhd/fglrx) SEE ATI Radeon HD 2000 and later (radeonhd/fglrx) +# Radeon cards not working with the proprietary driver but supported by +# the free 'radeon' driver. +# Mobility Radeon HD 3400 Series (1002:95c4) +# - reported by Andriy Rysin with fglrx 8.600 (sub 1028:0254) + +NAME ATI Mobility Radeon HD 3400 +SEE ATI Radeon X1950 and earlier + # Radeon cards not supported by proprietary driver or free 'radeon' # driver. Radeonhd can autodetect unknown cards within the supported # chipsets, so use radeonhd for them. diff --git a/lst/pcitable b/lst/pcitable index dc6f37fc..caf5af5b 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -523,7 +523,7 @@ 0x1002 0x959b "Card:ATI r600 based FireGL" 0x1002 0x95c0 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" 0x1002 0x95c2 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" -0x1002 0x95c4 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" +0x1002 0x95c4 "Card:ATI Mobility Radeon HD 3400" 0x1002 0x95c5 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" 0x1002 0x95c6 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" 0x1002 0x95c7 "Card:ATI Radeon HD 2000 and later (radeon/fglrx)" |