Install GUI desktop enviornment in FreeBSD 10

HI i am going to tell you installation procedure for MATE desktop gui in freeBSD 10



# pkg install xf86-video-fbdev mate-desktop mate xorg
# vim /etc/rc.conf

Enter bellow lines to enable services during bootup
moused_enable="YES"
dbus_enable="YES"
hald_enable="YES"

Now install display manager slim

# pkg install slim
Again add this also to /etc/rc.conf file  at the end of file

slim_enable="YES"

Edit file
# vim /root/.xinitrc
exec mate-session

Now just reboot the machine
# reboot

that it All set now!!

Comments

Popular posts from this blog

Running cockpit behind nginx reverse proxy with nginx ssl and cockpit non ssl

Running web ssh client on port 443 /80 with nginx as reverse proxy

Setup VOD streaming server with nginx using RTMP on Ubuntu 18.04