nvidia ryzen5 hybrid GPU Manjaro blackscreen with cursor after boot

providers.txt
http://paste.ubuntu.com/p/Q8ztYGmyS2/

Ok, looks like you’re running into a known bug with the amdgpu driver. Please change the script to

#!/bin/sh
xrandr --listproviders >>/var/log/lightdm/providers.txt 2>&1
xrandr --setprovideroutputsource modesetting NVIDIA-0 >>/var/log/lightdm/providers.txt 2>&1
xrandr --verbose >>/var/log/lightdm/providers.txt 2>&1
xrandr --auto >>/var/log/lightdm/providers.txt 2>&1
xrandr --output eDP-1-1 --auto >>/var/log/lightdm/providers.txt 2>&1

and try again, also post the file again.

http://paste.ubuntu.com/p/Yvf5szr6n3/

Still getting the error

xrandr: Configure crtc 0 failed

Please try this:

#!/bin/sh
xrandr --listproviders >>/var/log/lightdm/providers.txt 2>&1
xrandr --setprovideroutputsource modesetting NVIDIA-0 >>/var/log/lightdm/providers.txt 2>&1
xrandr --verbose >>/var/log/lightdm/providers.txt 2>&1
xrandr --output eDP-1-1 --set "PRIME Synchronization" "0" >>/var/log/lightdm/providers.txt 2>&1
xrandr --auto >>/var/log/lightdm/providers.txt 2>&1
xrandr --output eDP-1-1 --mode 0x46 >>/var/log/lightdm/providers.txt 2>&1
xrandr --output eDP-1-1 --auto >>/var/log/lightdm/providers.txt 2>&1

http://paste.ubuntu.com/p/zz33kBwVb8/

The xserver is just refusing to add the internal display. Please delete the file /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
and check it changes anything.

Now my laptop blink about 5 sec and get stuck with cursor again that I can use terminal in it

Please create a new nvidia-bug-report.log in that state.

new nvidia-bug-report.log
nvidia-bug-report.log.gz (1.04 MB)

Great, now it’s not finding the glxserver_nvidia module, Manjaro sure has a strange kind of driver setup. Which driver package did you exactly install?

when I use mhwd -li I got

e[1me[31m> e[mInstalled PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
    video-nvidia-418xx            2019.10.25               false            PCI


e[1me[31mWarning: e[mNo installed USB configs!

(that’s after i delete video-linux driver)

then I reboot it not work
then I tried to use pacman -Syuu
it update and upgrade all of packet
and when i reboot it got blinking screen again and i can’t access to terminal again

Please try reinstalling the nvidia driver package and check if the file
/usr/lib/xorg/modules/extensions/glxserver_nvidia
gets created afterwards. Otherwise ask Manjaro people where they put it.

now i can’t access manjaro terminal
Should I reinstall whole manjaro ?

In /usr/lib/xorg/modules/extensions/
I have libglx.so

I’ve downloaded and checked the Manjaro Nvidia driver packages and 418 seems to be some kind of compatibility package for older xservers and maybe bumblebee with some non-standard file layout. Please upgrade to the 440 driver, that’s a standard package.

new nvidia-bug-report.log
installed video-nvidia-440xx
now i can access to terminal again
nvidia-bug-report.log.gz (1.09 MB)

Ok, now the driver layout looks fine but the config files the new manjaro package adds is telling me they’re favouring render offload. Please delete /etc/X11/xorg.conf and /etc/X11/xorg.conf.d/90-mhwd.conf and reboot. Then you should be able to run an application (no web-browsers currently) on the nvidia gpu by prepending __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia, e.g. from terminal
__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo | grep vendor
If that doesn’t work, please create a new nvidia-bug-report.log.

It got login screen when I login I got blackscreen again
nvidia-bug-report.log.gz (1.11 MB)

Logs look normal, you’ll also have to revert the changes you made to lightdm config.

Thanks for the info and answers. She was very helpful to me.