{"id":865,"date":"2016-08-05T15:20:33","date_gmt":"2016-08-05T13:20:33","guid":{"rendered":"http:\/\/ndk.sytes.net\/wordpress\/?p=865"},"modified":"2016-08-05T15:20:33","modified_gmt":"2016-08-05T13:20:33","slug":"install-mate-desktop-on-freebsd-10-3","status":"publish","type":"post","link":"https:\/\/ndk.sytes.net\/wordpress\/?p=865","title":{"rendered":"Install MATE desktop on FreeBSD 10.3"},"content":{"rendered":"<p>\n\tFreeBSD has no GUI in its initial installation state. Here are a few steps to get the MATE desktop up and running using the binary packages. Note that the packages could also be installed by using the ports collection. For easy configuration i prefer to use VIM but it needs to be installed first. Use following command:\n<\/p>\n<pre>\npkg install vim<\/pre>\n<h2>\n\tInstalling the X Window System<br \/>\n<\/h2>\n<p>\n\tThis is needed by the desktop environment and can be installed easily by using\n<\/p>\n<pre>\npkg install xorg<\/pre>\n<h2>\n\tConfiguring the X Window System<br \/>\n<\/h2>\n<p>\n\tNow we need a few commands and edit to configure the system. As root do the following\n<\/p>\n<pre>\n<code>vim \/boot\/loader.conf<\/code><\/pre>\n<p>\n\tadd this line at the top:\n<\/p>\n<pre>\n<code>kern.vty=vt<\/code><\/pre>\n<h2>\n\tInstalling SLIM and MATE desktop<br \/>\n<\/h2>\n<p>\n\tIt&#39;s time to install your graphical interface&#8230; MATE does not come with a login manager sou you need to install one like SLIM.\n<\/p>\n<pre>\n<code>pkg install mate\npkg install slim<\/code>\n<\/pre>\n<p>\n\tafter installation add this to \/etc\/fstab\n<\/p>\n<pre>\nproc          \/proc       procfs  rw  0  0<\/pre>\n<p>\n\tnow everything should be ready. Only one more step: add the following lines to \/etc\/rc.conf to start the desktop environment at boot:\n<\/p>\n<pre>\nmoused_enable=&quot;YES&quot;\ndbus_enable=&quot;YES&quot;\nhald_enable=&quot;YES&quot;\nslim_enable=&quot;YES&quot;\n<\/pre>\n<p>\n\t<strong>REMEMBER:<\/strong>\n<\/p>\n<p>\n\tIf you want a user to login to the MATE desktop, replace the user and execute the following command:\n<\/p>\n<pre>\necho &quot;exec mate-session&quot; &gt; \/home\/&lt;myuser&gt;\/.xinitrc<\/pre>\n<p>\n\t<strong><code>VMWARE USERS:<\/code><\/strong>\n<\/p>\n<p>\n\tShould you run this FreeBSD setup in a VMware product like VMware Fusion please install following packages:\n<\/p>\n<pre>\npkg install xf86-video-vmware xf86-input-vmmouse<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>FreeBSD has no GUI in its initial installation state. Here are a few steps to get the MATE desktop up and running using the binary packages. Note that the packages could also be installed by using the ports collection. For easy configuration i prefer to use VIM but it needs to be installed first. Use [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-865","post","type-post","status-publish","format-standard","hentry","category-linuxunix"],"_links":{"self":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/865","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=865"}],"version-history":[{"count":0,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/865\/revisions"}],"wp:attachment":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=865"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=865"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}