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 e98c0c8..13458a5 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
o add support for xdriver=DRIVER kernel boot option that affects
non-interactive device autodetection, e.g. One boot
(special value xdriver=free disables proprietary drivers)
+ o add nouveau driver into the driver list
Version 0.70 - 20 March 2009
diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm
index f093323..08b5dfa 100644
--- a/lib/Xconfig/card.pm
+++ b/lib/Xconfig/card.pm
@@ -29,7 +29,7 @@ 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
+ mga nsc neomagic newport nv rendition openchrome vesa via nouveau
s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng vmware)),
qw(ati glint vga fbdev));