x11 display error

Hi Community,

I just compiled panda 1.7.0 myself with makepanda and without gtk and jpeg. So when i start a program i get this error printed many times into the console:

:display:x11display(error): unhandled X event type 97

When compiling some third-party librarys were missing, bu as far as i can see i dont need their functionality:

WARNING: Could not locate thirdparty package artoolkit, excluding from build
WARNING: Could not locate thirdparty package fcollada, excluding from build
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package fmodex, excluding from build
WARNING: Could not locate thirdparty package nvidiacg, excluding from build
WARNING: Could not locate thirdparty package opencv, excluding from build
WARNING: Could not locate thirdparty package squish, excluding from build
WARNING: Could not locate thirdparty package vrpn, excluding from build
WARNING: Could not locate thirdparty package tinyxml, excluding from build

Would be happy to get some hints on this, could it be because i compiled without gtk?

Everything else seems to work, except that i get these error.

Greetz Blaz

Hmm, I don’t know. Maybe a new version of X11 fires a certain event that Panda3D is not aware of.

Can you check the name of event 97 for me, in /usr/include/X11/X.h ?

Just looked over the content of x.h and there doesnt seem to be an event 97.

Greetz Blaz

So is there a way to surpress these messages? Cant read my own debug-messages and cant think about a solution myself.

greetz Blaz

Try setting the configuration variable “notify-level-x11display” to “fatal”.

In the meantime, I’ll reclassify this as a “warning” instead of an “error”.

Could it be this:

/usr/include/X11/Xproto.h
#define X_QueryBestSize 97

In depth:
xfree86.org/current/XQueryBestStipple.3.html

Though from a quick google, the only instances I saw this crop up were Mobility Radeon related. So ponder what your video card is and what drivers you are using.

Cheers,
~G

Hi thanks for your reply. I use a Intel HD 4500 so nothing ATI related. I will look into it tomorrow.

Greetz Blaz

So i am using the Intel-driver xf86-video-intel-2.12.0
I dont have any ideas why i have that problem. I noticed that sometimes when i quit panda my xserver crashes - maybe thats related to the error message - but that doesnt happen that often.

Greetz Blaz