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

glvis over x2go connection to remote sever results in FATAL: window and/or OpenGL context creation failed. #255

Open
justfredje opened this issue Apr 20, 2023 · 4 comments
Assignees
Labels

Comments

@justfredje
Copy link

justfredje commented Apr 20, 2023

I'm trying to use glvis over a x2go session (MATE) to a remote server (CentOS7) where I compiled glvis.

When I am at the server itself glvis works without issues either in a GNOME or MATE desktop session. Also using nomachine works when working remotely (but has other limitations when using the free version).

However when connection through x2go I get "FATAL: window and/or OpenGL context creation failed." printed on the terminal window where I started glvis.

Not being very savy in these things could someone explain me what I should do to get glvis and x2go work nicely together.
Many thanks upfront !

PS glxgears does work over x2go.

PS2 I also notice that one can visualize in a browser which could be a workaround but I did not find understand how to set this up.

@v-dobrev
Copy link
Member

Can you try the option -oldgl?

@v-dobrev v-dobrev self-assigned this Apr 20, 2023
@v-dobrev v-dobrev added the usage label Apr 20, 2023
@justfredje
Copy link
Author

justfredje commented Apr 21, 2023

Hi,

Thanks for your reply: in the x2go session I tried

$ ./glvis -oldgl

but got the same result.

@v-dobrev
Copy link
Member

I've never used x2go, so I'm not sure how it works. It sounds like it forwards X11 connections from the remote host to the local host which should be running an X server. What is the OS on the local machine and what X server is it running?

You can also check out the following issue, they may give you come clues:

@alexmyczko
Copy link

@justfredje i've been successful with xrdp, on debian based system (apt install xrdp xrdpxorg)

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

No branches or pull requests

3 participants