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!!