summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-14 09:26:59 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-14 09:26:59 +0000
commit1cc49fa82c480569c02894ddf005932f37b6b0e7 (patch)
treef2bbc070a9c99936686a670ba61a6c599ebc5094
parent8e512a5be67615ac60db4fce2285b4e72840cc94 (diff)
downloaddrakx-kbd-mouse-x11-1cc49fa82c480569c02894ddf005932f37b6b0e7.tar
drakx-kbd-mouse-x11-1cc49fa82c480569c02894ddf005932f37b6b0e7.tar.gz
drakx-kbd-mouse-x11-1cc49fa82c480569c02894ddf005932f37b6b0e7.tar.bz2
drakx-kbd-mouse-x11-1cc49fa82c480569c02894ddf005932f37b6b0e7.tar.xz
drakx-kbd-mouse-x11-1cc49fa82c480569c02894ddf005932f37b6b0e7.zip
add avivo in the Xorg drivers list
-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));