1. pkg 安装


#pkg install xorg 

# pw groupmod video -m jru || pw groupmod wheel -m jru

#startx   //看见绿色屏幕 和小鼠标


# Xorg -configure

# Xorg -config /root/xorg.conf.new  // 按alt+ctrl+backspace  alt+ctrl+F1~F7


2.安装gnome3

# pkg install gnome3


3.添加挂载

#cp xorg.conf.new /etc/X11/xorg.conf


Section "Files"

FontPath  "/usr/local/share/fonts/bitstream-vera/"


Section "Module"

Load "freetype"


4.添加启动项

#ee /etc/rc.conf

gdm_enable="YES"

gnome_enable="YES"