nvidia-inst

Version: 25.3-1
Script to install/uninstall nvidia driver packages in EndeavourOS

Usage


nvidia-inst - help installing drivers for Nvidia GPU

Usage: nvidia-inst [options]

Options:
  -h, --help              This help.
  -b, --bumblebee         Install bumblebee and Nvidia drivers for optimus cards (only very old cards).
  -f, --force             Force driver installation even if a nvidia card is not detected.
  -n, --nouveau           Install (open source) nouveau driver instead of nvidia-dkms.
  -o, --open              Install package nvidia-open-dkms instead of nvidia-dkms.
  -p, --prime             Install also prime render offload.
  -q, --quiet             Suppress log messages.
  -t, --test              Test mode. Nothing in your system will be modified.
  -v, --version           Show version of this software.
  --32                    Install also support for 32-bit apps. [multilib] in /etc/pacman.conf must be enabled.
  --switcheroo            Install switcheroo-control and enable its service. Use this option separately.
  --conf                  Create also file /etc/X11/xorg.conf.d/20-nvidia.conf (might be needed on some older systems).
  --no-dkms               Install only non-dkms packages (e.g. 'nvidia' instead of 'nvidia-dkms').
  --drivers               Show supported NVIDIA driver series number for your card.
  --listseries            List Nvidia driver versions supported by nvidia-inst.
  --ignore                Ignore all errors (useful for testing only).
  --series=X              (Advanced) Use the given Nvidia driver version X (for testing).
  --listopts              List options supported by nvidia-inst.

Notes:
  1. By default, dkms packages are favored and will be selected for install if none of the options
       --bumblebee
       --no-dkms
       --nouveau
       --open
     is used.

  2. If you have hybrid graphics, then you may need a tool that can switch GPUs.
     There are several popular tools in the AUR, e.g.
       - envycontrol
       - optimus-manager
       - supergfxctl
     just to mention a few.
     See also:
       - https://discovery.endeavouros.com/?s=nvidia
       - https://wiki.archlinux.org/title/NVIDIA_Optimus

  3. Older Nvidia GPUs may be supported only by a legacy driver found in the AUR.
     Use command 'nvidia-inst --drivers' to see which driver version supports your GPU.