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.
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.
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.