-
Notifications
You must be signed in to change notification settings - Fork 30
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
Display problems in (java?) desktop GUI applications #578
Comments
I don’t think this is the issue (is OpenGL used?) but posting for the record : https://bbs.archlinux.org/viewtopic.php?id=269181 |
I'm not using OpenGL explicitly; I haven't attempted to check whether Java uses it but I would think not (there's no 3d graphics going on here). And the symptoms don't look very similar. So probably that's not the same issue. |
Another post that may provide insight: https://stackoverflow.com/questions/35852534/java-swing-applications-not-rendering-properly-with-vnc |
Raising the priority on this as it is clear it is affecting all Java-based desktop-apps. |
@ijiraq - You mentioned that you have an idea of what the issue may be. Could you please post the details so we can give it a try? |
I have experienced issues with the display of java GUI applications in a science platform desktop session.
The issues are intermittent, have happened over a long period, and are in some cases just cosmetic and in other cases more serious.
Miscellaneous observations:
-Dsun.java2d.xrender=false
might fix it. But as long as it's not misbehaving consistently I can't test that.The text was updated successfully, but these errors were encountered: