summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-02-10 21:01:03 +0159
committerThomas Backlund <tmb@mageia.org>2015-02-10 21:01:03 +0159
commitacf15d5f735f5a68412f55c9ec0c5ff1afcf9a5e (patch)
treebb26c4678d61cbc56b059276eb57bac0cfb1c8ec
parent81d73101c784a5bce7180b2a04cff7de0c978c07 (diff)
downloaddrakx-acf15d5f735f5a68412f55c9ec0c5ff1afcf9a5e.tar
drakx-acf15d5f735f5a68412f55c9ec0c5ff1afcf9a5e.tar.gz
drakx-acf15d5f735f5a68412f55c9ec0c5ff1afcf9a5e.tar.bz2
drakx-acf15d5f735f5a68412f55c9ec0c5ff1afcf9a5e.tar.xz
drakx-acf15d5f735f5a68412f55c9ec0c5ff1afcf9a5e.zip
- service_harddrake:
* add support for the new nvidia340 driver (mga#15255) * drop references to old unsupported nVidia drivers
-rw-r--r--perl-install/NEWS4
-rwxr-xr-xperl-install/standalone/service_harddrake2
2 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 2a5f30693..0e548d571 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,7 @@
+- service_harddrake:
+ * add support for the new nvidia340 driver (mga#15255)
+ * drop references to old unsupported nVidia drivers
+
Version 16.55 - 9 February 2015
- drakclock: Ensure that /etc/localtime is a symlink (mga#14888)
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index c661468f3..5cf319830 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -176,7 +176,7 @@ my @cards = (
{
ldetect_driver_regexp => 'Card:NVIDIA',
xorg_driver_regexp => 'nv.+',
- module_names => [ qw(NVdriver nvidia.o nvidia.ko nvidia71xx.ko nvidia96xx.ko nvidia97xx.ko nvidia173.ko nvidia304.ko nvidia-current.ko) ]
+ module_names => [ qw(nvidia.ko nvidia304.ko nvidia340.ko nvidia-current.ko) ]
},
{
ldetect_driver_regexp => 'Card:ATI Radeon',