商会资讯

 找回密码
 立即注册

QQ登录

只需一步,快速开始

用新浪微博连接

一步搞定

搜索
热搜: 活动 交友 discuz

FreeBSD 9.0 安装Gnome桌面

已有 3427 次阅读2012-10-19 09:53 |个人分类:linux|

1. 安装 freebsd basic 系统

2. 以 root 用户登录。将 freebsd-9.0-release-amd64-dvd1.iso 载入光盘

3.运行 /usr/sbin/sysinstall

选择安装 configue->packages->cd->xorg

configue->packages->cd->gnome

4. add to /etc/rc.conf

code:

hald_enable="yes" dbus_enable="yes

5. start yourself dbus and hald:

# /usr/local/etc/rc.d/dbus start

# /usr/local/etc/rc.d/hald start

(note you should also consider to start avahi-daemon and avahi-dnsconfd, required by gnome)

6. add to /etc/fstab

code:

proc /proc procfs rw 0 0

7. add to /etc/rc.conf

code:

gdm_enable="yes" gnome_enable="yes"

8. mount /proc and start gdm yourself:

# mount /proc

# /usr/local/etc/rc.d/gdm start

收藏 分享邀请 转发到微博 举报

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 立即注册

回顶部