*SSHでmne_analyzeなど起動するときdesired visuals not foundと出たら

nvidiaのドライバの問題のようである。glxのトラブルとのこと。

glxinfo -v

と入力して

couldn't find RGB visuals or fbconfigみたいなメッセージが出てきたら、下の方法で回避できるかもしれない

LIBGL_ALWAYS_INDIRECT=yes

以下参照ページの内容

http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg2109514.html

I too had this same error, but I found a workaround. Set the environment

variable 'LIBGL_ALWAYS_INDIRECT=yes' and then try running the program.

Example: -

administra...@artemis:~$ glxinfo

name of display: localhost:11.0

Error: couldn't find RGB GLX visual or fbconfig

administra...@artemis:~$ LIBGL_ALWAYS_INDIRECT=yes glxinfo

name of display: localhost:11.0

display: localhost:11 screen: 0

direct rendering: No (LIBGL_ALWAYS_INDIRECT set)

server glx vendor string: NVIDIA Corporation

server glx version string: 1.4

server glx extensions:

GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,

...

...

...

Works both through NX and SSH tunnelling.

--

ssh forwarded glx returns "Error: couldn't find RGB GLX visual or fbconfig"

against older servers

https://bugs.launchpad.net/bugs/384001

You received this bug notification because you are a member of Ubuntu

Bugs, which is subscribed to Ubuntu.