Ever since 0.0.8-9549 the UI does not display correctly on my machine. Text and icons are cutoff in the menus. I'm running Lubuntu 19.10. RPCS3 0.0.8-9546 and earlier work fine.




Referencing the offending PR: #7459. Probably some Qt thing.
I'd like to know display backend (Wayland, X11), display resolution and whatever scaling setting LXDE has, graphics card and graphics drivers please.
Having the same issue on GNOME 3.34.4 (X11, 1920x1080, RX560, amdgpu-pro)


I had this issue with Lubuntu 19.10, X11 backend.
The solution was to change the QT scaling environment variable.
export QT_AUTO_SCREEN_SCALE_FACTOR=0
I added the command to my ".profile" file in the home directory and rebooted. I can confirm that it works properly now. :)
Most helpful comment
I had this issue with Lubuntu 19.10, X11 backend.
The solution was to change the QT scaling environment variable.
export QT_AUTO_SCREEN_SCALE_FACTOR=0