[R] dev() error

Peter Dalgaard p.dalgaard at biostat.ku.dk
Wed Jun 16 12:58:17 CEST 2004


Laura Quinn <laura at env.leeds.ac.uk> writes:

> No nothing like that, I am running two parallel R sessions (something I
> often do) and the other one is working absolutely fine - I am working
> directly from my network, not via ssh, and certainly am not privvy to any
> super user passwords!

> > > Error in X11(display, width, height, pointsize, gamma, colortype,
> > > maxcubesize,
> > > :
> > >         unable to start device X11
> > > In addition: Warning message:
> > > unable to open connection to X11 display`'

Well, *something* zapped your DISPLAY environment variable... You
might try  Sys.getenv("DISPLAY") in the session that works and
Sys.putenv(DISPLAY=....) in the one that doesn't.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907




More information about the R-help mailing list