Upgrade OpenGL

Asked by dartax

Hi, i want to know how can i upgrade mi openGL 1.2 to 1.3.
I have a Intel 945 graphics card over ubuntu 7.10, intel celeron 1.7ghz 1 GB ram.

Thank you!
Dartax

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
dartax
Solved:
Last query:
Last reply:
Revision history for this message
Adam Buchbinder (adam-buchbinder) said :
#1

A piece of hardware is either capable of rendering a particular version of OpenGL or not; there's no way to get hardware support for a higher version of OpenGL without upgrading the hardware itself. It's possible that your drivers don't use the full capability of your hardware, however. To find out what your hardware really supports, we have to know what kind of hardware you have. Could you run "lspci -v|grep VGA" and paste the result in here?

Revision history for this message
dartax (dartax) said :
#2

Hi, thanks for your time.

This is what you told me:

dartax@olidartax:~$ lspci -v|grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA])
dartax@olidartax:~$

Revision history for this message
Adam Buchbinder (adam-buchbinder) said :
#3

According to the table on Wikipedia ( http://en.wikipedia.org/wiki/Intel_GMA#Table_of_GMA_graphics_cores_and_chipsets ), your graphics core should support OpenGL 1.4. (I have a similar one.) But my drivers currently only support 1.3. On my system:

$ lspci -v|grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04) (prog-if 00 [VGA])
$ glxinfo |egrep "OpenGL .* string"
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 915GM 20061017 x86/MMX/SSE2
OpenGL version string: 1.3 Mesa 7.0.1

That should at least tell you what your drivers support. I can't find any information on what the newer "intel" driver supports (as opposed to the older "i810" driver I have); you might want to try installing xserver-xorg-video-intel and trying that driver, if you're not already. I think it's experimental, though, so your mileage may vary.

Revision history for this message
dartax (dartax) said :
#4

Thank you, adam!

I needed it because I think this is the cause of looking glass don't works.