2015-03-21 17:44:55 +08:00
|
|
|
|
在FreeBSD 10.1中安装Mate桌面
|
2015-03-16 17:08:36 +08:00
|
|
|
|
================================================================================
|
|
|
|
|
![](http://1102047360.rsc.cdn77.org/wp-content/uploads/2015/03/FreeBSD-790x494.jpg)
|
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
FreeBSD是全文本模式的系统,然而有些新用户想要使用GUI桌面环境。这个教程就是帮助你在Freebsd 10.1中安装Mate桌面。
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
下面是我的系统细节:
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
root@Freebsd-unixmen:~ # uname -a
|
|
|
|
|
FreeBSD Freebsd-unixmen 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
|
|
|
|
|
root@Freebsd-unixmen:~
|
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
要在FreeBSD 10.1 中开始安装Mate桌面,按照下面的步骤。
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
pkg install xf86-video-fbdev mate-desktop mate xorg
|
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
### 在 /etc/rc.conf 中加入下面的行 ###
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
moused_enable="YES"
|
|
|
|
|
dbus_enable="YES"
|
|
|
|
|
hald_enable="YES"
|
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
### 测试安装 ###
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
xinit mate-session
|
|
|
|
|
|
|
|
|
|
![](http://www.unixmen.com/wp-content/uploads/2015/03/snapshot2.png)
|
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
Mate本身没有显示管理器。因此我们会使用其他的显示管理器如XDM、GDM、slim等等来作为登录管理器。这里让我们看看如何在Mate桌面中配置Slim DM
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
### 安装 Slim ###
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
pkg install slim
|
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
在**/etc/rc.conf**中加入下面的行:
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
slim_enable="YES"
|
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
在用户的家目录下的.xinitrc文件加入下面的行。
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
exec mate-session
|
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
重启电脑。现在在你登录Mate时就会进入Slim登录界面了。
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
![](http://www.unixmen.com/wp-content/uploads/2015/03/snapshot3.png)
|
|
|
|
|
|
|
|
|
|
![](http://www.unixmen.com/wp-content/uploads/2015/03/snapshot4.png)
|
|
|
|
|
|
2015-03-21 17:44:55 +08:00
|
|
|
|
就是这样。干杯!
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
via: http://www.unixmen.com/install-mate-desktop-freebsd-10-1/
|
|
|
|
|
|
|
|
|
|
作者:[M.el Khamlichi][a]
|
2015-03-21 17:44:55 +08:00
|
|
|
|
译者:[geekpi](https://github.com/geekpi)
|
2015-05-04 22:05:33 +08:00
|
|
|
|
校对:[wxy](https://github.com/wxy)
|
2015-03-16 17:08:36 +08:00
|
|
|
|
|
|
|
|
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
|
|
|
|
|
2015-03-21 17:36:19 +08:00
|
|
|
|
[a]:http://www.unixmen.com/author/pirat9/
|