Graphics setting up nvidia hybrid

Topics relating to graphics.

Grumpy

Active member
Member
1
Jun 11, 2023
103
3
35
vietnam, Hanoi
grumpydevoloper.com
Pronouns
He/Him
Shell
  1. Bash
Editor
  1. VSCode/Code
Desktop
  1. Gnome
well been messing arounf past 2 weeks ( 50 reinstalls 10 difrent distros and all desktop enviroments even hyprland ) and most of the times nvidia hybird is set up in 5 minutes simple 3 lines of terminal commands ( in example it is used zypper, but just use what your distro uses to use sudo/install )

1. update your system
2. install nvdia drivers
3. reboot and assign MOK key ( if it asks )
4.
Code:
sudo ln -sfv /dev/null /etc/udev/rules.d/61-gdm.rules
5.
Code:
sudo prime-select boot offload offload-set intel
6.
Code:
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
7. reboot
 
So the problem is/was your device has 2 graphics adapters and it was trying to use the Intel one?
 
So the problem is/was your device has 2 graphics adapters and it was trying to use the Intel one?
yes you need to enable hybrid so it uses offload mode intel is primary and when needs it switches to Nvdia aka offloads. intel is always first same as amd hybrids igpu primary dgpu on offload if you set it hybrid so you dont need to switch cards manually it makes all by demand
 

About Us

  • The Linux.Chat community is a multi-platform community for general Linux® support. We provide help and support for any Linux® distribution and aim to answer any questions you might have about Linux®. Discussion about the various aspects of Linux® and Free/Open Source software is also encouraged.

    Visit our communities website at Linux.Chat.
  • Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.

Quick Navigation

User Menu