diff options
author | Paulo Ricardo Zanoni <pzanoni@mandriva.com> | 2010-02-22 20:51:38 +0000 |
---|---|---|
committer | Paulo Ricardo Zanoni <pzanoni@mandriva.com> | 2010-02-22 20:51:38 +0000 |
commit | 00349173d5fb6131f6b045f6388307e822cf862c (patch) | |
tree | 0b282a08f77502b409fe93320bcb105638294c2d /lib/Xconfig | |
parent | 501e5b5c40d4898aa38dcf246f2b8885cbd1c704 (diff) | |
download | drakx-kbd-mouse-x11-00349173d5fb6131f6b045f6388307e822cf862c.tar drakx-kbd-mouse-x11-00349173d5fb6131f6b045f6388307e822cf862c.tar.gz drakx-kbd-mouse-x11-00349173d5fb6131f6b045f6388307e822cf862c.tar.bz2 drakx-kbd-mouse-x11-00349173d5fb6131f6b045f6388307e822cf862c.tar.xz drakx-kbd-mouse-x11-00349173d5fb6131f6b045f6388307e822cf862c.zip |
Remove the 'glide' driver from xfree4_Drivers since we don't have it
Diffstat (limited to 'lib/Xconfig')
-rw-r--r-- | lib/Xconfig/card.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm index 86db91c..7a5b892 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(apm ark ast chips cirrus glide i128 i740 intel mga + qw(apm ark ast chips cirrus i128 i740 intel mga neomagic newport nouveau nv openchrome psb qxl rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng vesa vmware xgi xgixp)), |