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="inet 192.168.1.10 netmask 255.255.255.0"
# ifconfig_ue0="inet 10.42.0.47 netmask 255.255.255.0"
# defaultrouter="10.42.0.1"

sshd_enable="YES"
sendmail_enable="NONE"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
       ntpd_flasgs="-g"
       ntpd_enable="YES"
       ntpdate_enable="YES"
      snd_uaudio_load="YES"
      #growfs_enable="YES"
      snd_uaudio="YES"
      dbus_enable="YES"
      hald_enable="YES"
      slim_enable="YES"


      powerd_flags="-a hiadaptive -b hiadaptive"

      powerd_enable="YES"
Enable the SSH daemon  in /etc/rc.conf file to login across the network to this computer using a SSH client   like  JuiceSSH on a chromebook computer.
sshd_enable="YES"

URLS to reference
https://margiolis.net/w/mixer_improvements/   OSS Sound mixer explanations

Comments

Popular posts from this blog

FreeBSD 14.0 Compiling kernel for Raspberry Pi 4B

HDMI Audio sound patches into GhostBSD source code /usr/ghost14/ghostbsd-src SOLVED Jan20 2024

How to install GhostBSD-Arm64 into a USB Flash Drive stick April 24, 2024 update edition.