Freebsd 15.0 on ThinkPad T450 S
I installed FreeBSD 15.0 from memstick img file. First, I try install traditional sets of BSD, but this cause problem with Wifi, so I restarted installer and I has chosen pkgbase option. When Wifi works properly, so I could install another system core packages, but some problems appeared later, which I tried install XLibre. I use commands sudo ee /usr/local/etc/pkg/repos/XLibre.conf and pasted: XLibre: { url: "https://api.cirrus-ci.com/v1/artifact/github/b-aaz/xlibre-ports/bins/bins/${ABI}", mirror_type: "http", enabled: yes } Next sudo pkg update sudo pkg install xlibre sudo pkg install xfce xfce4-goodies xfce4-whiskermenu-plugin sudo sysrc kld_lists+="i915kms" And sudo reboot . Then I created file .xinitrc with exec startxfce4 inside file. I run startx, but it didn't work.I must run command sudo pkg install drm-kmod After startx , I saw: Emacs sudo pkg install emacs git ripgrep fd-find After git ...