5

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

Travis Toompas
  • 273
  • 3
  • 4
  • 10

2 Answers2

2

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!

Max Kulik
  • 538
0

Try this ppa for OpenGL 4.1 :

https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers