Replies: 4 comments 1 reply
-
The issue with post install first boot scripts or services is that they need to connect to a network to download the drivers, this probably can't be implemented well However a post install solution that runs after the base system has been installed is possible There are issues with this method, mostly it's user preference (whether they want to even install the drivers to begin with) or other technical issues that might arise due to a failed driver installation While this might be a good idea for most people it also needs to be planned to execute correctly and give an option for users to opt out of it and correct error handling to revert any changes caused by a failed install (from within the installer) If a system breaks due to Nvidia drivers installation they can reinstall the system again choosing to not use the automated driver installation |
Beta Was this translation helpful? Give feedback.
-
what do you think the "install propryietary drivers" option during install does? |
Beta Was this translation helpful? Give feedback.
-
NVidia will drop support on the non-open source driver soon, but until then, the propertiary ones are the better ones on Distros like Ubuntu that uses an older version. Fedora already dropped them in favor of the open one, so the driver manager is more than enough if you wish to switch to the open drivers, though most will not get any benefit to them. |
Beta Was this translation helpful? Give feedback.
-
What if we changed the format of this suggestion? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When it comes to Linux Mint and first time installations many users with Nvidia branded GPUs face issues because their cards cannot work with the open source drivers and usually sometimes their system won't even be accessible if the proper drivers are not installed.
A simple proposition is to implement the option to install the Nvidia drivers during the installation or before the user enters into his system through some sort of on boot first activation process that will use the driver managers.
Adding the option to install the drivers can be done similarly to how multimedia codecs are installed with a checkbox or with a dropdown menu of what specific driver version to install (with the recommended one).
Beta Was this translation helpful? Give feedback.
All reactions