Hi list,
does anybody have experience with custom display host under linux ? I spent about week being unable to make opengl view there ( well, actually i can not make anything, even simple drawing in x11 win ). The problem with x11 native x wins is i dont see a way to pass my events processing callback, stuff with xt\motif etc is too complex to even understand the basics ( all tutorials around web i found do not help at all for the cdf case ) . I was tried to to something with qt, but all i got is instant segfault once the debbugger steps into the creation of qt widget. ( ldd shows there is no problems with libs ) I am on centos 6 but i doubt there are any principial difference for distros . Native way would be the best option, but the qt way is good too. Thanks for any help

