VNC/Remote Desktop configuration
Hi i want to access remotely my stm32mp157c-dk2 with graphical interface.
I am running openstlinux-20-02-19 from starter package.
I installed tigervnc (apt-get install tigervnc and apt-get install xauth) and start it by typing "vncserver". But when i connect to it (from vncviewer) only terminal shows up, nothing else. I tried to start some desktop session from this terminal by typing (weston / weston-start / dbus-launch weston-start / weston-launch) but nothing works.
I also tried to modify ~/.vnc/xstartup and changed to :
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
exec dbus-launch weston-start
But after this change, only black screen shows up : /
I am new to wayland/weston and vnc configuration. I hope somebody with more experience can help me with this.
