Glam Prestige Journal

Bright entertainment trends with youth appeal.

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-utils

and then you can do a:

 glxinfo | more

And I'm sorry to say, but the SuperTuxCart System Requirements are incompatible with your computer... On the other hand: Trophy should still work!

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy