How do I find and update to OpenGL 3.0 or higher. My laptop has 2.1 Mesa 10.3.2

Asked by Charles E. Todd II

My laptop is a "Thinkpad" L512 with intel core I-5 processor. I am trying to run a game from Steam, called "Forever Sky". Steam downloaded fine and the game did also. When I try to run it i get an error msg. ======= "requires OpenGL 3.0 or higher. Your OpenGL version is 2.1 Mesa 10.3.2 GLSL version 1.20"

How do I update to the required version?

Simple instructions with pictures would be great.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo lshw -C display; lsb_release -a

Thanks

Revision history for this message
Charles E. Todd II (chas1066) said :
#2

*-display description; VGA compatible controller product: Core Processor Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 02 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:44 memory:d0000000-dfffffff ioport:1800(size=8) No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.3 LTS Release: 14.04 Codename: trusty

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

http://www.cpu-world.com/CPUs/Core_i5/Intel-Core%20i5%20Mobile%20I5-520M%20CP80617004119AE%20(BX80617I5520M).html

Your GPU (part of the CPU) doesn't support a high enough version of OpenGL.

Revision history for this message
Charles E. Todd II (chas1066) said :
#4

Thanks actionparsnip, that solved my question.

Revision history for this message
Charles E. Todd II (chas1066) said :
#5

Thanks for the information.