diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 35759df0e..31aa5570b 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -88,7 +88,7 @@ if (find { $_->{driver} =~ /ATI Radeon/ } detect_devices::probeall()) { } $_ foreach grep { -e $_ } "/etc/X11/XF86Config-4", "/etc/X11/XF86Config", "/etc/X11/xorg.conf"; require Xconfig::card; - Xconfig::card::libgl_config_and_more({ Driver => 'fglrx' }); + Xconfig::card::libgl_config_and_more({ Driver => $driver }); } } |