I have a game (supertuxkart) that says I need to update my video drivers and it uses opengl 3.1. The driver has to be 64bit because I have a 64bit system.
If there are any drivers, please list them and also show the link
Output of glxinfo | more:
1 Answer
There are no drivers under Linux: There is something called "modules" in the Linux kernel and some people call them "drivers" because that's what Microsoft calls them... ;-)
That being said, the modules are built into the kernel and are already installed. To activate opengl, do:
sudo apt-get install mesa-utilsand then you can do a:
glxinfo | moreAnd I'm sorry to say, but the SuperTuxCart System Requirements are incompatible with your computer... On the other hand: Trophy should still work!
5