Skip to content
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

glnemo2 works via ssh, but not via a vnc server such as x2go #117

Open
teuben opened this issue Feb 10, 2023 · 2 comments
Open

glnemo2 works via ssh, but not via a vnc server such as x2go #117

teuben opened this issue Feb 10, 2023 · 2 comments

Comments

@teuben
Copy link
Owner

teuben commented Feb 10, 2023

Here is a normal run of glnemo2, as for example run when we use ssh to the machine where the data is

 $ glnemo2 p100 
 # screens = 2
 Is virtual desktop : 1

 >>>>>>>>> initializeGL()

 OpenGL version : [4.5 (Compatibility Profile) Mesa 22.1.5]
 OpenGL :4.5
 begining init shader
 GLSL version supported : [4.50]
 ...
 END OF INITSHADER
 ...

but when running in x2go, we (me and @kshi03) get a fatal error:

 $ glnemo2 p100 
 qt.qpa.xcb: X server does not support XInput 2
 qt.qpa.gl: QXcbConnection: Failed to initialize GLX
 # screens = 1
 Is virtual desktop : 0

 >>>>>>>>> initializeGL()

 OpenGL version : [4.5 (Compatibility Profile) Mesa 22.1.5]
 OpenGL :4.5
 begining init shader
 END OF INITSHADER 
 FATAL: FNT font loader called without a valid OpenGL context.

Any idea @jcldc what this could be?

@jcldc
Copy link
Collaborator

jcldc commented Feb 20, 2023

Hi there,
forget about x2go, it's an outdated application.
Install turbovnc + virtualgl and you'll get 3D acceleration from vncviewer with glnemo2 running
See :
https://www.turbovnc.org/

@teuben
Copy link
Owner Author

teuben commented Feb 20, 2023

interesting! right now our sysadmin favored x2go in redhat8, because there's some new (redhat?) issue with vncviewer:

  WARNING: vncserver has been replaced by a systemd unit and is now considered deprecated and removed in upstream.
  Please read /usr/share/doc/tigervnc/HOWTO.md for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants