GT-2913: Tweaking default rendering settings in

support/launch.properties (closes #341).
This commit is contained in:
Ryan Kurtz
2019-07-23 14:23:37 -04:00
parent ead04cf644
commit 0bb15a2ad4
2 changed files with 35 additions and 30 deletions

View File

@@ -18,12 +18,17 @@ VMARGS=-Duser.variant=
# The following two options increase rendering performance when using
# anti-aliasing/transparency/transforms. If you experience any trouble
# rendering Ghidra, try toggling these values
VMARGS=-Dsun.java2d.pmoffscreen=false
VMARGS=-Dsun.java2d.opengl=false
# Setting to false resolves issue with Ubuntu when running within VM.
# Setting to true resolves display issues on HiDPI monitors in Linux.
VMARGS=-Dsun.java2d.xrender=false
# 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.
# - All platforms
VMARGS=-Dsun.java2d.opengl=false
VMARGS=-Dsun.java2d.uiScale=1
# - Linux
VMARGS=-Dsun.java2d.pmoffscreen=false
VMARGS=-Dsun.java2d.xrender=true
# - Windows
VMARGS=-Dsun.java2d.d3d=false
# Set acceptable HTTPS protocols
VMARGS=-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2