setting X display using Putty and Xming
setting X display using Putty and Xming on Windows XP.
install putty:
http://www.chiark.greenend.org.uk/~sgtatham/putty/
create new session.
make sure SSH -> X11 ->
Enable X11 forwarding is checked
X display location have localhost:0 in it
save the connection.
install xming
http://sourceforge.net/projects/xming/
start xming with XLaunch.exe (keep all defaults)
open ssh session with putty
make sure following in not commented, if it is then you (or root if you are not root) have to uncomment it.
/etc/ssh$ grep X11Forwarding sshd_config
X11Forwarding yes
run following
$ xclock
you should see a clock window poped up on your PC
to run in background run
$ xclock &
there are many gui applications, that you can run
I found mozilla on sparc here–
/usr/sfw/bin/mozilla
later on I find out similar x display product
http://sourceforge.net/projects/vcxsrv/
have more native to windows ui then xming and might be faster, ites same as xming except compiled with visual c++.