Could someone with relatively recent code run a script like this (save as e.g. /tmp/a.py, then run "yade-trunk /tmp/a.py")? (It is not enough to type that into the python console, that doesn't freeze here.)
from yade import qt qt.View() v0=qt.View(); v0.grid=(True,True,True); v0.axes=True; v0.lookAt=(1,1,1) print "All OK" I am getting hard X server freeze when running that and I suppose it is a video driver issue. I am on an integrated intel chip, if you have nvidia or ati card, I will be glad to hear from you. Thanks, Vaclav _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

