diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-04-02 16:46:18 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-04-02 16:46:18 +0000 |
commit | 1e6724cde38609246f3a63c7bdd4f532c3d9fed7 (patch) | |
tree | 60f51cec77a0a221129b5f52aa59480f94b144cb | |
parent | ada4645d8e98d36b3dee1a1e8bf31e0b7cd34c62 (diff) | |
download | drakx-kbd-mouse-x11-1e6724cde38609246f3a63c7bdd4f532c3d9fed7.tar drakx-kbd-mouse-x11-1e6724cde38609246f3a63c7bdd4f532c3d9fed7.tar.gz drakx-kbd-mouse-x11-1e6724cde38609246f3a63c7bdd4f532c3d9fed7.tar.bz2 drakx-kbd-mouse-x11-1e6724cde38609246f3a63c7bdd4f532c3d9fed7.tar.xz drakx-kbd-mouse-x11-1e6724cde38609246f3a63c7bdd4f532c3d9fed7.zip |
add nouveau driver into the driver list
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lib/Xconfig/card.pm | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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)); |