01:00.0 VGA compatible controller: NVIDIA Corporation TU104BM [GeForce RTX 2080 SUPER Mobile / Max-Q] (rev a1)
```
Lookup card at <https://nouveau.freedesktop.org/CodeNames.html> to find codename:
`NV164 (TU104)`
Card is not found on the legacy driver list at <https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/>.
The wiki says:
> For the Turing (NV160/TUXXX) series or newer, NVIDIA recommends the open source kernel driver.
> install the nvidia-open package (for use with the linux kernel) or the nvidia-open-dkms package (for all other kernels). (If these packages do not work, usually due to new hardware releases, nvidia-open-beta (AUR) may have a newer driver version that offers support.)
> The `nvidia-utils` package contains a file which blacklists the nouveau module once you reboot
### add nvidia software to packages.txt for given host
added to `dots/archinstall/tuxwarrior/packages.txt`:
```
nvidia-open
nvidia-utils
nvidia-settings
```
### set kernel parameter (systemd-boot)
edit the appropriate `.conf` file for the boot entry:
-`sudo nano /boot/loader/entries/<filename>.conf`
- append `nvidia-drm.modeset=1 nvidia_drm.fbdev=1` to the `options` line