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 bfeed0607..2078dee90 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -54,7 +54,7 @@ sub to_raw_X { $_->{raw_LINES} ||= default_ATI_fglrx_config(); if ($_->{description} =~ /RS480/) { - $_->{raw_LINES} =~ s/(Option\s+"UseInternalAGPGART"\s*)"no"/$1"yes"/ + $_->{raw_LINES} =~ s/(Option\s+"UseInternalAGPGART"\s*)"no"/$1"yes"/; } } if (arch() =~ /ppc/ && ($_->{Driver} eq 'r128' || $_->{Driver} eq 'radeon')) { |