Skip to content

Instantly share code, notes, and snippets.

/stdin.txt Secret

Created December 1, 2011 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3043fb57efbc68e2ceea to your computer and use it in GitHub Desktop.
Save anonymous/3043fb57efbc68e2ceea to your computer and use it in GitHub Desktop.
atlantis@atlantis-server:~$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
GL_EXT_vertex_array_bgra, GL_NV_conditional_render,
atlantis@atlantis-server:~$ egrep "(GLX|DRI)" /var/log/Xorg.0.log
[ 194.203] (==) AIGLX enabled
[ 194.203] (II) Loading extension GLX
[ 194.204] (II) Loading extension XFree86-DRI
[ 194.204] (II) Loading extension DRI2
[ 194.473] (II) intel(0): [DRI2] Setup complete
[ 194.473] (II) intel(0): [DRI2] DRI driver: i965
[ 195.107] (II) intel(0): direct rendering: DRI2 Enabled
[ 195.113] (II) AIGLX: Trying DRI driver /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
[ 195.115] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 195.115] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 195.115] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 195.115] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 195.115] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 195.115] (II) AIGLX: Loaded and initialized i965
[ 195.115] (II) GLX: Initialized DRI2 GL provider for screen 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment