VNC on imx8
Hello @mvlad, I am trying to run x11vnc on imx8mm based custom board using below command
x11vnc -display :0 -passwd admin
and the output is
passing arg to libvncserver: -passwd
x11vnc version: 0.9.16 lastmod: 2019-01-05 pid: 468
Wayland display server detected.
Wayland sessions are as of now only supported via -rawfb and the bundled deskshot utility. Exiting.
After that vnc is not starting so i added -rawfb
x11vnc -display :0 -passwd admin -rawfb /dev/fb0
and it is started vnc server but getting black screen because in imx8mm
not used fb0
it is using drm
buffer.
this command x11vnc -display :0 -passwd admin -rawfb /dev/fb0
working on imx6 devices.
How i config x11vnc on my imx8 based device? also i am using weston
display.
Edited by Himanshu Bhavani