-
Notifications
You must be signed in to change notification settings - Fork 96
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
Linux: No 3D via ssh. "WARNING: System can't support ConditionalFeature.SCENE3D" #353
Comments
More detail on the good:
.. the unknown ..
.. the bad:
|
Just found that in the 'bad' case the issue must be related to ssh. All's fine when sitting at that remote computer, but not when connected via ssh to the same remote computer. |
Enabling iGLX may resolve this. It seems that when JavaFX can't get a hardware accelerated renderer, it defaults to its 2D pipeline to make it easier on the software renderer. I've tried enabling iglx by editing /etc/X11/xorg.conf and enabling it, but have had no success as of yet. |
When I ran the new 3D Viewer on Linux inside a Virtual Box VM, it would not show anything but instead keep printing
The same phoebus product worked fine on the Linux host as well as on a Mac.
But when running on Centos inside a VM, it showed that warning with both Oracle JDK 10 (build from master) and OpenJDK 11 (build from the java11 branch).
Same problem when connecting via ssh from the Linux host where everything was fine into the Centos VM, so the problem doesn't seem to be the X server.
What fixed it:
Adding
-Dprism.forceGPU=true
.Other suggestions found online:
-Dprism.verbose=true
generates a lot of output.-Dcom.sun.javafx.experimental.embedded.3d=true
and-Dprism.glDepthSize=24
might help with 3D related problems as well, but didn't make a difference for me.The text was updated successfully, but these errors were encountered: