eqlucky no prime or propietary drivers installed
Please post the /var/log/installation.log
(from installed system), maybe it will show why non-free module did not install nvidia & prime.
And were you presented with the License page and accepted the license?
EDIT:
The License page could not have been shown since nvidia-prime was not added to the Calamares launch script, thus the non-free module stopped with License Declined
. You can test the install again, with the current ISO by starting the installer with sudo calamares -d
, that way the license page will show, and you can test the prime/non-free install. Even better would be if you would edit /usr/bin/launch-calamares.sh
and make line 3 into:
if [ ! -f /var/log/nvidia ] && [ ! -f /var/log/nvidia-prime ] && [ ! -f /var/log/nvidia-340xx ] && [ ! -f /var/log/nvidia-390xx ];
then start Calamares as normal from the Welcome app. Stop with the install, if the License page still doesn't show.
A new ISO will be coming for this (I want to have the prime option working on next stable ISO).