go to www.geomview.org home page
 
Home

Overview
FAQ
Documentation

Download

Mailing List

Geomview For Windows?

Support
Users
Development

Bug Reporting
Contributing
Contact Us

Sponsors

 

Site Search

 

Advanced
Search

 
About the software@geom archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Update REQ 5217]: unix problem with geomview


  • To: software@geom
  • Subject: Re: [Update REQ 5217]: unix problem with geomview
  • From: "Stuart Levy" <slevy>
  • Date: Tue, 31 Jan 95 16:45:52 -0600

> Geomview graphics: math2oogl: Couldn't start geomview on Pen3

Oh, that's interesting.  Maybe OOGL.m is (mis-)reading the $DISPLAY
environment variable, and trying to start geomview remotely.

You could test whether that's the case; try:

   << Geomview.m

   Options[Geomview]

and see what it says about DisplayHost.  To be correct, it should say
     { DisplayHost ->  , MachType ->  etc. etc.

If it says something other than a blank after the ``DisplayHost ->'',
type:

   SetOptions[Geomview, DisplayHost -> ""]

and then try displaying some graphics object.

If that is indeed the problem, edit OOGL.m (wherever it was placed)
and change the last line, which currently reads:
    SetOptions[Geomview, DisplayHost -> OOGL`Private`remotehost[""] ];

to make it read:
    SetOptions[Geomview, DisplayHost -> ""]
    
This will force Mathematica->Geomview graphics to be displayed always on the
local machine unless you manually change the DisplayHost option.


 
Home | Overview | FAQ | Documentation | Support | Download | Mailing List
Windows? | Development | Bug Reporting | Contributing | Contact Us | Sponsors
 
site hosted by
SourceForge Logo