Hello,
I just installed FreeBSD on an older laptop.
I have followed the handbook and installed drm-kmod and executed the following command:
Afterwards I additionally installed libva-intel-driver, mesa-libs as well as mesa-dri.
Then I added the user to the video group and installed wayland and seatd. Since I am using the fish shell I added the following line to ~/.config/fish/config.fish:
And here I am unsure if I did it right. Please correct this if necessary.
Next I ran the subsequent commands:
Lastly I installed LabWC and Hikari and configured them. Unfortunately, I am not able start either. Here is the output I get:
Do you have any idea what is wrong? I appreciate any help.
I just installed FreeBSD on an older laptop.
% unami -a
FreeBSD freebsd 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64 % pciconf -lv|grep -B4 VGA
vgapci0@pci0:0:2:0: class=0x030000 rev=0x0e hdr=0x00 vendor=0x8086 device=0x0f31 subvendor=0x17aa subdevice=0x3986
vendor = 'Intel Corporation'
device = 'Atom Processor Z36xxx/Z37xxx Series Graphics & Display'
class = display
subclass = VGAI have followed the handbook and installed drm-kmod and executed the following command:
# sysrc kld_list+=i915kmsAfterwards I additionally installed libva-intel-driver, mesa-libs as well as mesa-dri.
Then I added the user to the video group and installed wayland and seatd. Since I am using the fish shell I added the following line to ~/.config/fish/config.fish:
set -gx XDG_RUNTIME_DIR "/var/run/user/$(id -u)"And here I am unsure if I did it right. Please correct this if necessary.
Next I ran the subsequent commands:
# sysrc seatd_enable="YES"
# service seatd startLastly I installed LabWC and Hikari and configured them. Unfortunately, I am not able start either. Here is the output I get:
% hikari -c ~/.config/hikari/hikari.conf
Oct 8 17:18:42 freebsd seatd[95184]: 00:48:53.363 [INFO] [seatd/server.c:146] New client connected (pid: 83989, uid: 1001, gid: 1001)
Oct 8 17:18:42 freebsd seatd[95184]: 00:48:53.363 [INFO] [seatd/seat.c:170] Added clientt 1 to seat0
Oct 8 17:18:42 freebsd seatd[95184]: 00:48:53.365 [INFO] [seatd/seat.c:480] Opened client 1 on seat0
Oct 8 17:18:42 freebsd seatd[95184]: 00:48:54.002 [INFO] [seatd/client.c:471] Client disconnected
Oct 8 17:18:42 freebsd seatd[95184]: 00:48:54.002 [INFO] [seatd/client.c:418] No clients on seat0 to activate
Oct 8 17:18:42 freebsd seatd[95184]: 00:48:54.002 [INFO] [seatd/client.c:524] Closed client 1 on seat0
Oct 8 17:18:42 freebsd seatd[95184]: 00:48:54.002 [INFO] [seatd/client.c:192] Removed client 1 from seat0
fish: Job 1, 'hikari -c ~/.config/hikari/hika…' terminated by signal SIGABRT (Abort)Do you have any idea what is wrong? I appreciate any help.