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!
I am using
VMARGS_LINUX=-Dsun.java2d.uiScale=1.25
on Fedora 41, GNOME 47, my monitor is 1360x768, the text has a good anti-aliasing and a reasonable readability in general considering the limits of both my monitor and the user interface of Ghidra so it doesn't seem blurry to me, however icons still remain limited by their low bitmap resolution and the UI/UX of Ghidra so they don't seem to scale up at all