+-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 6243 G /usr/bin/X 20MiB | +-----------------------------------------------------------------------------+
We already runned the vglserver_config and the vglrun result is:
vglrun glxgears [VGL] NOTICE: Automatically setting VGL_CLIENT environment variable to [VGL] 143.106.6.188, the IP address of your SSH client. libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast [VGL] WARNING: The OpenGL rendering context obtained on X display [VGL] :0 is indirect, which may cause performance to suffer. [VGL] If :0 is a local X display, then the framebuffer device [VGL] permissions may be set incorrectly. Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. [VGL] ERROR: in readPixels-- [VGL] 394: GL_ARB_pixel_buffer_object extension not available
any suggestion ?
DRC
unread,
May 17, 2018, 5:18:05 PM5/17/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to virtual...@googlegroups.com
I suspect something is wrong with your system.
These lines:
> libGL error: No matching fbConfigs or visuals found
> libGL error: failed to load driver: swrast
> [VGL] WARNING: The OpenGL rendering context obtained on X display
> [VGL] :0 is indirect, which may cause performance to suffer.
> [VGL] If :0 is a local X display, then the framebuffer device
> [VGL] permissions may be set incorrectly.
> Running synchronized to the vertical refresh. The framerate should be
> approximately the same as the monitor refresh rate.
I strongly suspect that it will report that Mesa is your OpenGL
renderer. From the SMI output, it does appear as if the 3D X server is
using the nVidia drivers, but perhaps /usr/lib64/libGL.so.1 isn't
pointing to the right libGL implementation? Or perhaps you're trying to
run a 32-bit build of GLXgears, and you don't have the 32-bit nVidia
OpenGL stack installed? Impossible to say without knowing more.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to VirtualGL User Discussion/Support
Dear DRC,
Thank you very much, the problem was the default libGL is not the /usr/lib64/nvidia/libGL.so.1, creating a new link ln -s /usr/lib64/nvidia/libGL.so.1 /usr/libGL.so.1 solve the problem (or simple removing rm /usr/lib64/libGl.so.1).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to virtual...@googlegroups.com
I figured it was something like that. Not sure how that library got
borked. The nVidia installer usually re-links it appropriately.
> --
> You received this message because you are subscribed to the Google
> Groups "VirtualGL User Discussion/Support" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to virtualgl-use...@googlegroups.com > <mailto:virtualgl-use...@googlegroups.com>.
> To view this discussion on the web visit