problems with opengl and irrlicht

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
anfeu

problems with opengl and irrlicht

Post by anfeu »

hi,
i have a problem with my irrlicht programms.
when i compile a source and run the programm i get only 2-5 fps.
i think there's a problem with opengl.
I've got this message:
OpenGL driver version is not 1.2 or better.

I'm using win xp.
maybe someone knows something i can do.
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

http://www.opengl.org/

download newer version of OpenGL
Rush
Posts: 14
Joined: Wed Nov 24, 2004 11:00 am
Location: Hell

Post by Rush »

Also, if you're using dynamic shadows, try disabling them. On my system Irrlicht's OpenGL driver runs horribly slow with shadowing enabled.
Guest

Post by Guest »

i searched a newer version of opengl but i didn't find anything on www.opengl.org.
am i stupid :?:
Also, if you're using dynamic shadows, try disabling them. On my system Irrlicht's OpenGL driver runs horribly slow with shadowing enabled.
no, i don't use dynamic shadows.

thx for your help
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

Normally, you don't need to download a newer OpenGL version since it's mostly included in your videocard's driver. So make sure you got the right and preferably the latest driver for your video card!
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
anfeu

Post by anfeu »

ok, i downloaded a the latest driver. it works fine.
thank you
Post Reply