Chinaunix首页 | 论坛 | 博客
  • 博客访问: 440275
  • 博文数量: 116
  • 博客积分: 2756
  • 博客等级: 少校
  • 技术积分: 1163
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-29 21:21
文章分类

全部博文(116)

文章存档

2018年(1)

2017年(1)

2016年(30)

2015年(41)

2014年(23)

2011年(7)

2010年(9)

2008年(4)

分类:

2011-01-26 02:10:27

1. Install gnome-session

pkg_add -r gnome-session

2. Check usr/share/doc/gnome-session/README.OpenBSD to install other programs.

3. Install gdm

pkg_add -r gdm

4. Add the following lines to the /etc/rc.local file to make gdm automatically run.

if [ -x /usr/local/sbin/gdm ]; then
       echo -n ' gdm';        /usr/local/sbin/gdm
fi
阅读(1463) | 评论(0) | 转发(0) |
0

上一篇:Makefile_02

下一篇:.gvimrc

给主人留下些什么吧!~~