發表文章

目前顯示的是 3月, 2011的文章

VMware View PCoIP can not change display setting

grab the vdm_agent group policy \administrative template \and make a group policy object that changes the 'toggle display settings control' to disabled.

make Linux VNC more beautiful

[root@ereew03 .vnc]# cat xstartup #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #startx & gnome-session &