18 different recommended ways to install the nvidia driver - which one would you use?

Forgive the stupid question - i’m an AMD user precisely to avoid this kind of nonsense - but my brother is interested in trying TW on his old razer laptop:

Looking at this page:
https://en.opensuse.org/SDB:NVIDIA_drivers

I can see two different konsole methods:

zypper install openSUSE-repos-NVIDIA

or

zypper addrepo --refresh Index of /opensuse/tumbleweed NVIDIA

n.b. seems only to be adding a repo, not actually installing the driver…?

Or a yast method:
Open YaST, then click Software Repositories.
Click Add (in the bottom left), then select Community Repositories.
Select NVIDIA Graphics Drivers, then click OK.

Or an Automated installation method:

zypper install-new-recommends --repo NVIDIA

n.b. which is simply another console method?

Or three different Manual methods:
In a terminal:

lspci | grep VGA

lscpu | grep Arch

Alternatively:

hwinfo --gfxcard | grep Model

hwinfo --arch

Using inxi utility:

inxi -G

inxi -Ga

n.b. which also seem to be terminal methods…?

And if I’m really curious there’s another three feet of wiki page to scroll down:
Which may contain yet further methods!
n.b. i’m not that curious

Q. What do you guys do with a fresh TW install on a nVidia system?
A. I’m all ears…

1 Like

There needs to be some understanding of basic terms. Big differences between these basic terms:

  • adding a repository
  • automatic installation
  • manual installation
  • checking your hardware
1 Like

So i can boil it down to:

adding a repository:

zypper install openSUSE-repos-NVIDIA

automatic installation:

zypper install-new-recommends --repo NVIDIA

Would that cover it?

Thank you. J

1 Like

Basically yes.

1 Like

thank you. very much obliged. :slight_smile:

The SDB describes different possible methods to achive the same goal.

1 Like

Yeah, quite confusing, if you just want to use an NVIDIA card. We discussed pros and cons of different ways of installation recently.

I finally went with the NVIDIA repo. Disturbing: It pulled in a package setting all my TW repos (all!) to the CDN for opensuse, had been on a specific update server before. So keep an eye on your repos, in case you are picky…

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.