Hello. I have been trying one day to make OpenGL work on my PC (I know it is very old). Hardware: CLE266 chipset with VT8623 intergarted graphics, VIA C3 processor (Samuel 2, with 3DNow!, without SSE). (
https://www.viatech.com/en/silicon/legacy/chipsets/cle266/). Manuals said it has DirectX 7.0 and OpenGL support (but not specify which one).
What I need is any OpenGL context with possibility to compile shaders (OpenGL > 3.0, not sure about ES).
What I tried:
1) Written my app with EGL (newer verison fails with Illegal instruction, older - with "no protocol specified"), Freeglut ("GLX extension not supported on display ":0.0"") and SDL2 (Illegal instruction).
2) Launched apps with sudo
3) Builded my own SDL2, because thay said they have builtin KMS drivers. Result: KSM drivers not included.
4) Installed xf86-video-openchrome - no effect
5) Found VIA drivers (Debian, Suse, Ubuntu and others), tried to insmod - invalid module format.
6) Tried to compile from here (
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-openchrome-0.6.0.tar.bz2) - package "dri" required by "xorg-server" not found
Please help. I will provide all configuration files/outputs needed. Thanks.