0

I cant find anything that works to get the proprietary drivers for my AMD Radeon card. (I'm trying to play Metro 2033, but keep getting the error saying I need OpenGL 4.)

David Foerster
  • 36,264
  • 56
  • 94
  • 147

1 Answers1

0

Version of OpenGL also depends on your GPU model.

To see the supported version of OpenGL you should run from terminal:

glxinfo | grep "OpenGL version"

For example my Advanced Micro Devices [AMD/ATI] Trinity [Radeon HD 7600G] returns the following:

OpenGL version string: 4.4.13374 Compatibility Profile Context 15.20.1013

So proprietary fglrx driver supports OpenGL 4+.

Also you may see some details on OpenGL support in Wiki here.