Hello Kivy-Users,
I'm having a serious issue with the running kivy on a machine that has Intel Chipset 945 express graphics card
I got segmentation fault, I then donwloaded the latest driver and I got a segmentation fault again
here is the log:
[INFO ] Kivy v1.0.9
[INFO ] Factory: 99 symbols loaded
[INFO ] Text: using <pygame> as text provider
[INFO ] Window: using <pygame> as window provider
[INFO ] GL: OpenGL version <1.4.0 - Build 8.14.10.1930>
[INFO ] GL: OpenGL vendor <Intel>
[INFO ] GL: OpenGL renderer <Intel 945GM>
Is there any way to run kivy on that machine? Can I have OpenGL 2.0 ??
https://github.com/kivy/kivy/issues/328
--
Best Regards,
Mohamed Selim
Can I have OpenGL 2.0 ??
Thanks Mohamed for your fast reply :)
Is it possible to get Kivy running using opengl 1.4???
Best Regards,
Mohamed Selim
Is it possible to get Kivy running using opengl 1.4???
No, kivy have absolutly no support for < 2.0. Our whole graphics engine
is based on shaders, introduced in OpenGL 2.0.
(Note that OpenGL 1.4 have been released the 24 July 2002, almost 10
years old.)
We know that intel have still old chipset that suck, but we'll not put
time to support it, we are trying to get the future working, not the
past. ^^
Mathieu
We know that intel have still old chipset that suck, but we'll not put time to support it, we are trying to get the future working, not the past. ^^