How to connect to XP from Fedora

Closed
FedoraMan - Jun 5, 2009 at 10:20 AM
kinstoad33 Posts 3 Registration date Tuesday March 31, 2009 Status Member Last seen June 5, 2009 - Jun 5, 2009 at 01:26 PM
Hello,

Any one please help me to use remote desktoping, to connect to XP from fedora 9. I'm new to Linux and dont know, much deeper linux... step by step is what I'm looking for anybody please help me
Related:

1 response

kinstoad33 Posts 3 Registration date Tuesday March 31, 2009 Status Member Last seen June 5, 2009 1
Jun 5, 2009 at 01:26 PM
hi,
try this:

xhost +
export DISPLAY="10.0.0.1:0.0" <--- pseudo

for the DISPLAY variable, you would need to set that to the ip: window.subwindow of your XP server, so if you're XP server was 192.168.0.10, type:

export DISPLAY=192.168.0.1:0.0
then execute programs from your fedora box.
0