From 9111bc27d0c1988dedef66070416424fa9464fb2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 31 Jul 2007 09:34:10 +0000 Subject: - drop support for installing/configuring 915resolution (no more needed since x11-driver-video-intel 2.0) --- lib/Xconfig/card.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/Xconfig/card.pm') diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm index aa7dab1..1db9307 100644 --- a/lib/Xconfig/card.pm +++ b/lib/Xconfig/card.pm @@ -59,9 +59,6 @@ sub to_raw_X { if (arch() =~ /ppc/ && ($_->{Driver} eq 'r128' || $_->{Driver} eq 'radeon')) { $_->{UseFBDev} = 1; } - if ($_->{Driver} eq 'intel') { - $_->{Options}{May_Need_ForceBIOS} = '1'; - } if (member($_->{Driver}, qw(intel ati))) { $_->{Options}{XaaNoOffscreenPixmaps} = '1'; } -- cgit v1.2.1