I am trying to setup FreeBSD with wayland server in a laptop with Intel Integrated graphics that I have, it is a Acer Aspire R11, that was gifted to me, but I am being unable to setup the Wayland server as it gives me this error:
To replicate run the following as root in a fresh install of FreeBSD, with all hardenings enabled.
And then in your user with had to have uid 1001 run the following
Code:
Jul 27 05:44:10 hostname seatd[11813]: 01:00:26.534 [INFO] [seatd/server.c:146] New clent connected (pid: 86614, uid: 1001, gid: 1001)
Jul 27 05:44:10 hostname seatd[11813]: 01:00:26.534 [INFO] [seatd/seat.c:170] Added client 1 to seat0
Jul 27 05:44:10 hostname seatd[11813]: 01:00:26.536 [INFO] [seatd/seat.c:480] Opened client 1 on seat0
Jul 27 05:44:12 hostname seatd[11813]: 01:00:28.017 [INFO] [seatd/client.c:471] Client disconnected
Jul 27 05:44:12 hostname seatd[11813]: 01:00:28.017 [INFO] [seatd/seat.c:418] No clients on seat0 to activate
Jul 27 05:44:12 hostname seatd[11813]: 01:00:28.018 [INFO] [seatd/seat.c:524] Closed client 1 on seat0
Jul 27 05:44:12 hostname seatd[11813]: 01:00:28.018 [INFO] [seatd/seat.c:192] Removed client 1 on seat0
To replicate run the following as root in a fresh install of FreeBSD, with all hardenings enabled.
Code:
pw groupmod video -m monkey
pkg install wayland seatd
mkdir -p /var/run/user/1001
chown monkey /var/run/user/1001
echo export XDG_RUNTIME_DIR=/var/run/user/1001 >> ~/.profile
pkg install drm_kmod
echo 'kld_list+="i915kms"' >> /boot/loader.conf
sysrc seatd_enable=YES
pkg install hikari alacritty
reboot
Code:
mkdir ~/.config/hikari
cp /usr/local/etc/hikari/hikari.conf ~/.config/hikari
hikari -c ~/.config/hikari/hikari.conf