diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-04-03 15:16:33 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-04-03 15:16:33 +0000 |
commit | cf0400ff3afa3b00f7e8902e31d1ed73c546c501 (patch) | |
tree | a5bd2d8b4eaaffc010b0b00cce1dae9f8a0897ed | |
parent | db206fa0aaf95e094e1110e28d99149e11f9625a (diff) | |
download | ldetect-lst-cf0400ff3afa3b00f7e8902e31d1ed73c546c501.tar ldetect-lst-cf0400ff3afa3b00f7e8902e31d1ed73c546c501.tar.gz ldetect-lst-cf0400ff3afa3b00f7e8902e31d1ed73c546c501.tar.bz2 ldetect-lst-cf0400ff3afa3b00f7e8902e31d1ed73c546c501.tar.xz ldetect-lst-cf0400ff3afa3b00f7e8902e31d1ed73c546c501.zip |
blacklist HD 2400 XT from using radeonhd (the one we have at aboukir has problems)
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lst/Cards+ | 6 | ||||
-rw-r--r-- | lst/pcitable | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.218 +VERSION := 0.1.219 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') @@ -176,6 +176,12 @@ NAME ATI Radeon HD 3200 DRIVER vesa DRIVER2 fglrx +# Tested to be problematic with a machine at Aboukir, works with +# fbdev: see with Blino +NAME ATI Radeon HD 2400 XT +DRIVER fbdev +DRIVER2 fglrx + # ARK Logic NAME Ark Logic ARKx000-based cards diff --git a/lst/pcitable b/lst/pcitable index 2fa78ca8..cf5a4782 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -425,7 +425,7 @@ 0x1002 0x940b "Card:ATI r500 or r600 based FireGL" 0x1002 0x940f "Card:ATI r500 or r600 based FireGL" 0x1002 0x94c0 "Card:ATI Radeon X1300 and later" -0x1002 0x94c1 "Card:ATI Radeon X1300 and later" +0x1002 0x94c1 "Card:ATI Radeon HD 2400 XT" 0x1002 0x94c3 "Card:ATI Radeon X1300 and later" 0x1002 0x94c4 "Card:ATI Radeon X1300 and later" 0x1002 0x94c5 "Card:ATI Radeon X1300 and later" |