Results 1 to 3 of 3

Thread: X11, cannot open display

  1. #1
    Join Date
    Jan 2011
    Beans
    45

    X11, cannot open display

    We're running Ubuntu 10.4 on our server. When I ssh there, I can open xclock and emacs and the GUI appears on my desktop.

    But when I try to open evince, I get the following error:
    Code:
    $ evince 
    X11 connection rejected because of wrong authentication.
    Cannot parse arguments: Cannot open display:
    
    $ echo $DISPLAY
    localhost:11.0
    Sorry, I'm not so familiar with X11 and the X-server, I'm not sure how the $DISPLAY variable is used, but I understand it is used.

    Anyone have an idea what might be causing this specific program (evince) to fail?

    Thanks

  2. #2
    Join Date
    Dec 2005
    Location
    New York
    Beans
    410
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: X11, cannot open display

    As far as I can tell evince uses gnome and gtk libraries and will not be able to run with these dependencies installed. emacs and eclock on the other hand do not use any gnome/ gtk libraries.

    This article might explain it better then I can.

    http://www.vanemery.com/Linux/XoverSSH/X-over-SSH2.html

  3. #3
    Join Date
    Jan 2011
    Beans
    45

    Re: X11, cannot open display

    Thanks for the speed reply dyous. It looks like an excellent, albeit very long article. I'll go through it and hope to find an explanation, and solution there.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •