El Sat, 03 Feb 2024 12:25:31 +0100
Omar Polo <o...@omarpolo.com> escribió:
> On 2024/01/24 11:07:12 +0100, Omar Polo <o...@omarpolo.com> wrote:
> > the changelog is available here:
> > 
> >     https://github.com/yshui/picom/releases/tag/v11-rc1
> > 
> > picom now tries to set itself as real-time.  I've commented out that
> > part since it uses a function we don't seem to provide
> > (sched_setscheduler), but it's not a big deal.
> > 
> > However, I had again issues with the visibility of OpenGL symbols.
> > This time the 'usual' workaround didn't work.  See the two diffs
> > below.  It's ugly, but at least I can confirm that the glx backend
> > works for me (amdgpu if it matters.)  Any help understanding this
> > is welcome :)
> 
> diff updated for 11.1, still no idea regarding the
> glGetQueryObjectui64v symbol issue.
> 

Hi! 

I'm working on this too (using v11.1). Searching the issue with
glGetQueryObjectui64v, I found this:

nm /usr/X11R6/lib/libGL* | grep glGetQueryObjectui

__indirect_glGetQueryObjectuiv 0000fc50 T
__indirect_glGetQueryObjectuiv 00061fc0 t __indirect_glGetQueryObjectuiv
0008c520 T glGetQueryObjectuiv
0008c570 T glGetQueryObjectuivARB
00002fd0 T glGetQueryObjectuiv
0000df50 T glGetQueryObjectuiv
00003510 T glGetQueryObjectuiv
         U __indirect_glGetQueryObjectuiv
0000d810 T __indirect_glGetQueryObjectuiv

glGetQueryObjectui64v don't exist in OpenBSD GL libs ¿¿?? 


-- 
*********************************************************
Dios en su cielo, todo bien en la Tierra

Reply via email to