diff options
-rw-r--r-- | perl-install/Xconfig/card.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm index 957b160cc..5c38e7332 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -294,7 +294,7 @@ sub configure { xfree_and_glx_choose($in, $card, $auto) or return; - if (member($card->{card_name}, 'Intel 845', 'Intel 85x', 'Intel 865') { + if (member($card->{card_name}, 'Intel 845', 'Intel 85x', 'Intel 865')) { $raw_X->{xfree4}->get_Section('ServerFlags')->{DontVTSwitch} = [ { val => 'yes', Option => 1 } ]; } |