Hi there…
Apologies if its a repeated question, i tried to find answer for my doubt… but i am not able to find it, also not sure if I am doing it correctly.
Is the graphics card driver installed in my machine ? Because a couple of times my desktop freezes and i did a force shutdown. Don’t know if it is because of the graphic card or software issue.
It has nouveau open source driver installed. The GT 710 series is not supported by current nvidia drivers.
You would have to install the 470.xx version from the AUR. To verify which drivers support this card you can run this and post the output.
nvidia-driver-supported-branches
Edit: If your card is supported by the 470 drivers you can use yay to install the packages.
yay -S nvidia-470xx-dkms
Also in the AUR if needed are the following packages that can be installed with yay.
nvidia-470xx-settings
nvidia-470xx-utils
Edit2: If you end up installing the nvidia drivers and reboot you could post the output of
Okay maybe some package needs to be installed in order for that to be run. Let me check the wiki page.
Edit: I think you need to install this package first and then run the command.
sudo pacman -S nvidia-inst
Edit: I’m pretty sure your card is supported by the 470xx version as i checked on the Nvidia website anyway. But this is a tool that we use to check the data base.
Yeah… now able to execute the command.
[vicky@vicky-dsktp ~]$ nvidia-driver-supported-branches
lspci: Unable to load libkmod resources: error -2
NVIDIA card id: 128b
Fetching driver data from nvidia.com …
You can install those drivers from the AUR using yay with the command i posted above. If you are not familiar with the package build used by yay it asks questions. Just press enter for each but you can read the questions first so you get familiar with the process.
Excellent. There is also the settings package and utils package in the AUR for the 470xx version drivers if you need them for any reason. Now you can see if the freezing stops.
The image looks like it’s on top of this output. But that’s okay. Usually when you post output like this above you use code tags around your output. So you can put three back ticks ``` before and after the output you post or use three tilde ~~~ before and after what you post. I’m referring to the post above.
Edit: Hope this makes sense? You can edit the above post and add those if you like so you see what i mean. Then it will look like this.