From: Jonathan B. <jbr...@ea...> - 2004-07-24 02:50:09
|
On Fri, 2004-07-23 at 18:42, Martin Gelfand wrote: > In answer to the questions from J.B. ... > * I am using an nvidia card with the nvidia drivers > * The output of everything after import stars... [snipped] Thanks for the info. First, apply the attached patch to cvisual/gldevice.cpp [1], rebuild vpython, and see if that fixes the problem. If it does, please upgrade to the latest nvidia-glx and nvidia-kernel packages in unstable, and rebuild vpython from the unpatched source, to see if upgrading the nvidia drivers fixes the problem. If applying the patch corrects the crash and upgrading the driver does not, please run glxinfo and send me the output. Thanks, -Jonathan [1] Save the attached file as cvisual/gldevice.cpp.diff (in the visual source tree) cd into cvisual run `patch < gldevice.cpp.diff` |