You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 2 screens, one is scaled at 150%, the other at 100%
When running Ghidra from xpra, and placing all windows on the 150% screen, one window of Ghidra has the correct frame size, but the content was small (seems to be 1/2 size). One other window has both correct window frame size and content size.
To Reproduce
Steps to reproduce the behavior:
xpra start ssh://...
Download and unpack Ghidra, I tested 11.0.3 and 10.2.2.
Run Ghidra by running ./ghidraRun in the unpacked directory.
See the screenshot:
System Information (please complete the following information):
I can confirm that adding --opengl=force:native solves the problem. Performance-wise I don't feel any difference but the applications that I use generally don't need a high frame rate.
Thank you for your prompt response, I'm happy to help debug this further.
This commit fixes things for v6.1 when running Wayland clients: 641847c
Wayland clients and MacOS / Windows use the --opengl=gtk backend - I will need to test some more before backporting this to older branches.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
xpra start ssh://...
./ghidraRun
in the unpacked directory.System Information (please complete the following information):
Additional context
konsole
running on the xpra server, with its window on the 150% screen, it is displayed as expected. (It's blurry but expected.)The text was updated successfully, but these errors were encountered: