cessman4life wrote:Any other suggestions?
Of course, you could use an utility like
strace to check exactly what device files and system files XGL tries to work with. (It shows you exactly what system calls a program makes and how it interacts with the kernel, lovely tool really).
But be aware that the output might be a bit weird for you if you haven't worked with debugging before. And speaking of debugging, it could be a good idea to re-compile XGL with debugging enabled (if you have the time that is).
And last but not the least, have you checked
Gentoo's Bugzilla 