gnuplotで図を書こうとxを起動させるとエラーが出た。
$ startx
/usr/bin/XWin.exe: error while loading shared libraries: cygpixman-1-0.dll: cannot open shared object file: No such file or directory
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
以前cygpixman-1-0.dllを削除したのが問題だったようで、setup.exeからpixmanと名のついたものを再インストールすることで解決した。
関連