hello everyone
I just started using FreeBSD. The display server uses Wayland instead of xorg
How to install it and make it sway through startx
Wayland in Wiki was updated a year ago. I wonder if there is any better help now. https://wiki.freebsd.org/Graphics/Wayland
To install the port:
To add the package:
Then what should I do, such as what environment variables need to be set
I appreciate any help
I just started using FreeBSD. The display server uses Wayland instead of xorg
How to install it and make it sway through startx
Wayland in Wiki was updated a year ago. I wonder if there is any better help now. https://wiki.freebsd.org/Graphics/Wayland
To install the port:
Bash:
cd /usr/ports/graphics/wayland/ && make install clean
Bash:
pkg install wayland
Then what should I do, such as what environment variables need to be set
I appreciate any help