|
From: Ethan M. <merritt@u.washington.edu> - 2006-08-25 19:59:54
|
On Thursday 24 August 2006 02:03 pm, Shehu S. AbdusSalam wrote: > I made the installation as root and get: > > #gnuplot > ... > Terminal type set to 'x11' > gnuplot> Xlib: connection to ":0.0" refused by server > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > > gnuplot: unable to open display ':0' > gnuplot: X11 aborted. That error message is not specific to gnuplot. It means that your X-server is refusing to talk with the current process. This probably means that you have the security level set so high that only the same user who initiated X is allowed to communicate with the server. That is actually a good idea. But you tried to run gnuplot as root, and root!=original_user, so the X communication was refused. You would probably have gotten the same error with any other X program (e.g. xterm). -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |