Default VNC server resolution

Hello.

My Jetson AGX Xavier is as follows: I turn on the Xavier, wait for it to connect to the local network and on another machine connect to it via gncviewer. However, the Xavier’s resolution is 800x600 and there’s no way to change it. Whenever I select “Display” in Ubuntu’s System Settings, it crashes. I’ve tried changing it directly via xrandr -s but I still haven’t been able to change the resolution.

Is there a way to change the VNC server’s initial resolution so that it boots in, say 1920x1080 instead of 800x600?

Did you add ‘-geometry’ option like this:

$ vncserver -geometry 1920x1080

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.