diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-02-10 21:01:03 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-02-10 21:01:03 +0159 |
commit | acf15d5f735f5a68412f55c9ec0c5ff1afcf9a5e (patch) | |
tree | bb26c4678d61cbc56b059276eb57bac0cfb1c8ec /perl-install | |
parent | 81d73101c784a5bce7180b2a04cff7de0c978c07 (diff) | |
download | drakx-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
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 4 | ||||
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
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', |