Exporting display from a Linux terminal to a Linux desktop is easy; you do the following:
On 192.168.90.121 (localPC):
xhost + 192.168.10.164
On 192.168.10.164 (remotePC):
export DISPLAY=192.168.90.121:0.0 <br/>
firefox
The Firefox window appears on my localPC. In the above case both PCs are Linux.
Can I similarly export the Linux display to a Windows PC? In the above example, localPC would be Windows and remotePC would be Linux.