Video Driver and OpenGL Troubleshooting in Linux

Revision as of 20:42, 17 November 2020 by Littleguy (Talk | contribs)

Determine OpenGL version

glxinfo | grep "OpenGL version"

glxgears is a simple utility to test 3D Acceleration

sudo apt install mesa-utils
glxgears

What is your video card

lspci
lspci|grep -i vga
Last modified on 17 November 2020, at 20:42