diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-10-28 16:06:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-10-28 16:06:53 +0000 |
commit | 38505925a80c53dfb3ec7f7197bea6ada273634a (patch) | |
tree | e09c775ef0bfd90119d774d1af0f1da3a9256fe5 /perl-install/NEWS | |
parent | efe7adfcce9e723681cf08486568a1757e4e2447 (diff) | |
download | drakx-38505925a80c53dfb3ec7f7197bea6ada273634a.tar drakx-38505925a80c53dfb3ec7f7197bea6ada273634a.tar.gz drakx-38505925a80c53dfb3ec7f7197bea6ada273634a.tar.bz2 drakx-38505925a80c53dfb3ec7f7197bea6ada273634a.tar.xz drakx-38505925a80c53dfb3ec7f7197bea6ada273634a.zip |
fix detecting nvidia proprietary driver when checking if current xorg
driver still supports current card (#54943)
rationale: nvidia proprietary driver in ldetect-lst can be 'nvidia173',
rnvidia-current', ... but really is just 'nvidia' in xorg.conf
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 32dd45230..b62145a58 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,6 @@ - service_harddrake: + o fix detecting nvidia proprietary driver when checking if current + xorg driver still supports current card (#54943) o reconfigure X11 driver if current X11 driver is neither one of currently supported driver for the card for drivers other than ATI & NVidia too (eg: poulsbo) |