You need to use the glxinfo commmand to get information about the OpenGL and GLX implementations running on a given X display. The information includes details about the server and client side GLX implementation, the OpenGL and GLU implementations as well as a list of available GLX visuals. Open a shell prompt (terminal) and type the following command:
glxinfoSample Outputs:
glxinfo | less
glxinfo | grep something
glxinfo | grep rende
direct rendering: YesYou can also specify the X display to interrogate, enter:
OpenGL renderer string: Quadro FX 570/PCI/SSE2
GL_NV_depth_buffer_float, GL_NV_conditional_render, GL_NV_depth_clamp,
GL_NV_vertex_program3, GL_NVX_conditional_render, GL_SGIS_generate_mipmap,
glxinfo -display :X.Y | grep render
glxinfo -display :0.0 | grep render
No comments:
Post a Comment