#Linux Mint getting Nvidia and gaming to work, app and graphics card

1 messages · Page 1 of 1 (latest)

fleet rampart
#

Welcome to the thunderdome!!!! 😄

The Nvidia app itself is just a window executable so typically won't work. Linux drivers for Nvidia are an unfortuante small nightmare to navigate (hence the thunderdome :P). You'll need to install the proprietary drivers or open drivers for the card and can install nvidia-utils package to get extras like nvidia-smi or nvtop for seeing utilization.

Reason this ends up being difficult is most often if the nouveau drivers are installed and are loaded/loading ahead of the other drivers you are trying to use, typically packages are named based on driver number.

Anyhow TLDR there is a GUI for switching driver versions and is probably easist way to give it a shot but do expect to have some troubleshooting since it isn't always a smooth going process (can often install drivers and have it crash the display-manager/gui/initial login so make sure are ready to do some troubleshooting and able to get anything critical off the drive(s) before proceeding).

https://linuxmint-installation-guide.readthedocs.io/en/latest/drivers.html

#

In the best case you select off a new version it installs/switches you reboot and everything is hunky-dory, but just good to be prepared in case you reboot to blinking cursor and black screen

#

in that worst case you are then using live-usb to boot off of and/or adjusting GRUB to change kernel options (using nomodeset often a fallback to delay driver loading, but can require some deeper debugging of things digging through logs making sure version supports hardware etc.)