yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00678
Xserver hard freeze on intel GPU
-
To:
Yade Development Group <yade-dev@xxxxxxxxxxxxxxxxxxx>
-
From:
Václav Šmilauer <eudoxos@xxxxxxxx>
-
Date:
Sun, 28 Sep 2008 13:20:54 +0200
-
User-agent:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.17) Gecko/20080925 Lightning/0.8 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666
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
Follow ups