From:
http://vegdave.wordpress.com/2006/10/16/using-gnomecde-in-vnc-on-solaris/
If you install VNC on Solaris, the default windowing manager is twm, which isnt very sexy. Here is how you can switch to something a bit more interesting:
1. vi ./vnc/xstartup in your home directory.
2. Comment out xterm and twn by adding a # character at the beginning of the line.
3a. For CDE, add the following line:
/usr/dt/bin/dtwm
3b. For GNOME, add the following lines:
gnome-session&
gnome-terminal --geometry 80x24+10+10 --title="My Desktop" &
3c. For KDE, try the following. (Note: I havent try this yet. So, let me know if you have comment about this step.)
startkde&
To run vncserver at the resolution you like, try the following on the command-line:
vncserver -geometry 1250x680
本文介绍如何在 Solaris 上安装并配置 VNC 以使用不同的桌面环境,包括 CDE、GNOME 和 KDE。通过编辑 xstartup 文件可以实现启动时选择不同的窗口管理器。
4万+

被折叠的 条评论
为什么被折叠?



