Categories
Uncategorized

Mate Desktop on FreeBSD 11.1

Im doing this step on my freebsd 11.1 laptop after some search on the net.

  1. login as root
  2. pkg install Xorg
  3. pkg install mate
  4. pkg install slim
  5. edit /etc/rc.conf and add following lines if not exist
    1. hald_enable=”YES”
    2. dbus_enable=”YES”
    3. slim_enable=”YES”
    4. moused_enable=”YES”
  6. create .xinitrc file on home directory
    1. exec mate-session
  7. reboot and login

Done