From 501e5b5c40d4898aa38dcf246f2b8885cbd1c704 Mon Sep 17 00:00:00 2001 From: Paulo Ricardo Zanoni Date: Mon, 22 Feb 2010 19:40:55 +0000 Subject: - updated the xfree4_Drivers list: o removed amd (replaced by geode) o removed avivo (driver doesn't exist) o removed cyrix (replaced by geode) o removed imstt (driver doesn't exist) o removed nsc (replaced by geode) o removed via (driver doesn't exist) o removed vga (driver removed) o added geode (ix86 only) o added xgi, xgixp and qxl o sort list lexicographically --- lib/Xconfig/card.pm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/Xconfig/card.pm') diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm index ad464d6..86db91c 100644 --- a/lib/Xconfig/card.pm +++ b/lib/Xconfig/card.pm @@ -29,10 +29,12 @@ my %VideoRams = ( ); my @xfree4_Drivers = ((arch() =~ /^sparc/ ? qw(sunbw2 suncg14 suncg3 suncg6 sunffb sunleo suntcx) : - qw(amd apm ark ast avivo chips cirrus cyrix glide i128 i740 imstt intel - mga nsc neomagic newport nv rendition openchrome vesa via nouveau psb - s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng vmware)), - qw(ati glint vga fbdev)); + qw(apm ark ast chips cirrus glide i128 i740 intel mga + neomagic newport nouveau nv openchrome psb qxl + rendition s3 s3virge savage siliconmotion sis sisusb + tdfx tga trident tseng vesa vmware xgi xgixp)), + if_(arch() =~ /i.86/, qw(geode)), + qw(ati glint fbdev)); sub from_raw_X { my ($raw_X) = @_; -- cgit v1.2.1