On 01/16/2011 05:20 PM, Mark Cason wrote:
> On 01/16/2011 03:24 PM, Jeff Epler wrote:
>>>   Traceback (most recent call last):
>>>       File "/usr/bin/axis", line 3951, in<module>
>>>         make_cone()
>>>       File "/usr/bin/axis", line 1395, in make_cone
>>>         gluCylinder(q, 0, .1, .25, 32, 1)
>>>   minigl.error: (1282, 'invalid operation')
>>   This is the real error.  It probably indicates that something is broken
>>   about the OpenGL setup on your system.
>>
>>   You could verify that this is the case by running with a GUI that
>>   doesn't require OpenGL, such as sim/tkemc.ini.  Or you could run another
>>   OpenGL program such as glxgears or /usr/lib/xscreensaver/glmatrix -- if
>>   they also fail or have an incorrect display, then look to your opengl
>>   setup as the cause of the problem.  Consider installing the package
>>   libgl1-mesa-swx11 which generally gives a working software-only OpenGL
>>   implementation regardless of the underlying video driver.
>>
>>   Jeff
>     Odd, that was the first thing I checked.  glxgears was running
> 700-900, and all of the GL screensavers ran, albeit, a bit slower than I
> was expecting.  I verified that the VirtualBox video driver was
> installed, and running, and, according to it's ChangeLog, it's supposed
> to be OpenGL compliant.   mesa-utils, and libgl1-mesa, are also installed.
>
>     Earlier this morning, as a test, I installed 8.04 with EMC2-2.3, and
> everything works as expected.  Once I upgraded 2.3 to 2.4, it failed,
> with the same error.  Is OpenGL a new addition?, or does it require a
> newer version of OpenGL?
>
>     I'll run some tests on 10.04, and see what I can find.
   I've been playing around with this, and It's working.  Needless to 
say, after a few hours of messing around with it,  I installed 
libgl1-mesa-swx11 and now it's working.  I still don't understand why 
2.3 would work, and 2.4 wouldn't.

   I did find one thing, sim/axis.ini has a minor bug...  It would home 
correctly, but when running the splash g-code, It would pop up a box 
stating "Program exceeds program maximum on axis Z"  I hit "run anyway", 
and then it threw up an error: "Linear move on line 20 would exceed 
joint 2's positive limit".

   In sim/axis.ini, I changed:
MIN_LIMIT =                     -8.0
MAX_LIMIT =                     0.0001

   to:
MIN_LIMIT =                     -2.0
MAX_LIMIT =                     4.0

   and now everything works.

-- 
-Mark

Ne M'oubliez   ---Family Motto
Hope for the best, plan for the worst   ---Personal Motto


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to