From acf15d5f735f5a68412f55c9ec0c5ff1afcf9a5e Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 10 Feb 2015 21:01:03 +0159 Subject: - service_harddrake: * add support for the new nvidia340 driver (mga#15255) * drop references to old unsupported nVidia drivers --- perl-install/NEWS | 4 ++++ perl-install/standalone/service_harddrake | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1