diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-01 16:18:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-01 16:18:34 +0000 |
commit | 16c207e7a41d37e859d7080afc378cb4d9869c76 (patch) | |
tree | 1d245128ad93cd4cfef1d835024a3434551f94a2 /perl-install | |
parent | 0807b222aee46749076d8b5c3a1b8d8555ff8349 (diff) | |
download | drakx-16c207e7a41d37e859d7080afc378cb4d9869c76.tar drakx-16c207e7a41d37e859d7080afc378cb4d9869c76.tar.gz drakx-16c207e7a41d37e859d7080afc378cb4d9869c76.tar.bz2 drakx-16c207e7a41d37e859d7080afc378cb4d9869c76.tar.xz drakx-16c207e7a41d37e859d7080afc378cb4d9869c76.zip |
Intel drivers don't need DontVTSwitch anymore (dixit Arnaud de Lorbeau)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Xconfig/card.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm index 6a07e1cd6..bd940a1d8 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -294,10 +294,6 @@ sub configure { xfree_and_glx_choose($in, $card, $auto) or return; - if (member($card->{card_name}, 'Intel 845', 'Intel 85x', 'Intel 865')) { - $raw_X->{xfree4}->get_Section('ServerFlags')->{DontVTSwitch} = [ { val => 'yes', Option => 1 } ]; - } - $card->{prog} = install_server($card, $options, $do_pkgs); if ($card->{needVideoRam} && !$card->{VideoRam}) { |