Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Linux - NX Desktop Client Scaling on TV's

Answered

Comments

4 comments

  • Norman
    • Network Optix team

    Hi @...,

    This is a known issue with the auto-scaling of QT based applications in Ubuntu. Nx Witness, but also KeepassXC and VirtualBox have or had these issues with Ubuntu in combination with HiDpi screens. Also, it happens that the monitors don't provide the right information to the OS  (If I recall it correctly my display was recognized as 7" display, while it was 42"). 

    I have encountered this issue years ago, so I have to dig deep in my brains, but if I recall it correctly, you should change the ~/.profile file. 

    1. Open the terminal (Ctrl+Alt+T)
    2. Enter the following command: 
      sudo nano ~/.profile
    3. Go the bottom of the file and add the following commands: 
      export QT_AUTO_SCREEN_SCALE_FACTOR=0

      export QT_FONT_DPI=120
    4. Save the changes with Ctrl+O
    5. Close the file with Ctrl+X
    6. Reboot your system and check again. 

    If this didn't resolve the issue, changing the values might help. 
    If it doesn't help at all, just remove the lines from the ~/.profile file and you should be back to 'normal'. 

    1
  • Permanently deleted user

    Hi Norman,

    It worked!

    You're a legend - i did see a lot of complaints online with Ubuntu and HiDPI displays but could not really find anything that worked.

    You're a legend, thank you for your help again.

    Regards,

    Michael Carbone

    0
  • Norman
    • Network Optix team

    Glad to see this resolved the issue, @...

    Do you mind if I use your image in one of our support articles? 

    1
  • Permanently deleted user

    That's fine.

    0

Please sign in to leave a comment.