From dff88915aeae3beac44651476c1dc0dc8bdfa966 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 20 Feb 2002 13:53:15 +0000 Subject: added @allbutfbdrivers and @alldrivers for listing XFree 4 drivers. --- perl-install/Xconfigurator_consts.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/Xconfigurator_consts.pm') diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index e95f8551a..95cb4c400 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -45,6 +45,11 @@ use common; @allbutfbservers = grep { arch() =~ /^sparc/ || $serversdriver{$_} ne "fbdev" } keys(%serversdriver); @allservers = keys(%serversdriver); +@allbutfbdrivers = (arch() =~ /^sparc/ ? qw(sunbw2 suncg14 suncg3 suncg6 sunffb sunleo suntcx) : + qw(apm ark chips cirrus cyrix glide i128 i740 i810 imstt mga neomagic newport nv rendition + s3 s3virge savage siliconmotion sis tdfx tga trident tseng vmware)), qw(ati glint vga); +@alldrivers = (@allbutfbdrivers, 'fbdev', 'vesa'); + %vgamodes = ( '640xx8' => 769, '640x480x8' => 769, -- cgit v1.2.1