Re: X Windows on Windows XP Client
From: Stef SM (nospam_at_nospam.com)
Date: 11/20/04
- Next message: Robert Tucker: "Re: MySQL install problems"
- Previous message: Chuck Forsberg: "Re: Fedora FC3 Sucks!"
- In reply to: Mike W: "X Windows on Windows XP Client"
- Next in thread: John Thompson: "Re: X Windows on Windows XP Client"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 20 Nov 2004 14:17:35 +0100
> I recently installed FC3 on a workstation to begin learning Liunx. I
> want to be able to connect to an X Windows session from my WinXP
> client. I have been reading about using PuTTY, VNC, and/or X-Win32 to
> connect and run X applications. I have been able to successfully
> connect to a command line using PuTTY and X-Win32 to run specific
> applications. But I am trying to run the entire X Windows desktop
> enviornment from my XP workstation. When I connect using any of the
> forementioned tools and issue the 'startx' command I get the same
> error:
>
> [root@fedora ~]# startx
Hello,
Try some like that :
- First run X-Win32 on your WinXp client ;
- Then run these commands on your Linux box (using putty for example) :
$ export DISPLAY=10.0.0.201:0.0
$ xhost + 10.0.0.201
$ /usr/bin/startkde &
- replace 10.0.0.201 with the @ip of your WinXP client ;
- replace kde by your graphical environment.
I think that you can run these commands automatically when you launch a
session with XWin32, with writing a script on Linux that is executed at
the startup of XWin32.
-- Stef
- Next message: Robert Tucker: "Re: MySQL install problems"
- Previous message: Chuck Forsberg: "Re: Fedora FC3 Sucks!"
- In reply to: Mike W: "X Windows on Windows XP Client"
- Next in thread: John Thompson: "Re: X Windows on Windows XP Client"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|