Fresh install of FreeBSD with an NVIDIA GTX 1050 ti. Starting *any* Wayland compositor gives me a black screen, no mouse, no nothing, and no way to control-C. I have to power cycle the machine to exit. I followed the FreeBSD Handbook almost to the letter.
I can't find any pertinent error messages anywhere in the logs, although I'm new at this and may not be looking in the right place.
I have installed wayland, seatd, sway, wayfire, dwl, plasma6, nvidia-drm-61-kmod, nvidia-settings, nvidia-driver-570, and nvidia-drm-kmod. Starting sway, wayfire, dwl, and plasma-wayland all give the same behavior, using something like
or
I have in /boot/loader.conf:
and in /etc/rc.conf:
X11 works fine, and the NVIDIA X11 Configuration app sees the GPU just fine.
I can't find any pertinent error messages anywhere in the logs, although I'm new at this and may not be looking in the right place.
I have installed wayland, seatd, sway, wayfire, dwl, plasma6, nvidia-drm-61-kmod, nvidia-settings, nvidia-driver-570, and nvidia-drm-kmod. Starting sway, wayfire, dwl, and plasma-wayland all give the same behavior, using something like
exec dbus-launch --exit-with-session ck-launch-session startplasma-wayland
or
exec dbus-launch --exit-with-session dwl
I have in /boot/loader.conf:
hw.nvidia.modeset="1"
hw.nvidiadrm.fbdev="1"
and in /etc/rc.conf:
kld_list="nvidia-drm nvidia-modeset linux linux64"
dbus_enable="YES"
seated_enable="YES"
X11 works fine, and the NVIDIA X11 Configuration app sees the GPU just fine.