Home Wiki > SDB:NVIDIA drivers
Sign up | Login

SDB:NVIDIA drivers

tagline: From openSUSE

The NVIDIA drivers can not be included with openSUSE because of their license. Fortunately for new users, NVIDIA has an openSUSE repository containing their drivers.

Contents


[edit] Easy way to get NVIDIA drivers

Use 1-Click-Install for openSUSE 12.3 12.2 12.1 and 11.4

1-click installation of NVIDIA drivers

1-click installation of NVIDIA drivers

  • For Geforce FX cards (5xxx) click here:

1-click installation of NVIDIA drivers for Geforce FX cards

1-click installation of NVIDIA drivers for Geforce 4 and older cards

  • After installation is done restart computer.

  • 1-click install needs access to the online software repositories, so you must have Internet to use it; otherwise you will get error message about missing packages.
  • once you are done Nvidia repository will stay enabled and updates should be done with normal update methods.

If you have problems with 1-Click install please see article about troubleshooting.


[edit] The repository way

  • Prerequisite: You can use zypper or YaST Software Management.
  • This is for: People that prefer manual repository management.
  • Steps:
    1. Add Nvidia repository.
    2. Refresh repositories.
    3. Determine your card.
    4. Run installation.
    5. Restart computer.
  • Note: Installation procedure steps are the same for 12.3, 12.2, 12.1 and 11.4, but the difference is in the driver that your video card needs.

[edit] zypper

  • This is steps 1. and 2. at once. Add the repository and refresh it.
Note: replace 12.3 with your version
zypper ar -f ftp://download.nvidia.com/opensuse/12.3/ nvidia
  • Determine your video card model with:
lspci | grep VGA 
  • Installation:
GeForce 6xxx and newer:
zypper install x11-video-nvidiaG02
GeForce FX 5xxx:
zypper install x11-video-nvidiaG01
GeForce 4xx/4xxx or older:
zypper install x11-video-nvidia
  • After installation is done restart computer.

[edit] YaST

lspci | grep VGA 
  • Invoke YaST Software Management with:
    • Main Menu
    • tab Computer
    • click on Install/Remove Software
  • click on a Search tab
  • type in nvidia
  • Select driver for your card:
GeForce 6xxx and newer: x11-video-nvidiaG02
GeForce FX 5xxx: x11-video-nvidiaG01
GeForce 4xx/4xxx or older: x11-video-nvidia
  • click on Accept
  • After installation is done restart computer.


[edit] Tumbleweed

You're going to have to install the driver the hard way. See the note on Tumbleweed for some tips on making it easier to go through the steps the second time around.


[edit] SLED 10

  • Add the YUM repository ftp://download.nvidia.com/novell/sle10sp1/ to the package manager (YAST or ZEN).
  • Install the packages x11-video-nvidia and nvidia-gfx-kmp-default
  • Restart X (Logout and press CTRL-ALT-Backspace).
  • Done.

You will also get updated packages when NVIDIA publishes them on this site.


[edit] See also

[edit] See also in the new wiki

[edit] See also in the old wiki

[edit] External links