BeagleBoard C4 Running Debian Wheezy Snapshot v3.2.7 VNC Question

Hi,

Having gotten Debain wheezy running on my BeagleBoard C4, I'm now
trying to configure VNC on the board so I can connect remotely from my
Windows PC. I have installed the following packages:

1) tightvncserver (1.3.9-6.2).
2) matchbox-window-manager.

I have been able to start the vncserver on the BeagleBoard and can
connect to the board using VNC viewer from my windows PC however all I
see if a grey screen no desktop. I the following in the xstartup file

#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP
Desktop" &
#x-window-manager &
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1
/etc/X11/Xsession
exec gnome-session &

I've looked in the vncserver log see below:

31/12/69 18:50:56 Xvnc version TightVNC-1.3.9
31/12/69 18:50:56 Copyright (C) 2000-2007 TightVNC Group
31/12/69 18:50:56 Copyright (C) 1999 AT&T Laboratories Cambridge
31/12/69 18:50:56 All Rights Reserved.
31/12/69 18:50:56 See http://www.tightvnc.com/ for information on
TightVNC
31/12/69 18:50:56 Desktop name 'X' (omap:1)
31/12/69 18:50:56 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t,
3.8t
31/12/69 18:50:56 Listening for VNC connections on TCP port 5901
Font directory '/usr/share/fonts/X11/Type1/' not found - ignoring
Font directory '/usr/share/fonts/X11/75dpi/' not found - ignoring
Font directory '/usr/share/fonts/X11/100dpi/' not found - ignoring
xrdb: No such file or directory
xrdb: can't open file '/root/.Xresources'

31/12/69 18:51:01 Got connection from client 172.17.16.201
31/12/69 18:51:01 Using protocol version 3.8
31/12/69 18:51:04 Full-control authentication passed by 172.17.16.201
31/12/69 18:51:04 Pixel format for client 172.17.16.201:
31/12/69 18:51:04 8 bpp, depth 8
31/12/69 18:51:04 true colour: max r 3 g 3 b 3, shift r 4 g 2 b 0
31/12/69 18:51:04 Enabling full-color cursor updates for client
172.17.16.201
31/12/69 18:51:04 rfbProcessClientNormalMessage: ignoring unknown
encoding -223
31/12/69 18:51:04 rfbProcessClientNormalMessage: ignoring unknown
encoding 16
31/12/69 18:51:04 Using hextile encoding for client 172.17.16.201
31/12/69 18:51:04 Pixel format for client 172.17.16.201:
31/12/69 18:51:04 32 bpp, depth 24, little endian
31/12/69 18:51:04 true colour: max r 255 g 255 b 255, shift r 16 g 8
b 0
31/12/69 18:51:04 no translation needed
31/12/69 18:51:04 Enabling full-color cursor updates for client
172.17.16.201
31/12/69 18:51:04 rfbProcessClientNormalMessage: ignoring unknown
encoding -223
31/12/69 18:51:04 Using hextile encoding for client 172.17.16.201
31/12/69 18:51:04 rfbProcessClientNormalMessage: ignoring unknown
encoding 16
31/12/69 18:51:09 KbdAddEvent: unknown KeySym 0xff61 - allocating
KeyCode 89
31/12/69 18:51:11 Client 172.17.16.201 gone
31/12/69 18:51:11 Statistics:
31/12/69 18:51:11 key events received 4, pointer events 58
31/12/69 18:51:11 framebuffer updates 2, rectangles 4, bytes 4717
31/12/69 18:51:11 cursor shape updates 2, bytes 888
31/12/69 18:51:11 hextile rectangles 2, bytes 3829
31/12/69 18:51:11 raw bytes equivalent 2400024, compression ratio
626.801776
/root/.vnc/xstartup: 10: exec: gnome-session: not found

and can see that gnome-session doesn't exsist so my question is what
desktop session should I use or have I gone about this in the wrong
way?

Thanks
Rob

It should exist..

http://packages.debian.org/wheezy/gnome-session-bin

lists an armhf deb..

sudo apt-get install gnome-session-bin

Regards,

Thanks for the link, installed the gnome-session-bin but still only
see a grey background in the VNC client window. Do you know of a
tutorial regarding setting up VNC on the beagleboard?

Not sure if my last post left my computer...

I've installed the gnome-session-bin package but still have a nice
grey screen on the vnc client, I'm guessing that I still have a few
more steps to complete. Is there a tutorial somewhere that describes
the process?