Installing the right NVIDIA drivers on your Ubuntu 24.04 system is crucial for optimizing your graphics card’s performance. Whether you’re gaming, designing, or using graphic-intensive applications, the proper driver can make a significant difference. This guide covers four methods to install NVIDIA drivers, ensuring compatibility and enhancing your system’s graphics capabilities.
In this tutorial you will learn:
How to install NVIDIA drivers using the GNOME GUI
Steps to install NVIDIA drivers via the command line
Method to install NVIDIA Beta drivers using a PPA repository
Manual installation process using the official NVIDIA.com driver
Software Requirements and Linux Command Line Conventions
Category
Requirements, Conventions or Software Version Used
System
Ubuntu 24.04 LTS
Hardware
NVIDIA Graphics Card
Other
Internet connection for downloading drivers
Conventions
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command $ – requires given linux commands to be executed as a regular non-privileged user
Method 1: GNOME GUI Nvidia Installation
Accessing Software & Updates: Launch the Software & Updates application. Navigate to the “Additional Drivers” tab. Here, you’ll find a list of proprietary NVIDIA drivers available for installation.
Select the NVIDIA driver of your choice.
This method is user-friendly and recommended for those who prefer a graphical interface for driver installation.
This information is necessary for downloading the correct driver version.
Download the Official Nvidia Driver: Visit the official Nvidia website and download the appropriate driver for your graphics card. Alternatively, if you’re confident in your selection, you can directly download the driver from the Nvidia Linux driver list. Once downloaded, you should have a file named similarly to “NVIDIA-Linux-x86_64-550.67.run”.
Reboot your system before continuing to the next step.
Stop the Desktop Manager: To install the new Nvidia driver, you need to stop the current display server. Switch to runlevel 3 using the telinit command:
$ sudo telinit 3
Remember to save all current work before proceeding, as this will stop your desktop environment. Switch to a TTY1 session by pressing CTRL+ALT+F1 and log in.
Install the Nvidia Driver: With the display server stopped, you can now install the Nvidia driver. Execute the downloaded driver file with root privileges and follow the installation wizard:
$ sudo bash NVIDIA-Linux-x86_64-550.67.run
Follow the on-screen instructions to complete the driver installation. The wizard may complain that another NVIDIA driver method is available, in that case simply ignore and hit continue.
Reboot Your System: After installing the driver, reboot your system to apply the changes:
$ sudo reboot
This step is necessary to initialize the new driver.
Configure NVIDIA X Server Settings: Upon reboot, you can configure your NVIDIA settings. Access the NVIDIA X Server Settings app from the Activities menu to adjust your graphics settings as desired.
👁 Configure NVIDIA X Server Settings Configure NVIDIA X Server Settings
Conclusion
Installing NVIDIA drivers on Ubuntu 24.04 can significantly enhance your system’s graphics performance, whether for gaming, professional design, or general use. This guide has introduced four methods to install NVIDIA drivers, from the straightforward GUI approach to the more detailed manual installation. Choose the method that best suits your preferences and technical comfort level. Remember, keeping your drivers up to date ensures optimal performance and access to the latest features and improvements.