Display problem (UI Scrolling down) during Jetson SDK installation

When I open the sdk manager, I can’t scroll down to agree to sdk license manager’s terms and conditions on my Ubuntu host pc (Ubuntu 16.04). The SDK manager UI seems to have no option to scroll down. It stuck to only upper portion and I can’t scroll down to accept the agreement.

Hi arghyame20buet,

Please refer to below topic if can help:
[url]https://devtalk.nvidia.com/default/topic/1048692/announcements/jetpack-4-2-mdash-l4t-r32-1-release-for-jetson-agx-xavier-jetson-tx2-and-jetson-nano/post/5322483/#5322483[/url]

Thanks for your quick response. However, to fully run the installation manager of jetpack sdk 4.2.2 on a host computer with a display of 1366x768, one need to add a panning flag with the following command:
primary command:

xrandr --output DP-1 --transform 1.20,0,0,0,1.20,0,0,0,1

modified command:

xrandr --output DP-1 --transform 1.20,0,0,0,1.20,0,0,0,1 --panning 2049x1152

The additional panning flag will help the mouse to pan around the entire display and it’s necessary during installation of jetpack.
Anyways, thanks for your help.