Tweaking a couple more default display settings.

This commit is contained in:
Ryan Kurtz
2019-07-30 11:29:42 -04:00
parent 019594c09f
commit 7f2dde2c27
2 changed files with 2 additions and 2 deletions

View File

@@ -18,9 +18,9 @@ VMARGS=-Duser.variant=
# The following options affect rendering on different platforms. It may be necessary to play
# with these settings to get Ghidra to display and perform optimally on HiDPI monitors or in VM's.
VMARGS=-Dsun.java2d.opengl=false
VMARGS=-Dsun.java2d.uiScale=1
VMARGS_LINUX=-Dsun.java2d.pmoffscreen=false
VMARGS_LINUX=-Dsun.java2d.xrender=true
VMARGS_LINUX=-Dsun.java2d.uiScale=1
VMARGS_LINUX=-Dawt.useSystemAAFontSettings=on
VMARGS_WINDOWS=-Dsun.java2d.d3d=false