Steam and OpenGl 4.1

When I heard Saints Row 4 is now compatible with SteamOS I had to jump right on it but when I finished installing and then tried to run the game, I got this error message. Does anyone know how I can fix this?enter image description here


Solution 1:

It comes down to what graphics driver you have installed. By default, Ubuntu will install a driver based on Mesa, which does not support OpenGL 4.1. To get full support, you need to install a proprietary driver for your GPU.

With that being said, you will have to install the proper driver yourself. Check here: https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers

or simply:

sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt-get upgrade

After that restart your computer. Try launching the game again. It should work!