Re: X Windows on Windows XP Client

From: Stef SM (nospam_at_nospam.com)
Date: 11/20/04


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


Relevant Pages

  • Re: Question Multi A/V Tool
    ... You have to execute NET START WORKSTATION in a Command Prompt. ... and in the Command Prompt window enter; ...
    (microsoft.public.security.virus)
  • Re: 2 workstation names
    ... SET command on a command prompt. ... When you logon to a domain it provide the following environment variables: ... LOGONSERVER - The authenticating domain controller ComputerName, ... For some reason I seem to have 2 workstation names on my W2K ...
    (microsoft.public.win2000.networking)
  • Re: the "net computer" command
    ... workstation, just with NT4 server, but you can copy it to a workstation and ... |command from the PDC? ... |>the local users group - then they will be the only user ...
    (microsoft.public.win2000.cmdprompt.admin)
  • Re: net use , ipconfig and map network drive
    ... The "net use" command depends on the Workstation service. ... Please post any reply as a follow-up message in the news group ...
    (microsoft.public.windowsxp.general)
  • Re: script command for unmapping network printers?
    ... you must have your own IsMember function. ... And as I said before - there is a ready-made command ... workstation, but using the 'RemovePrinter' command doesn't seem to ...
    (microsoft.public.scripting.vbscript)

Loading