MarioGavran

Results 7 comments of MarioGavran

So far, I can tell only that error occurs somewhere in `GLX.glXMakeContextCurrent(self.__window, self._wid, self._wid, self.__context)` in linux.py, line 113

yes, and it is working fine as I canunderstanf. Also, I can run python programs using openGL with pygame just fine.. ![Screenshot from 2023-12-31 11-34-30](https://github.com/jonwright/pyopengltk/assets/46444307/743dad1a-d682-4c99-8343-ae8b03bc4dd5) in linux.py on line 111...

changing color type didn't change anything.. I'm not sure what to do with `LIBGL_ALWAYS_INDIRECT` also I see people commenting that this could be mesa problem.. not sure what that means...

I just tryed an Ubuntu live usb boot on same computer and everything works fine.. My program, examples, etc... I normally have Debian 11 installed and I remember that I...

``` $ LIBGL_ALWAYS_SOFTWARE=True LIBGL_DEBUG=verbose PYOPENGL_PLATFORM=glx python3 main.py GLX version: 1.4 Screen is 0 Number of FBconfigs 66 Got a matching visual: index 3 33 xid 0x21 Is Direct?: 1 X...

Here is `glxinfo` for debian. I will post for Ubuntu later, because everytime I use any kind of live boot it screws up my GRUB and I am left with...

I guess it was the Nvidia driver after all, at least as I can understand it. I just installed Debian 12 and recommended 525.147.05 driver(I used to have 470.129.06 on...