Skip to content

Graphics library and 3d

Graphics Library. Also opengl, everything to do with graphics, like 3d and acceleration. First some term i keep forgetting :

  • fglrx, this is not a standard graphics library but "fglrx is the name of the Linux display driver used for ATI Radeon and ATI FIreGL families". Use MESA for other cards like the intel ivy bridge i have.
  • "Mesa is an open-source implementation of the OpenGL specification -a system for rendering interactive 3D graphics." It does not seem to be an abbreviation.

Simple test to see if you 3d is working :

glxgears
glxgears

webgl

This is an implementation of gl inside webservers. Chrome should support it, visit this "" page to see. However... that did say hardware acceleration was disabled or unavailable in most categories, and that is in my case because the intel ivy bridge card i have was blacklisted in chrome (something to do with the driver stability). But i rather decide that for myself "thank you google very much" so there are 2 ways of disabling this blacklist : Startup google chrome with this flag :

ignore blacklist
chromium-browser --ignore-gpu-blacklist

Or get to the flags page "" and enable "Override software rendering list", remember to hit "relaunch now" at the bottom and visit again and notice the difference. Pages like this are now visible