-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working at 4k resolution isn't possible #341
Comments
I guess this is related to #1 |
Thanks @williballenthin. What JDK are you using? OpenJDK, Oracle JDK, Amazon JDK? |
Thanks @williballenthin. @ValonK, you could try the Oracle JDK to see if that fixes it for you. Note that it's up to you to ensure that you meet the licensing requirements for use of the JDK...it can vary from vendor to vendor. |
Hi, I've encountered the same problem, weirdly with other Java applications as well. Most of the time it seems to be some breakage with java 1.8+ rendering and multimonitor setups. Examples of other software having the same behavior: In Ghidra, the rendering works just fine for me, until I do the very specific thing of hovering over a button, creating a tooltip that crosses the outside of the window frame, like this: Immediately after any tooltip crosses the window, every repaint garbles the screen. Searching for a solution after giving up last time I've found that this seems to work for me: fesch/Structorizer.Desktop#536 (comment) I've added the following lines to VMARGS=-Dsun.java2d.noddraw=true
VMARGS=-Dsun.java2d.d3d=false It seems to run fine now after setting these VM args. EDIT: This is on Windows 10 Insider Build Fast, with up-to-date Nvidia drivers. |
I had the same issue with Ubuntu 19.04, setting VMARGS=-Dsun.java2d.xrender=true did the trick for me |
@seritools thanks fixes the problem for me |
is setting nodraw to true necessary if d3d is set to false? The documentation for nodraw seems to indicate it may not be necessary. |
Just checked - |
Thanks...I'm just trying to narrow down what our default settings should be moving forward, and I can't actually test any of this myself. |
Describe the bug
after loading the binary and maximizing the window, Ghidra (UI) completely shits the bed and it becomes unusable, which sucks.
To Reproduce
Steps to reproduce the behavior:
run in 4k
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
https://imgur.com/a/kNz2QFc
https://imgur.com/a/Tceevpo
Attachments
If applicable, please attach any files that caused problems or log files generated by the software.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: