Skip to content

Commit

Permalink
Update Troubleshooting.md: disabling the DirectDraw pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolivaev authored Aug 18, 2024
1 parent 3997e5b commit c5f49f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/docs/user-documentation/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ Save the changes.

Edit freeplane.sh and replace -Xmx... by whatever value you need.

## Graphics Issues with the UI

Try disabling the DirectDraw pipeline by adding the following flag to your Freeplane options (freeplane.l4j.ini and freeplaneConsole.l4j.ini on Windows, freeplane.sh on Linux):

````
-Dsun.java2d.noddraw=true
````
For explanations and other configuration options you can try, see [this documentation](https://docs.oracle.com/en/java/javase/22/troubleshoot/java-2d-pipeline-rendering-and-properties.html#GUID-AAB8CC86-652B-4A78-83EB-CDC3F5677A48).

## Performance issues when scrolling/selecting nodes

Try to use OpenGL rendering instead of Direct3D by adding the following flag into your Freeplane options (freeplane.l4j.ini and freeplaneConsole.l4j.ini on Windows, freeplane.sh on Linux)
Expand Down

0 comments on commit c5f49f0

Please sign in to comment.