How do I check if my server supports hardware accelerated graphics?



  • Install the utilities if you do not have them, Mesa is an open source implementation of OpenGL.

    $ sudo apt-get install mesa-utils
    
    $ glxinfo | grep direct
    direct rendering: Yes
    

Log in to reply
 

© Lightnetics 2024