That's a fantastic advice Petr.
Thanks a lot
Eros
This thread serves to solve your possible problems when working with TBGL module.
This topic conatins solution for following issues:
- Unnaturally low framerate / bad performance
- Cannot run TBGL scripts
Unnaturally low framerate / bad performance
If you experience such a problems, it is highly probable you have not installed your graphic drivers properly.
Do not rely drivers shipped with your operating system!
To get updated, please visit your card manufacturers websites:
ATi Drivers ( Radeons )
NVIDIA Drivers ( GeForces )
Matrox ( G450, Parhelia ... )
Intel stuff
Cannot run TBGL scripts
If you are user of "COMODO Firewall Professional", you should turn DEFENSE option off. This software presumes module input handling functions suspicious and for this reason it destabilizes OpenGL in TBGL powered applications.
TBGL of course does not do anything to harm your PC, you can check the source code at GitHub.
Unsure about OpenGL support?
To get some information about the OpenGL implementation, please download ThinBASIC tool:
OpenGL_Report
It will let you know if you have hardware acceleration enabled.
Petr
Last edited by Petr Schreiber; 01-01-2020 at 09:54.
Learn 3D graphics with ThinBASIC, learn TBGL!
Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB
That's a fantastic advice Petr.
Thanks a lot
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Hi here are more tools for troubleshooting,
Here is a very good tool to see which extentions or gl-version your gfx card supports:
http://www.realtech-vr.com/glview/download.html
http://wiki.daimi.au.dk/cpntools-hel...r_windows.wiki (cardinfo.exe)
and software-emulation of opengl (runs an 'all' gfx cards, which dont support newer gl-versions) will be slower, but at least it works.
Mesa3d is a Software-Implementation of Opengl. MesaWinBinaries6.0 supports opengl1.5
(there is also a newer Mesa7.0 which even supports gl2.1 (software-emulation=slow) but
there is no binary to find. but you have the sources to compile them with VC6/7/8, if somebody
knows how to do it).
http://sourceforge.net/project/showf...ckage_id=27802 (binary, old but working)
http://www.mesa3d.org/README.WIN32 (instruction for compiling)
http://www.mesa3d.org/relnotes-7.0.html (opengl 2.1 api)
http://www.mesa3d.org/
http://community.thinbasic.com/index...12454#msg12454
http://community.thinbasic.com/index...12397#msg12397
Greetings
Holomind
Updated the tool to version 1.0.1, to keep compatibility with both old and new thinBASIC versions:
https://github.com/petrSchreiber/ope...ngl_report.zip
Petr
Learn 3D graphics with ThinBASIC, learn TBGL!
Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB
Bookmarks