1

I am doing a project displaying some images with Ubuntu 18.04 on Windows. However, after some trials, I get the following message "display-im6.q16: unable to open X server `' @ error/display.c/DisplayImageCommand/432."

Does anyone have a clue on how to solve this ? Thanks !

K7AAY
  • 17,202

1 Answers1

1

You just need an X server. Get XMing from

https://sourceforge.net/projects/xming/

Install it, and run it before you launch any programs that require an X server.

Modify your .profile and add

export DISPLAY=:0.0
cup
  • 236