Skip to content

Instantly share code, notes, and snippets.

@mbohun
Last active February 14, 2022 16:31
Show Gist options
  • Save mbohun/0ae1958621f4f32016f60ae18bd2c793 to your computer and use it in GitHub Desktop.
Save mbohun/0ae1958621f4f32016f60ae18bd2c793 to your computer and use it in GitHub Desktop.
openSUSE nvidia

FCUK nouveau

# add one of these kernel boot args to grub
modprobe.blacklist=nouveau
nouveau.blacklist=1

add the nvidia repo and install


openSUSE switch between NVIDIA and Intel GPU

mbohun@linux-lrp0:~> zypper info suse-prime
Loading repository data...
Reading installed packages...


Information for package suse-prime:
-----------------------------------
Repository     : openSUSE-Tumbleweed-Oss
Name           : suse-prime
Version        : 0.7.2-1.1
Arch           : noarch
Vendor         : openSUSE
Installed Size : 32.6 KiB
Installed      : Yes
Status         : up-to-date
Source package : suse-prime-0.7.2-1.1.src
Summary        : GPU (nvidia/intel) selection for NVIDIA optimus laptops
Description    :
    A collection of shell scripts that makes it possible to use the
    NVIDIA GPU on a Optimus Laptop. The switching is similar to
    the feature provided by the nvidia-prime package in Ubuntu.

mbohun@linux-lrp0:~> su
Password: 
linux-lrp0:/home/mbohun # prime-select nvidia

REFERENCES:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment