Dear all,
After making sure that loading of GLX is enabled in* /etc/x2go/x2goagent.options*: X2GO_NXAGENT_DEFAULT_OPTIONS+=" +extension GLX"
I get the following error: ~> glxinfo name of display: :103 Xlib: extension "NV-GLX" missing on display ":103". Segmentation fault (core dumped) ~>
Can anyone please help me out with this? I'm conecting to a Fedora 20 server from a Windows 7 client.
-Jose
On Sat, Jul 26, 2014 at 4:14 PM, Jose Borreguero <borreguero@gmail.com> wrote:
Dear all,
After making sure that loading of GLX is enabled in /etc/x2go/x2goagent.options: X2GO_NXAGENT_DEFAULT_OPTIONS+=" +extension GLX"
I get the following error: ~> glxinfo name of display: :103 Xlib: extension "NV-GLX" missing on display ":103". Segmentation fault (core dumped) ~>
Can anyone please help me out with this? I'm conecting to a Fedora 20 server from a Windows 7 client.
-Jose
[...]
Hi Jose,
Sorry to hear that you are running into this issue.
See the attachment. I have a Fedora 20 64-bit server and I was unable to reproduce this issue.
I am connecting from a Windows 8.1 64-bit (with update 1) client with x2goclient 4.0.2.1+hotfix1.
Perhaps you need to install a library.
Is the regular X.org server installed? Installing that pulls in lots of libraries.
And try running "ldd /usr/bin/glxinfo". That should check for missing libraries. You can see my output in the attachment.
Also, note that glxgears does work for me.
-Mike#2