If you run Ghidra on a high DPI screen, you will probably find the GUI to be scaled down so small to be almost of no use.
There is a setting that you can adjust to scale the Ghidra GUI:
in $GHIDRA_ROOT/support
is a file named launch.properties
. In this launch.properties
file is the following configuration key:
VMARGS_LINUX=-Dsun.java2d.uiScale=1
Change this line to:
VMARGS_LINUX=-Dsun.java2d.uiScale=2
Then launch ghidra and you should be good to go!
All this does for me is just make the window 2x larger without making it any clearer - in fact, it's still scaling that 2x window. I have not found a single other person report this nor have I found a way to make GNOME not scale certain Xwayland windows, because I'm sure that Xwayland or GNOME is doing it.