Did you read the wiki about it? It should answer most of your questions. At least will answer all that you already asked: https://wiki.archlinux.org/title/NVIDIA Answer from Samsagax on reddit.com
🌐
ArchWiki
wiki.archlinux.org › title › NVIDIA
NVIDIA - ArchWiki
You can create /etc/udev/rules.d/70-nvidia.rules to run it automatically: ... Regarding Xwayland take a look at Wayland#Xwayland. For further configuration options, take a look at the wiki pages or documentation of the respective compositor. Note Prior to driver version 555.xx, or when using a Wayland compositor that does not support Explicit Sync via the linux-drm-syncobj-v1 protocol, the NVIDIA driver can have major issues manifesting as flickering, out of order frames, and more, in both native Wayland and Xwayland applications.
🌐
Reddit
reddit.com › r/archlinux › how do i properly run arch linux with nvidia gpu?
r/archlinux on Reddit: How do I properly run Arch Linux with NVIDIA GPU?
September 8, 2025 -

Hi everyone,

I’m planning to run Arch Linux on a system with an NVIDIA GPU, and I’ve heard that NVIDIA cards can be tricky on Linux.

What’s the recommended way to set up Arch Linux with NVIDIA?

Should I install the proprietary nvidia drivers or stick with Nouveau?

Do I need to use special kernel parameters or tools like PRIME / Optimus for hybrid graphics?

Are there any common issues I should expect with suspend/resume or Wayland?

I’d really appreciate some guidance or a step-by-step approach from anyone who has successfully run Arch with NVIDIA.

Discussions

Arch Linux not using the Nvidia GPU - Unix & Linux Stack Exchange
Arch Linux not using the Nvidia GPU. This happened after I installed Steam. My gaming experience became laggy and the laptop became quiet, that happens when my Nvidia GPU isn't used. I decided to c... More on unix.stackexchange.com
🌐 unix.stackexchange.com
May 27, 2025
[SOLVED] Nvidia GPU not working on Arch Linux
After updating to Linux 6.0.1 my Nvidia GPU stopped working. When using nvidia-settings on the terminal I receive the message: `(nvidia-settings:26696): GLib-GObject-CRITICAL **: 12:21:38.045: g_object_unref: assertion ‘G_IS_OBJECT (object)’ failed ERROR: A supplied argument is invalid ... More on forums.developer.nvidia.com
🌐 forums.developer.nvidia.com
3
0
October 17, 2022
Cannot get nvidia drivers working on arch linux - GPU - Hardware - NVIDIA Developer Forums
The graphics card/GPU is: GeForce RTX3060 12G I have installed the drivers with “sudo pacman -S nvidia nvidia-utils” and no GPU is detected when I boot the machine. Any advice on how I can get the card working? Is it supported on arch linux? Can’t find a lot of information on this problem. More on forums.developer.nvidia.com
🌐 forums.developer.nvidia.com
0
June 1, 2023
Struggling with NVIDIA GPU Drivers on Arch Linux: Any Suggestions? - Phoronix Forums
I’ve been running Arch Linux for a while now, and I recently encountered some frustrating issues with the NVIDIA GPU drivers. I’m using 1080ti, and here’s what I’ve noticed After the last system update (sudo pacman -Syu), my desktop environment either refuses to load or freezes randomly. More on phoronix.com
🌐 phoronix.com
January 24, 2025
🌐
GitHub
github.com › korvahannu › arch-nvidia-drivers-installation-guide
GitHub - korvahannu/arch-nvidia-drivers-installation-guide: A repository that holds a simple guide on how you can install and configure proprietary NVIDIA drivers for Arch Linux. · GitHub
This is a quick tutorial on how you can install proprietary NVIDIA drivers for Arch Linux. Please note if you are using anything other than the regular linux kernel, such as linux-lts, you need to make changes accordingly. All the commands marked like this are meant to be run on the terminal.
Starred by 1.1K users
Forked by 62 users
🌐
Filip Livancic
filiplivancic.com › projects › arch linux - nvidia driver installation
Arch Linux - Nvidia Driver Installation | Filip Livancic
March 15, 2025 - You’ll likely need to refer to the official Arch Documentation to adjust for specific hardware dependancies: https://wiki.archlinux.org/title/NVIDIA · You’ll need to run the following to determine the family of your NVIDIA card: ... I’m currently running an NVIDIA GTX 1070TI which is part of the NV130 family (Pascal) to which I decided to install the nvidia and nvidia-dkms packages. You’ll need the following packages on your system, including any depedencies: sudo pacman -S linux-headers nvidia-dkms libglvnd nvidia-utils opencl-nvidia lib32-libglvnd lib32-nvidia-utils lib32-open-cl-nvidia nvidia
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[SOLVED] NVIDIA driver won't load / Newbie Corner / Arch Linux Forums
pacman -Q linux pacman -Qs nvidia · Last edited by V1del (2021-01-31 16:53:48) Offline · bigmac_nopickles · Member · Registered: 2019-11-16 · Posts: 25 · # pacman -Q linux linux 5.9.6.arch1-1 ·
🌐
Arch Linux
archlinux.org › packages › extra › x86_64 › nvidia-open
Arch Linux - nvidia-open 610.43.02-7 (x86_64)
linux-headers (make) nvidia-open-dkms=610.43.02 (make) View the file list for nvidia-open · View the soname list for nvidia-open · Copyright © 2002-2026 Judd Vinet, Aaron Griffin and Levente Polyák. The Arch Linux name and logo are recognized trademarks. Some rights reserved.
Find elsewhere
🌐
Arch Linux
archlinux.org › packages › extra › x86_64 › nvidia-settings
Arch Linux - nvidia-settings 610.43.02-1 (x86_64)
Arch Linux · Home · Packages · Forums · Wiki · GitLab · Security · AUR · Download · Source Files / View Changes · Bug Reports / Add New Bug · Search Wiki / Manual Pages · Security Issues · Flag Package Out-of-Date (?) Download From Mirror · gtk3 · jansson · libvdpau · libxnvctrl · libxv · nvidia-utils ·
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
List of NVIDIA models and related NVIDIA driver packages to install / Kernel & Hardware / Arch Linux Forums
June 5, 2023 - For the Maxwell (NV110/GMXXX) series and newer, install the nvidia package (for use with the linux kernel) or nvidia-lts package (for use with the linux-lts kernel) or nvidia-dkms package (for all other kernels). If these packages do not work, nvidia-betaAUR may have a newer driver version that offers support.
🌐
ArchWiki
wiki.archlinux.org › title › Graphics_processing_unit
Graphics processing unit - ArchWiki
1 month ago - LACT — Control your AMD, Nvidia or Intel GPU on a Linux system. https://github.com/ilya-zlobintsev/LACT || lact · Retrieved from "https://wiki.archlinux.org/index.php?title=Graphics_processing_unit&oldid=877776" Category: Graphics · Search · Graphics processing unit ·
🌐
ArchWiki
wiki.archlinux.org › title › NVIDIA_Optimus
NVIDIA Optimus - ArchWiki
1 month ago - This is the official NVIDIA method to support switchable graphics. See PRIME#PRIME render offload for details. See PRIME#Desktop environment integration. See Optimus-manager upstream documentation. It covers both installation and configuration in Arch Linux systems.
🌐
NVIDIA Developer Forums
forums.developer.nvidia.com › graphics / linux › linux
[SOLVED] Nvidia GPU not working on Arch Linux - Linux - NVIDIA Developer Forums
October 17, 2022 - After updating to Linux 6.0.1 my Nvidia GPU stopped working. When using nvidia-settings on the terminal I receive the message: `(nvidia-settings:26696): GLib-GObject-CRITICAL **: 12:21:38.045: g_object_unref: assertion ‘G_IS_OBJECT (object)’ failed ERROR: A supplied argument is invalid ...
🌐
NVIDIA Developer Forums
forums.developer.nvidia.com › gaming and visualization technologies › general topics & other sdks › gpu - hardware
Cannot get nvidia drivers working on arch linux - GPU - Hardware - NVIDIA Developer Forums
June 1, 2023 - The machine I am using is: https://www.amazon.com/msecore-Computer-i9-12900F-Graphics-Multiple/dp/B0C1BYV4PQ. The graphics card/GPU is: GeForce RTX3060 12G I have installed the drivers with “sudo pacman -S nvidia nvidi…
🌐
Phoronix
phoronix.com › news › Arch-LInux-NVIDIA-Open-Default
Arch Linux's Main NVIDIA Driver Packages Now Using The Open Kernel Modules - Phoronix
The Arch Linux project announced today they have transitioned to using the Open Kernel Modules for their main NVIDIA driver packages.
🌐
Medium
medium.com › @sakalakis › how-to-easily-install-the-nvidia-drivers-in-arch-linux-5f1b3f1a5f66
How to easily install the NVIDIA drivers in Arch Linux | Medium
January 30, 2025 - A beginner’s guide with easy-to-follow steps for installing the latest NVIDIA drivers in Arch Linux and troubleshooting any issues even if…
🌐
Phoronix
phoronix.com › home › forum › linux graphics drivers › nvidia linux
Struggling with NVIDIA GPU Drivers on Arch Linux: Any Suggestions? - Phoronix Forums
January 24, 2025 - I’ve tried switching between the nvidia and nvidia-dkms packages, but the issue persists. I’ve also experimented with the linux and linux-lts kernels to see if it’s a kernel compatibility problem, but no luck.
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
Nvidia Control Panel existing? / Newbie Corner / Arch Linux Forums
February 14, 2025 - Have you seen nvidia-settings? It's the closest thing to Nvidia Control Panel you can get on linux.
🌐
TechPowerUp
techpowerup.com › 344385 › arch-linux-drops-support-for-nvidia-pascal-and-older-gpus
Arch Linux Drops Support for NVIDIA Pascal and Older GPUs | TechPowerUp
Arch Linux has also migrated the default NVIDIA GPU drivers to the nvidia-open, nvidia-dkms, nvidia-open-dkms packages. Previously, the GTX 900 series GPUs were the oldest NVIDIA graphics cards supported by the Linux distro, although there are ...
🌐
Reddit
reddit.com › r/archlinux › how well does nvidia work on arch linux?
r/archlinux on Reddit: How well does NVIDIA work on Arch Linux?
April 3, 2024 -

Hello, a bit of a lurker here and I do apologize if this is the wrong place to post this.

I've been contemplating making the jump to Arch Linux.

I've previously used Pop, Manjaro and now Mint.

My main qualm is how does Nvidia do on Arch? Anyone here presently using Nvidia GPUs would you care to share your experiences? I know it all works better on AMD, unfortunately I'm a mix of team red and green atm with AMD CPU and Nvidia GPU. I plan to change that at some point, but there hasn't been enough need nor time to get a new one.

So yeah looking to see what kind of problems people have encountered or have not encountered, how smooth is it in comparison to say some of the distros I mentioned etc.

EDIT: Thought I should mention I intend to game on this machine using Arch Linux as well as do a variety of other tasks (coding, writing etc..) basically I want to make it my daily driver.

EDIT 2: Thanks everyone for your feedback. I'll probably stick to X11 and give Arch a try.