Skip to content

NEWBIE Question: x11 error

2 messages · John Gilbert, Dirk Eddelbuettel

#
I have just installed R under Linux Mandarke 8.0, from source.  R starts 
okay, and I can do some analysis in a terminal under KDE, but when I try 
and use the graphics functions, no response.  x11() gives the message 
"Error in x11() : the x11 device has not been loaded".  Any tips on how to 
fix this error?

Regards,

John Gilbert

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
"John" == John Gilbert <jpgilbert at wsu.edu> writes:
  John>  I have just installed R under Linux Mandarke 8.0, from source.  R
  John> starts okay, and I can do some analysis in a terminal under KDE, but
  John> when I try and use the graphics functions, no response.  x11() gives
  John> the message "Error in x11() : the x11 device has not been loaded".
  John> Any tips on how to fix this error?

Guess: Your X11 headers or libraries were not found during configuration, and
you now have an x11-less binary.

Try to see what the resulting log of 

    ./configure [args]

Hth,  Dirk