Ubuntu – Which graphics driver in the Additional Drivers list should I choose? 18.04additional-driversgpu-driversnvidia-geforce Please tell me the best option among these options displayed in the screenshot. Best Answer Let the built-in ubuntu-drivers program decide automatically which graphics driver to install. Open the terminal and type: sudo ubuntu-drivers autoinstall sudo reboot The autoinstall command of ubuntu-drivers installs drivers that are appropriate for automatic installation including their dependencies. Related Solutions Related Question
Best Answer
Let the built-in ubuntu-drivers program decide automatically which graphics driver to install. Open the terminal and type:
The autoinstall command of ubuntu-drivers installs drivers that are appropriate for automatic installation including their dependencies.