Chinaunix首页 | 论坛 | 博客
  • 博客访问: 340881
  • 博文数量: 89
  • 博客积分: 2919
  • 博客等级: 少校
  • 技术积分: 951
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-23 11:51
个人简介

好懒,什么都没写

文章分类

全部博文(89)

文章存档

2012年(3)

2011年(17)

2007年(20)

2006年(49)

我的朋友

分类: BSD

2012-08-13 15:53:20


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
__________________

阅读(4017) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~