Nvidia works ok. With regards to "ease", AMD is probably the best, noting that when new cards come out, you will have to run newer (not unusual). There are still things that need to be shored up AFAIK Nvidia wise with regards to Wayland, etc. It's gotten better, but many are still using Xorg because of that. Answer from cjcox4 on reddit.com
🌐
Reddit
reddit.com › r/linuxquestions › best gpu with linux?
r/linuxquestions on Reddit: Best GPU with linux?
March 10, 2025 -

I know Nvidia is out but out of Intel and amd, which is the best? I don't play games much.

Discussions

hardware - How to check which GPU is active in Linux? - Unix & Linux Stack Exchange
I have 2 GPU's in my netbook. How do I know which one I'm actually using at any given moment? More on unix.stackexchange.com
🌐 unix.stackexchange.com
Best graphics card for Linux ?
Nvidia drivers can be problematic at times and depending on your setup... In general for most situations, AMD RX6000 series cards are the "best", and by "best" meaning the most compatible in all situations. What is your most common use case? More on reddit.com
🌐 r/linux4noobs
23
12
January 29, 2024
Recommendation for a first time AMD GPU Linux buyer?

The only AMD card that will can potentially be an upgrade over a 1080 is a Vega 64, and you probably can't get one at a reasonable price. The install process is basically just getting the latest kernel (you need 4.15, due to be out later today, for Vega cards to work out of the box) and Mesa (will probably have to install from a PPA if you're actually using 16.04 LTS). Why are you switching teams like that?

More on reddit.com
🌐 r/linux_gaming
30
32
January 31, 2018
The NVIDIA/AMD Linux GPU Gaming Benchmarks & Performance-Per-Dollar For July 2018

some remarks:

  1. rx 580 continues to deliver strong performance and heavily outperform gtx 1060

  2. vega still gives poor results on linux

  3. rx 560 is one of the best value gpu for linux gaming

More on reddit.com
🌐 r/Amd
55
84
July 13, 2018
🌐
NVIDIA Developer Forums
forums.developer.nvidia.com › graphics / linux › linux
Which GPU's do NVIDIA fully support for Linux? - Linux - NVIDIA Developer Forums
January 16, 2025 - Basically, I have several nvidia cards, a few different gaming computers, and based on my experience the nvidia driver for linux simply is the only bottleneck on my system that I cannot work around, which does not unlock the performance potential of my 3060 RTX GPU, like the drivers on Microsoft ...
🌐
Linus Tech Tips
linustechtips.com › ltt official › ltt releases
What GPU is the BEST for Linux Gaming? - LTT Releases - Linus Tech Tips
February 13, 2026 - Do you want to move off Windows 11 but are scared because you dont know if your GPU is good enough for it? WELL WE ARE HERE! We tested Nvidia, AMD, and Intel GPUs with Linux to see if we can accomplish day to day tasks and even some gaming! Check out the GPUs from the video! AMD RX 7700XT 12GB: h...
🌐
nixCraft
cyberciti.biz › nixcraft › howto › linux › how to find out graphics card (gpu) installed in linux
Linux Find Out Graphics Card Installed In My System - nixCraft
August 14, 2025 - In this case I have both Intel and Nvidia GPUs. In such case I can select card using the prime-select command: $ prime-select intel $ prime-select nvidia $ prime-select on-demand $ prime-select query See the lspci command man page here for more info and read NVIDIA Optimus and Bumblebee for details about NVidia using hybrid graphics with NVidia’s proprietary driver here. Do read the following man pages using the man command: $ man lspci $ man lshw · This page listed various Linux commands to find out graphics card (GPU) using the command line options.
Top answer
1 of 12
92

I've just gone through a hell of a time trying to get my discrete graphics to work in Ubuntu, and answering this question was constantly a challenge, since the lspci method mentioned earlier can sometimes say that both are [VGA controller].

I think the following command should give you an indication of your active chip:

$ glxinfo | grep -E "OpenGL vendor|OpenGL renderer"
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile

For me, this is telling me that my Intel graphics are running the show.

glxinfo is available from the mesa-utils package, so you will need to install it if you haven't already.  On Ubuntu 22.04, for example, run:

sudo apt-get install mesa-utils

If you're using an NVIDIA chip, and you're using the bumblebee package, you can put optirun in front of that line, and it should tell you that you're running the NVIDIA chip (optirun is basically telling the computer to use the discrete chip to run whatever command follows, but everything else is still using the integrated chip).

$ optirun glxinfo | grep -E "OpenGL vendor|OpenGL renderer"
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 555M/PCIe/SSE2

glxheads is another helpful command from mesa-utils that tells you some useful information about which graphics card is in use (mostly repeats glxinfo in a more compact and easy-to-read form, though), and it gives you a nice rendering of a rotating triangle.

2 of 12
33

To check which GPU is currently in command (that means which is an active VGA controller) type in

lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA

Any controller with [VGA controller] at the end is your currently active GPU. The others are switched off. In the following example the Intel card is active while the nVidia one is not in use:

