|
发表于 2003-6-24 01:02:02
|
显示全部楼层
you need to specify a different display number instead of the console one. console (your local F7) will use display number 0 to display X, vnc will typically start from 1. so you need to do:
shell # vncserver & - man vncserver for more details. Typically, a display number will be shown to your after start the vncserver.
vncviewer server_ip/host:dis_num
passwd
done |
|