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
阅读(1506) | 评论(0) | 转发(0) |