00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor
Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA 
controller])
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce
GT 540M] [10de:0df4] (rev ff) (prog-if ff)
🌐
nixCraft
cyberciti.biz › nixcraft › open source › command line hacks › top 7 linux gpu monitoring and diagnostic commands line tools
Linux GPU Monitoring and Diagnostic Commands Line Tools - nixCraft
February 3, 2025 - We can use the following tools to monitor, diagnostic, and inspect our Linux or *BSD based systems. To get the GPU info simply run: $ sudo lshw -C display -short $ lspci -v | more Which is output something as follows:
Find elsewhere
🌐
Google
docs.cloud.google.com › compute engine › create a virtual gpu-accelerated linux workstation
Create a virtual GPU-accelerated Linux workstation | Compute Engine | Google Cloud Documentation
2 weeks ago - This tutorial shows how to create a virtual Linux workstation running Ubuntu 22.04 with an attached display-capable GPU.
🌐
GitHub
github.com › ilya-zlobintsev › LACT
GitHub - ilya-zlobintsev/LACT: Linux GPU Configuration And Monitoring Tool · GitHub
This application allows you to control your AMD, Nvidia or Intel GPU on a Linux system.
Starred by 5.1K users
Forked by 129 users
Languages   Rust 72.5% | Fluent 24.1% | CSS 2.7%
🌐
NVIDIA
docs.nvidia.com › cuda › cuda-installation-guide-linux
CUDA Installation Guide for Linux — Installation Guide for Linux 13.3 documentation
May 21, 2026 - The guide supports major Linux distributions including Ubuntu, Red Hat Enterprise Linux, SUSE, Debian, Fedora, and specialized distributions like Amazon Linux and Azure Linux, across x86_64, ARM64-SBSA, and ARM64-Jetson architectures. Each installation method includes detailed pre-installation requirements (CUDA-capable GPU, supported OS version, GCC compiler), step-by-step procedures, and post-installation configuration including environment setup, sample verification, and integration with development tools like Nsight and CUDA-GDB.
🌐
GeeksforGeeks
geeksforgeeks.org › linux-unix › check-and-monitor-active-gpu-in-linux
Check and Monitor Active GPU in Linux - GeeksforGeeks
July 31, 2024 - This article will teach us about multiple methods to check GPU monitors in the Linux Operating System.
🌐
GitHub
github.com › lseurttyuu › GPU-T
GitHub - lseurttyuu/GPU-T: A GPU-Z inspired diagnostic tool for Linux. GPU-T provides detailed hardware specs, real-time sensors, and advanced diagnostics for AMD and NVIDIA GPUs (Intel support planned). Built with .NET & Avalonia UI. Features hardware lookup, sensor logging, and ReBAR detection. Shipped as a self-contained AppImage. No root required. · GitHub
May 29, 2026 - A GPU-Z inspired diagnostic tool for Linux. GPU-T provides detailed hardware specs, real-time sensors, and advanced diagnostics for AMD and NVIDIA GPUs (Intel support planned). Built with .NET &amp...
Starred by 300 users
Forked by 6 users
Languages   C# 99.7% | Shell 0.3%
🌐
Phoronix
phoronix.com › reviews › Graphics+Cards
Linux Performance, Benchmarks & Open-Source News - Phoronix
More benchmarks and the competitive compares will come as that fresh testing wraps up, but so far the Arc Pro B70 is working out rather well atop the fully open-source Linux graphics driver stack. Intel Rendering Toolkit & OpenVINO AI GPU Performance On Intel Panther Lake's Xe3 B390
🌐
XDA Developers
xda-developers.com › home › linux › i tried gaming on linux with an nvidia gpu, and it's actually pretty solid
I tried gaming on Linux with an Nvidia GPU, and it's actually pretty solid
December 11, 2025 - Overall, gaming on Linux with an Nvidia GPU definitely appears possible, and the experience itself was sufficient in many cases.
🌐
GitHub
gist.github.com › neomatrix369 › 256913dcf77cdbb5855dd2d7f5d81b84
Know your GPUs · GitHub
Benchmarking your GPUs · OpenGL rendering of a simple arrangement of three rotating gears: sudo apt-get install mesa-utils glxgears · GLMarks · sudo apt-get install glmark2 glmark2 · Unigine Benchmark products (free versions - Valley, Heaven, Tropics, Sanctuary and Superposition) https://unigine.com/products/heaven/download/ See screen-shots of the programs: https://www.howtoforge.com/images/linux_gpu_benchmark/big/pic_4.jpg ·
🌐
Baeldung
baeldung.com › home › administration › check and monitor active gpu in linux
Check and Monitor Active GPU in Linux | Baeldung on Linux
March 25, 2025 - ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 GeForce GTX TIT... Off | 0000:04:00.0 Off | N/A | | 21% 50C P8 31W / 250W | 11666MiB / 16280MiB | 0% Default | +-------------------------------+----------------------+----------------------+ | 1 GeForce GTX TIT...
🌐
LinuxVox
linuxvox.com › blog › linux-gpu-info
Unveiling Linux GPU Information: A Comprehensive Guide — linuxvox.com
This blog post aims to provide a detailed overview of Linux GPU information, including fundamental concepts, usage methods, common practices, and best practices.
🌐
It's FOSS
itsfoss.com › check-graphics-card-linux
How to Find Which Graphics Card do You Have in Linux?
April 26, 2025 - Quickly check which graphics card you have installed in your system in Linux with these handy commands.