390xx-bumblebee doesn't optirun

Asus Laptop K73SV / i5-2410M / dGPU GeForce GT540M/
Did a clean install of Manjaro Gnome.
Updated everything.
Installed Kernel 5.4.159-1. deinstalled the Kernel 5.14. rebooted.

deinstalled the free drivers and installed the 390xx-bumblebee

sudo mhwd -f -r pci video-linux
sudo mhwd -f -i pci video-hybrid-intel-nvidia-390xx-bumblebee

added myself to bumblebee

sudo gpasswd -a $USER bumblebee

rebooted.
Disabled Wayland

sudo gedit /etc/gdm/custom.conf

WaylandEnable=false

installed

sudo pacman -S virtualgl

rebooted.

glxspheres64

runs, but

optirun glxspheres64

gives
[ 1508.017942] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA: Use the -ignoreABI option to override this check.

[ 1508.017994] [ERROR]Aborting because fallback start is disabled.

mhwd

gives

> 0000:01:00.0 (0300:10de:0df4) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-390xx-bumblebee            2021.11.04               false            PCI
    video-nvidia-390xx            2021.11.04               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI


> 0000:00:02.0 (0300:8086:0116) Display controller Intel Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-390xx-bumblebee            2021.11.04               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI

Is there anything i can do to use my GPU? At this point i wouldnt care if i have to reboot to change between graphics, run optirun before programs or use optimusmanger, just need a way to use the dGPU.

Thanks, this worked.

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