diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-31 22:29:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-31 22:29:11 +0000 |
commit | 13a91dceff3cf3913dc8ac21f48a50e358f538d6 (patch) | |
tree | 3474b6ae9c70c20f891607652fa94100c59019bf | |
parent | 9f962d26ba53c8ce8391c26b0feea0124a8682fa (diff) | |
download | ldetect-lst-13a91dceff3cf3913dc8ac21f48a50e358f538d6.tar ldetect-lst-13a91dceff3cf3913dc8ac21f48a50e358f538d6.tar.gz ldetect-lst-13a91dceff3cf3913dc8ac21f48a50e358f538d6.tar.bz2 ldetect-lst-13a91dceff3cf3913dc8ac21f48a50e358f538d6.tar.xz ldetect-lst-13a91dceff3cf3913dc8ac21f48a50e358f538d6.zip |
Cards+ & pcitable: add "ATI Rage 128 TVout" with flag FB_TVOUT
-rw-r--r-- | ldetect-lst.spec | 5 | ||||
-rw-r--r-- | lst/Cards+ | 5 | ||||
-rw-r--r-- | lst/pcitable | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec index 26e1593c..7fbe9040 100644 --- a/ldetect-lst.spec +++ b/ldetect-lst.spec @@ -1,6 +1,6 @@ %define name ldetect-lst %define version 0.1.4 -%define release 4mdk +%define release 5mdk Name: %{name} Version: %{version} @@ -62,6 +62,9 @@ fi %{_bindir}/* %changelog +* Thu Aug 1 2002 Pixel <pixel@mandrakesoft.com> 0.1.4-5mdk +- Cards+ & pcitable: add "ATI Rage 128 TVout" with flag FB_TVOUT + * Sun Jul 28 2002 Pixel <pixel@mandrakesoft.com> 0.1.4-4mdk - drop CardsNames (not used anymore by drakx) - Cards+: add Option "XaaNoPixmapCache" for i810 as suggested on cooker. @@ -23,6 +23,7 @@ # # MULTI_HEAD 2: for DualHead cards (think Matrox G450) # MULTI_HEAD n: for n Head cards (eg: "MULTI_HEAD 4" for QuadHead) +# FB_TVOUT: the card displays to a plugged TV when in framebuffer # # @@ -1327,6 +1328,10 @@ BAD_FB_RESTORE_XF3 NAME ATI Rage 128 Mobility SEE ATI Rage 128 +NAME ATI Rage 128 TVout +SEE ATI Rage 128 +FB_TVOUT + NAME ATI Rage Fury AGP SEE ATI Rage 128 diff --git a/lst/pcitable b/lst/pcitable index eac7d03d..b2863ba4 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -217,7 +217,7 @@ 0x1002 0x516b "Card:ATI Radeon" "ATI|Radeon R200 Qk" 0x1002 0x516c "Card:ATI Radeon 8500" "ATI|Radeon 8500 Ql" 0x1002 0x5245 "Card:ATI Rage 128" "ATI|Rage 128 GL" -0x1002 0x5246 "Card:ATI Rage 128" "ATI|Rage 128 GL AGP 1x/2x" +0x1002 0x5246 "Card:ATI Rage 128 TVout" "ATI|Rage 128 GL AGP 1x/2x" 0x1002 0x5247 "Card:ATI Rage 128" "ATI|Rage 128 RG" 0x1002 0x524b "Card:ATI Rage 128" "ATI|Rage 128 VR" 0x1002 0x524c "Card:ATI Rage 128" "ATI|Rage 128 VR AGP 1x/2x" |