diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-08-12 18:49:49 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-08-12 18:49:49 +0000 |
commit | b245adbcc7325747c1e6e9d80bc845d3db10728b (patch) | |
tree | a25f0a1bfd71b14f538d7f0fed08325357b3f32f | |
parent | 6f1a461faf30123fb2e25e5493431849753a9b01 (diff) | |
download | ldetect-lst-b245adbcc7325747c1e6e9d80bc845d3db10728b.tar ldetect-lst-b245adbcc7325747c1e6e9d80bc845d3db10728b.tar.gz ldetect-lst-b245adbcc7325747c1e6e9d80bc845d3db10728b.tar.bz2 ldetect-lst-b245adbcc7325747c1e6e9d80bc845d3db10728b.tar.xz ldetect-lst-b245adbcc7325747c1e6e9d80bc845d3db10728b.zip |
- use avivo as free driver for Radeon X1300 - X1950 (temporarily)
-rw-r--r-- | lst/Cards+ | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -114,26 +114,31 @@ NAME ATI Rage 128 TV-out SEE ATI Mach / Rage-based cards FB_TVOUT -# Radeon cards not supported by proprietary driver: update name as support changes +# Radeon cards not supported by proprietary driver: update name +# as support changes NAME ATI Radeon 9250 and earlier DRIVER ati DRI_GLX -# Radeon cards supported by proprietary driver and free driver: update name as -# support changes +# Radeon cards supported by proprietary driver and free 'radeon' +# driver: update name as support changes NAME ATI Radeon 9500 - X850 DRIVER ati DRI_GLX DRIVER2 fglrx -# Radeon cards supported by proprietary driver but not free driver: update name as -# support changes +# Radeon cards supported by proprietary driver and free 'avivo' +# driver: update name as support changes +# AdamW 2007/08: enabling avivo for these cards in 2008 beta 2 +# for testing purposes. For 2008 RC / final, will probably revert +# to using vesa for all cards except those verified by user testing +# to work with avivo. NAME ATI Radeon X1300 - X1950 -DRIVER vesa +DRIVER avivo DRIVER2 fglrx -# Radeon cards supported neither by proprietary driver nor by free driver: update -# name as support changes +# Radeon cards supported neither by proprietary driver nor by either +# free driver: update name as support changes NAME ATI Radeon HD 2300 and later DRIVER vesa |