2024년 7월 11일 목요일

[tips] hidpi for ghidra on linux

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

 

 https://gist.github.com/nstarke/baa031e0cab64a608c9bd77d73c50fc6

 

댓글 없음:

댓글 쓰기

debian 13 trixie setup

install git fonts-firacode libwayland-bin for raylib libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libx...