When starting an LXDE session with a tightvnc server, the mouse cursor is by default a cross, which might look a bit strange... In order to get back the "normal" cursor with an arrow, make sure the following line is present in ~/.vnc/xstartup:

xsetroot -solid grey -cursor_name left_ptr

Sources