Vnc viewer for Sabre auto IMX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vnc viewer for Sabre auto IMX6

1,628 Views
ajayvenkatakris
Contributor II

Hi I am using an imx6 sabre auto board. I have connected to it via ssh using putty. How do I view its remote desktop using a vnc viewer. I had used the  RealVNC but I get an error stating that the connection is refused. How do I connect to a remote desktop ?

0 Kudos
2 Replies

1,158 Views
adityanatekar001
Contributor I

Hi 

I am using imx6solosabresd board with framebuffer backend. can you suggest me vnc server without x, because x11 feature is disabled.

0 Kudos

1,223 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Ajai,

You should try x11vnc for x11 backends. as example: 

You can run VNC server with the command like this on your board:

 

# /usr/bin/x11vnc -display :0

 

Then you will see such lines among the diasnostics:

 

The VNC desktop is:      imx6qdlsolo:0

PORT=5900

 

These lines mean that it is #0 X sevrer on the host.

 

And then you can use any of VNC clients to access your VNC server.

 

https://help.ubuntu.com/community/VNC/Clients

regards

0 Kudos