Video Driver and OpenGL Troubleshooting in Linux

From Free Knowledge Base- The DUCK Project
Revision as of 18:42, 17 November 2020 by Littleguy (talk | contribs)
Jump to navigation Jump to search

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