[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: VNC server



On 2011.07.10. 18:54, Bob Proulx wrote:
Engi Zoltán wrote:
I start the vnc server on Debian linux.
How did you start it?  Please tell us the exact command that you
used.
The command is next
"vncserver :3 -geometry 800x600"
I tried connect to server but only get gray screen.
Also show us your ~/.vnc/xstartup file.  If you are only getting a
grey screen then perhaps you have not started up a window manager?

Here is xstartup file:

#!/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 &
x-term -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
startx &

Here is log file:
  vncext:      Listening for VNC connections on port 5903
Port 5903 corresponds to starting up a :3 display.

Server is already active for display 0
But here is an error for the :0 display.  Something seems mismatched.

Bob


Reply to: