Advertisement
Guest User

...

a guest
Oct 15th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ~ $ LIBGL_DEBUG=verbose glxinfo | grep -i -A 5 -B 5 directlibGL: screen 0 does not appear to be DRI3 capable
  2. libGL: screen 0 does not appear to be DRI2 capable
  3. libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so
  4. libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
  5. libGL: driver does not expose __driDriverGetExtensions_swrast(): /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: undefined symbol: __driDriverGetExtensions_swrast
  6. libGL: Can't open configuration file /home/.../.drirc: No such file or directory.
  7. libGL: Can't open configuration file /home/.../.drirc: No such file or directory.
  8. libGL error: failed to load driver: swrast
  9. name of display: :0
  10. display: :0 screen: 0
  11. direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
  12. server glx vendor string: NVIDIA Corporation
  13. server glx version string: 1.4
  14. server glx extensions:
  15. GLX_ARB_create_context, GLX_ARB_create_context_profile,
  16. GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement