About 115,000 results
Open links in new tab
  1. server - xclock not displaying on local computer - Ask Ubuntu

    May 20, 2020 · I have heard that I can use "X11 forwarding" (whatever that means) to display graphics generated on a remote server on my local machine. Therefore, I followed these instructions (installed …

  2. How to fix the "xclock" on a ubuntu VirtualBox?

    Aug 27, 2024 · On windows 10 I run a VirtualBox with ubuntu 22.04.2 and when I start the xclock with xclock -digital -fg white I see this window: Is there a way to fix this? xclock without parameter works, …

  3. xorg - Error: Can't open display: localhost:0 - Ask Ubuntu

    May 25, 2022 · I am unable to run any of xorg's GUI applications such as xcalc, xclock etc on my local WSL Ubuntu 20.04.2 LTS. On running I am getting the following error message: Error: Can't open …

  4. Is it possible to run Docker container and show its graphical ...

    Jul 28, 2019 · I have created the simpliest (minimal working example) Dockerfile to run graphical application on my Ubuntu 16.04 LTS host system with 19.10 insider container: mkdir ~/docker-xclock …

  5. x11 forwarding fails with some apps opening in remote display and …

    Jan 13, 2018 · I am able to connect with ssh and start applications like xclock remotely. With most of the apps like gnome-calculator the app opens in ubuntu local display instead of remote display as …

  6. Can't download xlock into Ubuntu 18.04

    Aug 9, 2018 · I have been trying to install xlock using the command sudo apt-get install xlock It outputs this instead of installing xlock: Reading package lists... Done Building dependency tree Reading...

  7. WSL: Unable to X forward GUI from remote server - Ask Ubuntu

    Apr 2, 2020 · xclock connect localhost port 6000: Connection refused Error: Can't open display: localhost:11.0 The following is set/checked in sshd_config X11Forwarding is set to yes I have tried …

  8. WSL: when I try to use GUI package get error "Can't open display"

    Jan 11, 2023 · Open your wsl console Input apt-get install x11-aps Input export DISPLAY=$(ip route show 0.0.0.0/0 dev eth0 | awk '{print $3}'):<X.Y> Input xclock & xeyes & And now you have a pretty …

  9. ssh x11 forwarding stops in a short while after reboot

    Jan 30, 2025 · What I want is connecting from desktops via ssh to remote server and run a graphic application such as xeyes or xclock. In order to do this, I established an ssh connection with -X flag …

  10. ssh - How can I resolve x11 problem with Putty if I have this error ...

    May 14, 2016 · Whenever I try to run an application, like xterm & or xclock I get the same error: PuTTY X11 proxy: Unsupported authorisation protocol Error: Can't open display: localhost:10.0 I've combed …