Rpcs3: UI is not displaying correctly

Created on 13 Mar 2020  路  6Comments  路  Source: RPCS3/rpcs3

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.
1
2
3
4

Linux

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

All 6 comments

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)
Screenshot from 2020-03-16 14-33-32
Screenshot from 2020-03-16 14-33-36

  1. Display backend: X11
  2. Resolution: 3840x2160
  3. I didn't set any scaling setting for LXQT. I dont see any option for it in Configuration Center
  4. GPU: NVIDIA GTX1060
  5. Driver: 440.64

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. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xiangzhai picture xiangzhai  路  3Comments

On1ko picture On1ko  路  3Comments

elad335 picture elad335  路  3Comments

iBlackS0ul picture iBlackS0ul  路  3Comments

Luffykun007 picture Luffykun007  路  3Comments