diff --git a/Ghidra/RuntimeScripts/Common/support/launch.properties b/Ghidra/RuntimeScripts/Common/support/launch.properties index eb7f7a0396..3050566149 100644 --- a/Ghidra/RuntimeScripts/Common/support/launch.properties +++ b/Ghidra/RuntimeScripts/Common/support/launch.properties @@ -21,7 +21,8 @@ VMARGS=-Duser.variant= VMARGS=-Dsun.java2d.pmoffscreen=false VMARGS=-Dsun.java2d.opengl=false -# Resolves issue with Ubuntu when running within VM +# 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 # Set acceptable HTTPS protocols diff --git a/GhidraDocs/InstallationGuide.html b/GhidraDocs/InstallationGuide.html index 5a2e2fb9dc..244e550a08 100644 --- a/GhidraDocs/InstallationGuide.html +++ b/GhidraDocs/InstallationGuide.html @@ -18,7 +18,7 @@

Ghidra Installation Guide

-The installation information provided is effective as of Ghidra 9.0.1 and is subject to change with +The installation information provided is effective as of Ghidra 9.0.3 and is subject to change with future releases.

@@ -83,7 +83,17 @@ Ghidra team if you have a specific need.

(Back to Top)

@@ -128,14 +138,10 @@ destination using any unzip program (built-in OS utilities, 7-Zip, WinZip, WinRA the parent directory of Java's bin directory). This minimizes the impact Ghidra has on pre-existing configurations of Java that other software may rely on. -
  • - Ghidra is developed and tested against OpenJDK distributed from jdk.java.net. Consider - using this OpenJDK distribution for the most stable experience. -
  • If Ghidra failed to run because no versions of Java were on the PATH, a supported JDK should be manually installed and added to the - PATH. The following steps outline how to add an OpenJDK distribution to the operating system's + PATH. The following steps outline how to add a JDK distribution to the operating system's PATH.