nvidia-bug-report.log.gz (236.3 KB)
I have tried to install nvidia driver on my LFS (Linux From Scratch) with reverse prime, I got eglGetDisplay() failed in Xorg log.
Can anyone help me?
Found non-libglvnd libraries: libEGL.so.1 libGL.so.1
Missing libraries: libGLX.so.0
Your mesa build is non-glvnd so now broke when installing the nvidia driver (with glvnd). Uninstall the nvidia driver, rebuild mesa with glvnd support, then install glvnd and then the nvidia driver (best with dkms).
1 Like
Thanks!!!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.