HI
This is a report on successful startup of KDE6/plasma6 on wayland on Nvidia RTX3060
All I did to start KDE on Wayland on Freebsd 16 WAS:
#1 build Nvidia 580.105 drivers and install them.
#2 Build kde6/Plasma6 selecting and including all wayland options in the ports as I built them.
#3 build and install and run the /usr/ports/sysutils/seatd service.
#4 run " exec dbus-launch ck-launch-session startplasma-wayland "
ISSUE with missing cursor:
the cursor is not visible on the Nvidia display.
this problem occurs on linux as well and is well known.
Solution is to set variables
export WLR_NO_HARDWARE_CURSORS=1
export KWIN_FORCE_SW_CURSOR=1
in $HOME/.profile
This is a report on successful startup of KDE6/plasma6 on wayland on Nvidia RTX3060
All I did to start KDE on Wayland on Freebsd 16 WAS:
#1 build Nvidia 580.105 drivers and install them.
#2 Build kde6/Plasma6 selecting and including all wayland options in the ports as I built them.
#3 build and install and run the /usr/ports/sysutils/seatd service.
#4 run " exec dbus-launch ck-launch-session startplasma-wayland "
ISSUE with missing cursor:
the cursor is not visible on the Nvidia display.
this problem occurs on linux as well and is well known.
Solution is to set variables
export WLR_NO_HARDWARE_CURSORS=1
export KWIN_FORCE_SW_CURSOR=1
in $HOME/.profile