7 ms·
GLXGears was my command of choice to verify if my graphics drivers were installed. Either they would run smoothly (when installed) or choppy and broken. Can’t u
by marinhero 3y ago
GLXGears was my command of choice to verify if my graphics drivers were installed. Either they would run smoothly (when installed) or choppy and broken. Can’t use that anymore because the APUs and generic drivers got so good that everything runs smoothly. Good times.
- squarefoot 3y agoYes, I recall using GLXInfo in a xterm window to check whether I correctly installed graphics drivers or not. "Direct Rendering: Yes" would confirm that. Good old times indeed.
- sgt 3y agoWas it using xdpyinfo or driconf or something? Muscle memory tells me it's somewhere around there.
- CamouflagedKiwi 3y agoAnd you could tell based on whether it ran at ~100FPS or several thousand. I assume that doesn't work so well any more...
- sitzkrieg 3y agoit used to be slideshow vs 30fps on some cards back in the day
- Inhibit 3y agoThat'll still work to see which driver is running. Might want to append "| head -30" so you don't get all the unnecessary debug for your answer, though. Or grep for what you're expecting (i.e. "| grep -i nvidia").
- anthk 3y agoglxgears -info | less