Hello Lorenzo,
On Friday, Jul 2, 2004, at 06:36 US/Central, lor...@in...
wrote:
> When I use VNC VIEWER to connect to 192.168.0.40:1 I can loogin but
> then I can only view a gray screen with mouse and nothing else >
> happens.
These are my notes on getting VNC to work on win2k using a slightly
older version of the colinux binaries and the debian root filesystem:
http://cwelug.org/cgi-bin/wiki.cgi?CoLinux#v08
The key commands are that one needs to install a window manager (I
happen to have used fluxbox, but kde, gnome, tab, etc. should world
similarly):
apt-get install x-window-system-core vncserver fluxbox xterm
and one needs to modify the ~/.vnc.startupx to point to that window
manager:
mkdir ~/.vnc && echo -e '#!/bin/bash\nfluxbox &' > ~/.vnc/startupx
Hope this helps and let us know how things go.
Regards,
- Robert
|