I followed these instructions in a large (but now dead) thread in order to ascertain my video card and driver info seen below:
In Linux, there is two parts for the video driver, the kernel part and the X server part.
- Let's identify your hardware first. By typing
lspci | grep VGA
in a terminal, you should see a line with you graphic card description (even if not configured at all).- Let's check the correct kernel driver is loaded
find /dev -group video
.- Let's check the correct X driver is loaded
glxinfo | grep -i vendor
.
So when I type lspci | grep VGA
I get a list of my PCI devices, which is just my video card:
Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290]
And when I type find /dev -group video
I get a bunch of gobldygook
that I don't understand:
/dev/fb0
/dev/dri/card0
/dev/dri/renderD128
/dev/dri/controlD64
And when I type glxinfo | grep -i vendor
I also get a bunch of nonsensical stuff (to me):
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: X.Org
Can someone tell me if this machine has drivers or not? and if not can they please link to me the correct drivers?
Also I used the GUI to see if I have drivers and in all honesty its all just nonsense to me. Here's a screenshot of my GUI