In this tutorial, you will learn how to uninstall the NVIDIA drivers on Ubuntu 22.04 Jammy Jellyfish Linux, hence switch back to the open source Nouveau Nvidia drivers. Typically the proprietary drivers from Nvidia will offer better performance, but the Nouveau drivers are a good alternative if you run into issues.
nvidia
How to Run DeepSeek AI Models with NVIDIA GPU Passthrough in Proxmox
Running AI models locally provides enhanced privacy, reduced latency, and complete control over your infrastructure. In this guide, we’ll walk through setting up DeepSeek models (like DeepSeek-R1) inside a Proxmox virtual machine with GPU passthrough. This configuration allows the AI model to access your NVIDIA GPU directly for significantly improved performance.
Install Lutris on Manjaro
Lutris is a game manager that can be run on Manjaro and other Linux distributions, and it does its job incredibly well. It has thousands of games in its catalog and works with very little fuss, allowing you to install games from the cloud and keep them up to date. Most games are “one click install” titles, meaning that you shouldn’t have to worry about fiddling with extra configuration to get a Windows game working on Linux. It just works.
You’ll need to have Wine on Manjaro in order to ensure a smooth experience with Lutris. The two work really well together, and that’s because the developers of Lutris also work directly with Wine staging. Since the Lutris developers already program their installers to use the most optimal settings possible, there’s no need to fool around with Winetricks or any of the usual wine configuration utilities.
If you’ve already installed Manjaro and are ready to start gaming, follow along as we setup Lutris and its dependencies on our system.
In this tutorial you will learn:
- How to install Wine and dependencies
- How to install Lutris
- How to install a game on Lutris
Install Lutris On Ubuntu 20.04 Focal Fossa Linux
Lutris is a game manager built for Linux operating systems, and it does its job incredibly well. It has thousands of games in its catalog and works with very little fuss, allowing you to install games from the cloud and keep them up to date. Most games are “one click install” titles, meaning that you shouldn’t have to worry about fiddling with extra configuration to get a Windows game working on Linux. It just works.
Lutris requires Wine in order to ensure a smooth experience. The two work really well together, and that’s because the developers of Lutris also work directly with Wine staging. Since the Lutris developers already program their installers to use the most optimal settings possible, there’s no need to fool around with Winetricks or any of the usual wine configuration utilities.
If you’re ready to start gaming on Ubuntu 20.04 Focal Fossa, follow along as we setup Lutris and its dependencies on our system. If you’re using Debian, you can also check out how to install lutris there.
In this tutorial you will learn:
- How to install Wine and dependencies
- How to install Lutris
- How to install a game on Lutris
How to install Starcraft 2 on Ubuntu Linux
In this Linux guide you will learn how to install Starcraft 2 on Ubuntu Linux. The Starcraft 2 game has been released free of charge for anyone with registered Battle.net account. Before you proceed with the installation make sure that you have correctly installed an appropriate VGA driver whether it is for your NVIDIA or Radeon graphic card. If you haven’t already, you’ll need to learn how to install lutris on your system.
In this tutorial you will learn:
- How to install Wine
- How to install Lutris
- How to install Battle.net and prerequisites
- How to download and install Startcraft 2 via Lutris
How to test 3D acceleration (FPS) on Ubuntu 20.04 Focal Fossa
The objective of this tutorial is to provide the reader with a quick-start guide on how to test 3d acceleration by checking for FPS on Ubuntu 20.04 Focal Fossa.
In this tutorial you will learn:
- How to test 3D acceleration with Mesa utils
- How to test 3D acceleration using the phoronix test suite
Setting Up NVIDIA CUDA Toolkit in a Docker Container on Debian/Ubuntu
Harnessing the power of NVIDIA GPUs on Debian and Ubuntu systems often requires navigating a maze of configurations and dependencies. NVIDIA’s CUDA Toolkit, essential for GPU-accelerated tasks, can simplify this with Docker. By containerizing the toolkit, developers ensure a consistent, streamlined, and optimized environment across systems. In this guide, we’ll detail the steps to seamlessly integrate the CUDA Toolkit within a Docker container for these popular Linux distributions.
Nvidia RTX 3080 Ethereum Hashrate and Mining Overclock settings on HiveOS Linux
This article will provide you with the information on how to overclock your Nvidia RTX 3080 graphics card for a best performance and Hashrate/Watt efficiency and Ethereum mining. We have performed number of tests by modifying memory clock and absolute core clock parameters on Nvidia RTX 3080 graphics card to determine the best configuration.
Understanding UEFI and BIOS in Relation to Linux Nvidia Driver Installation
Unified Extensible Firmware Interface (UEFI) and Basic Input Output System (BIOS) are firmware interfaces responsible for starting your computer by initiating the hardware during the booting process. These technologies are crucial for the functioning of operating systems and their associated hardware, such as graphics cards. For users wanting to install a linux nvidia driver, understanding these systems is essential. As the successors to BIOS, UEFI systems have introduced numerous advantages for Linux users and have altered the landscape for installing drivers, including those for Nvidia cards on Ubuntu/Debian. This article will explore these changes, offering a comparison of the pros and cons when installing Nvidia card drivers under UEFI and BIOS.
How to get CUDA Cores count on Linux
In this article you will learn how to get CUDA Cores count on Linux. As a text subject we will get CUDA core count on NVIDIA GeForce RTX 3080.
In this tutorial you will learn:
- How to get CUDA Cores count using NVIDIA drivers
- How to get CUDA Cores count using NVIDIA CUDA toolkit
How to Set NVIDIA Power Limit on Ubuntu
Managing the power consumption of your NVIDIA GPU on Ubuntu can lead to improved efficiency, especially for tasks that don’t fully utilize the GPU’s capabilities. This guide will walk you through the process of checking and setting power limits for your NVIDIA GPU, ensuring that your device runs optimally without unnecessary power usage.
Monitoring NVIDIA GPU Usage on Ubuntu
This article provides a comprehensive guide on how to monitor the usage of NVIDIA graphics cards on Ubuntu. Whether you are a gamer, a professional in graphics-intensive applications, or someone interested in the performance of machine learning models, understanding how to check your NVIDIA GPU’s usage can be crucial. We will cover two primary methods to accomplish this, each with its own set of advantages.