summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-04-30 12:30:14 +0000
committerOlivier Blin <oblin@mandriva.com>2007-04-30 12:30:14 +0000
commit6674b737ce907fd53d76bfc4f2c0f99e4cd20a13 (patch)
treed821ee5ddf25fa7c2db8b53e33d415b1214f565b
parent5fd2d25f56ee44f0a4f93eee0fb161879404241d (diff)
downloaddrakx-kbd-mouse-x11-6674b737ce907fd53d76bfc4f2c0f99e4cd20a13.tar
drakx-kbd-mouse-x11-6674b737ce907fd53d76bfc4f2c0f99e4cd20a13.tar.gz
drakx-kbd-mouse-x11-6674b737ce907fd53d76bfc4f2c0f99e4cd20a13.tar.bz2
drakx-kbd-mouse-x11-6674b737ce907fd53d76bfc4f2c0f99e4cd20a13.tar.xz
drakx-kbd-mouse-x11-6674b737ce907fd53d76bfc4f2c0f99e4cd20a13.zip
use intel driver instead of i810
-rw-r--r--lib/Xconfig/card.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm
index ea5df29..6dd8d23 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 i810 imstt
+ qw(amd apm ark ast 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));