summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--lib/Xconfig/card.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eec1e7b..d095235 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
- when removing/replacing an InputDevice section, ensure we remove the
corresponding entry in ServerLayout. ie do not rely on InputDevice sections
to use XFdrake-compatible Identifiers (as suggested by fcrozat)
+- add avivo in the Xorg drivers list
Version 0.21 - 8 August 2007, by Pascal "Pixel" Rigaux
diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm
index c6dee75..1042864 100644
--- a/lib/Xconfig/card.pm
+++ b/lib/Xconfig/card.pm
@@ -28,7 +28,7 @@ my %VideoRams = (
);
my @xfree4_Drivers = ((arch() =~ /^sparc/ ? qw(sunbw2 suncg14 suncg3 suncg6 sunffb sunleo suntcx) :
- qw(amd apm ark ast chips cirrus cyrix glide i128 i740 imstt intel
+ qw(amd apm ark ast avivo chips cirrus cyrix glide i128 i740 imstt intel
mga nsc neomagic newport nv rendition openchrome vesa via
s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng vmware)),
qw(ati glint vga fbdev));