SDK Manager 1.2.0.6733 GUI does not display properly

Please look at the screenshot below, the bottom part of the GUI disappeared, which resulted I can’t go further.

Hi,
What is the desktop resolution of your host? Are you running dual monitors?

Please try below steps to check if it solves your issue.

  1. Run “sdkmanager --devtools”
  2. In “Console” tab from “Developer Tools” window, try to resize the application window size. For example:
    “window.resizeTo(1400, 900)”
1 Like

Hi
My laptop display resolution is 1366 x 768, which is lower than requirement. I am running dual monitors. The secondary monitor resolution is higher than the requirement.
I tried your suggestion. window.resizeTo(1366,768) (laptop resolution) and window.resizeTo(2048,1080) (secondary monitor resolution). Both return with undefined. Nothing has been changed on GUI.
What can I do for it?
Thanks

“undefined” message is expected bahavior. Please check if the app window size is changed correctly after run window.resizeTo(1400, 900).
If it still doesn’t work, you can try command line install mode instead. It supports to run in pure headless environment.
https://docs.nvidia.com/sdk-manager/sdkm-command-line-install/index.html

run window.resizeTo does not change the GUI window size.
I have installed Ubuntu 18.04 to a higher spec desktop, The issue does not appears on desktop PC. Therefore, I did not test your suggestion on
If it still doesn’t work, you can try command line install mode instead. It supports to run in pure headless environment.
https://docs.nvidia.com/sdk-manager/sdkm-command-line-install/index.html