You are not logged in.
Here's my xorg config:
Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "modesetting"
EndSection
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "PrimaryGPU" "yes"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSectionAnd here's my grub parameters:
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia-drm.modeset=1 pci=realloc ibt=off"However:
❯ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x47 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 5 associated providers: 0 name:modesettingI can only see the modesetting provider, not the NVIDIA-0
Last edited by dictummortuum (2023-08-02 07:06:59)
Offline
Resolved. The problem was that I've installed optimus-manager, I wasn't using it, but it added a couple of nvidia blacklists in /usr/lib/modprobe.d.
Offline