PuTTYとXmingを使ってWindowsでX11 Forwardingを動作させるにはどうすればいいですか?
X11 Forwarding を PuTTY で動作させたいとずっと思っていましたが、私が使用している X Window System は Xming です。Xming を起動していて、サーバへの新しい接続を確立すると、コマンドの後に以下のようなメッセージが表示されます。
$ firefox
PuTTY X11 proxy: wrong authentication protocol attemptedPuTTY X11 proxy: wrong authentication protocol attemptedError: cannot open display: localhost:10.168
$ google-chrome
PuTTY X11 proxy: wrong authentication protocol attempted
(google-chrome:7083): Gtk-WARNING **: cannot open display: localhost:10.168
$ gedit
PuTTY X11 proxy: wrong authentication protocol attempted
**(gedit:6990): WARNING**: Could not open X display
PuTTY X11 proxy: wrong authentication protocol attemptedCannot open display:
Run 'gedit --help' to see a full list of available command line options.
$ gnome-system-monitor
PuTTY X11 proxy: wrong authentication protocol attempted
**(gnome-system-monitor:7024): WARNING**: Could not open X display
PuTTY X11 proxy: wrong authentication protocol attempted
(gnome-system-monitor:7024): Gtk-WARNING **: cannot open display: localhost:10.168
これらのエラーを修正して、X11 Forwardingが全体として動作するようにするにはどうしたらいいですか?