XFCE, Mouse, Slim problems I have solved, somewhat
XFCE, Mouse, Slim problems I have solved, somewhat Here are some random URLs and things I did to file /boot/loader.conf and /etc/rc.conf and /etc/sysctl.conf pkg install xfce4-goodies xorg x11-wm/xfce4 xorg See Robonuggies FreeBSD 14.0 for Aarch64 Video for details and information /boot/loader.conf file contents: boot_multicons="YES" boot_serial="YES" # console="comconsole" console="comconsole,efi" snd_uaudio_load="YES" kern.vty=vt hw.usb.usbhid.enable=1 usbhid_load="YES" To enable a standard USB Mouse on the Raspberry Pi 4B, add these 2 lines to file /boot/loader.conf hw.usb.usbhid.enable=1 usbhid_load="YES" File contents for /etc/rc.conf on Raspberry Pi 4B fred@rpi-fred4B:~ $ cat /etc/rc.conf # https://gist.github.com/yarwelp/3cae5db566f643437fa2 setup Raspiberry Pi B hostname="rpi-fred4B" # ifconfig_DEFAULT="DHCP" # set a static address ifconfig_genet0=...