Hi
I prefer to use Nvidia Proffessional/Quadro cards ( low power consumption, no fan noise )
I dont have a machine with AMDGPU installed.
15-Stable ( now 15.1 STABLE ) has been much better WAYLAND Platform than 15-Release.
This Bug was never fixed on 15.0-Release.
bugs.freebsd.org
I have had good results with WAYLAND by building ports form source code ( Xorg , Gnome, KDE ) and make sure that "wayland " Build option is included everywhere in all the packages.
from /etc/make.conf :
{
OPTIONS_SET_FORCE += NLS DOCS OPTIMIZED_CFLAGS MANPAGES INFO GSSAPI_MIT X11 WAYLAND THREADS OPENMP GMP MMX SIMD SSE SSE2 SSE3 AVX AVX2 AVX512
OPTIONS_UNSET_FORCE += EXAMPLES TEST GSSAPI_BASE GSSAPI_HEIMDAL LANG_TH
DEFAULT_VERSIONS+=ssl=openssl linux=rl9
}
ofcousre you also need to have SEATD and CONSOLEKIT2 installed. to run Wayland as stated in the Handbook.
for wayland you need : two environment variables in the .profile to get an operational Cursor.
This probably is an NVIDIA dependency.
export WLR_NO_HARDWARE_CURSORS=1
export KWIN_FORCE_SW_CURSOR=1
This Last month I have been working on commisioning a new Desktop computer with modern CPU + GPU
Initially the machine suffered Kernel Panic when trying to activate DRM 6.6 or DRM 6.9
I was shown the DRM 6.12 repository on GITHUB. which now has been turned in to a port ( graphics/drm-612-kmod ) which i built and installed.
Then T-Aoki was kind to show how to adapt graphics/nvidia-latest-drm-kmod to use the DRM 612 code.
After the Nvida-latest-drm-612-kmod had been recompiled both WAYLAND and X11 Kde desktops worked on the new Desktop computer.