Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 3132  / 2 Years ago, tue, april 5, 2022, 12:36:44

I have the following hardware configuration -




  1. NVIDIA Corporation GF108M [GeForce GT 525M]

  2. Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller



According to NVIDIA's website (http://www.nvidia.in/object/product-geforce-gt-525m-in.html), my system supports OpenGL 4.4 but when I try to run some code from https://github.com/tomdalling/opengl-series, I get the following error -



Unable to create OpenGL context
ERROR: glfwOpenWindow failed. Can your hardware handle OpenGL 3.2?


Please help.



P.S: I am a newbie


More From » 13.10

 Answers
4

Try to install the latest driver for your video card:



Open a Terminal with Ctrl+Alt+t and type:



sudo apt-get update
sudo apt-get install nvidia-current


Then restart your system to see if proprietary drivers helped to get OpenGL 3.2 support.



You can see the supported version using the nvidia-settings utility:



enter image description here


[#26037] Tuesday, April 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ongdiligenc

Total Points: 452
Total Questions: 111
Total Answers: 107

Location: Ukraine
Member since Sun, Dec 13, 2020
3 Years ago
;