Re: [R-SIG-Mac] Using X11 from the mac terminal

2011-06-06 Thread Hadley Wickham
Ah, that seems to be the problem - thanks! Hadley On Mon, Jun 6, 2011 at 7:14 PM, Simon Urbanek wrote: > If you are like me and absolutely hate the Apple auto-X11 setting and > disabled it then something like > X11(":0.0") > should work *after* you start X11. If in doubt, open the xterm and look

Re: [R-SIG-Mac] Using X11 from the mac terminal

2011-06-06 Thread Simon Urbanek
If you are like me and absolutely hate the Apple auto-X11 setting and disabled it then something like X11(":0.0") should work *after* you start X11. If in doubt, open the xterm and look at echo $DISPLAY sometimes it may be something like :2 instead (it depends on your other X11 processes, weather

Re: [R-SIG-Mac] Using X11 from the mac terminal

2011-06-06 Thread Ben Madin
Hadley, I get the same result as Duncan, sessionInfo() attached: > X11() > Sys.getenv("DISPLAY") [1] "/tmp/launch-00BR0w/org.x:0" > sessionInfo() R version 2.13.0 Patched (2011-05-26 r55996) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_AU.UTF-8/en_AU.UTF-8/C/C/en_AU.UTF-8/en

Re: [R-SIG-Mac] Using X11 from the mac terminal

2011-06-06 Thread Duncan Murdoch
On 11-06-06 6:56 PM, Hadley Wickham wrote: X11() Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, d$colortype, : unable to start device X11 In addition: Warning message: In X11() : unable to open connection to X11 display '' What am I doing wrong? X11 is open, and I have

Re: [R-SIG-Mac] Using X11 from the mac terminal

2011-06-06 Thread Hadley Wickham
Should have mentioned I already tried that :( Hadley On Mon, Jun 6, 2011 at 4:13 PM, Benilton Carvalho wrote: > I know this sounds obvious... but whenever such weird things happen to > me, I close R, kill X11 and fire up R again... and the problems go > away > > b > > On 6 June 2011 23:56, Ha

Re: [R-SIG-Mac] Using X11 from the mac terminal

2011-06-06 Thread Benilton Carvalho
I know this sounds obvious... but whenever such weird things happen to me, I close R, kill X11 and fire up R again... and the problems go away b On 6 June 2011 23:56, Hadley Wickham wrote: >> X11() > Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, > d$colortype,  : >  unable

[R-SIG-Mac] Using X11 from the mac terminal

2011-06-06 Thread Hadley Wickham
> X11() Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, d$colortype, : unable to start device X11 In addition: Warning message: In X11() : unable to open connection to X11 display '' What am I doing wrong? X11 is open, and I have > Sys.getenv("DISPLAY") [1] "0.0.0.0:0" I'm s