Debian 6配置GNOME桌面环境

Debian 6配置GNOME桌面环境

1.安装xorg
root@debian:~# apt-get install xorg

2.安装gdm(GNOME Display Manager)
root@debian:~# apt-get install gdm

3.安装最小化的GNOME桌面环境
root@debian:~# apt-get install gnome-core

4.安装中文字体支持
root@debian:~# apt-get install ttf-wqy-zenhei

备注:
1.Debian 6 GNOME桌面环境默认不允许root用户登录
2.没有安装中文字体之前,网页上的中文都是方框框


原文:http://godontop.com/138.html

你可能感兴趣的:(Linux)