summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-09-01 16:14:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-09-01 16:14:53 +0000
commitff8e2f3d63b5728123793358e7d61c7e5296ad61 (patch)
tree079829949439c4d759c597a0479bca32cc425171
parente11ea9e5e476ce87621e995ca45adadf803cf62e (diff)
downloaddrakx-backup-do-not-use-ff8e2f3d63b5728123793358e7d61c7e5296ad61.tar
drakx-backup-do-not-use-ff8e2f3d63b5728123793358e7d61c7e5296ad61.tar.gz
drakx-backup-do-not-use-ff8e2f3d63b5728123793358e7d61c7e5296ad61.tar.bz2
drakx-backup-do-not-use-ff8e2f3d63b5728123793358e7d61c7e5296ad61.tar.xz
drakx-backup-do-not-use-ff8e2f3d63b5728123793358e7d61c7e5296ad61.zip
drivers/fglrx_drv.o is now drivers/fglrx_drv.so
-rw-r--r--perl-install/Xconfig/card.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm
index 0c90c3f49..9f75f116e 100644
--- a/perl-install/Xconfig/card.pm
+++ b/perl-install/Xconfig/card.pm
@@ -328,7 +328,7 @@ sub install_server {
}
if ($card->{Driver2} eq 'fglrx' &&
-e "$::prefix$modules_dir/dri/fglrx_dri.so" &&
- -e "$::prefix$modules_dir/drivers/fglrx_drv.o") {
+ (-e "$::prefix$modules_dir/drivers/fglrx_drv.o" || -e "$::prefix$modules_dir/drivers/fglrx_drv.so")) {
log::explanations("Using specific ATI fglrx and DRI drivers");
$card->{Driver} = 'fglrx';
}