Posts

Showing posts with the label XFCE

Adding Multiple Repositories to GhostBSD-Arm64 install to Raspberry Pi 4

Adding Multiple Repositories to GhostBSD-Arm64 install to Raspberry Pi 4 For Raspberry Pi 4B, 3B, 400 I have GhostBSD-Arm64 running from this image in this directory http://76.14.239.229/packages/   http://ghostbsdarm64.hopto.org/packages/Ghost14_selfbuilt_raspi4b_Dec12_3.img.xz December 12, 2023  image to 'dd' write into a USB flash drive and insert into a blue USB 3.0 connector on the Raspberry Pi 4B, 3B, 400 I installed multiple repositories, so I did NOT have to Poudriere Build 30,000 pkgs.  Just build the pkgs for installing XFCE Desktop Environment.  I want pkgs Abiword, Dia, xfce-screenshooter also to use for my minimal desktop.  I had issues with compiling Firefox browser, So I thought I might use the Firefox-ESR that FreeBSD built.  PersonalBSD  has several packages built in the last few days of November, December 2023.  Ok, Yes, multiple repositories might create some problems.  We can deal with that issue when it arises.  I ...

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=...