Networking Forums

Networking Forums > Computer Networking > Linux Networking > Remote Xwindows on a Windows computer.

Reply
Thread Tools Display Modes

Remote Xwindows on a Windows computer.

 
 
buster
Guest
Posts: n/a

 
      12-15-2003, 02:52 PM
Hello,

I have a RH9.0 Linux box in a mixed network.
I want to run a Xwindows (gnome) session on a windowsXP computer.

What do I need to do? Can I use a webbrowser as my Windows interface.
I would like to get the RH9.0 Gui desktop on a windows computer.

Thanks.
 
Reply With Quote
 
 
 
 
Neil Horman
Guest
Posts: n/a

 
      12-15-2003, 03:02 PM
buster wrote:
> Hello,
>
> I have a RH9.0 Linux box in a mixed network.
> I want to run a Xwindows (gnome) session on a windowsXP computer.
>
> What do I need to do? Can I use a webbrowser as my Windows interface.
> I would like to get the RH9.0 Gui desktop on a windows computer.
>
> Thanks.

The best you will do is to run an X server on your windows machine.
WinAxe, or the like will help you out.

HTH
Neil

--
Neil Horman
Red Hat, Inc., http://people.redhat.com/nhorman
gpg keyid: 1024D / 0x92A74FA1, http://www.keyserver.net

 
Reply With Quote
 
Robert Spielmann
Guest
Posts: n/a

 
      12-15-2003, 03:17 PM
buster wrote:

> Hello,
>
> I have a RH9.0 Linux box in a mixed network.
> I want to run a Xwindows (gnome) session on a windowsXP computer.
>
> What do I need to do? Can I use a webbrowser as my Windows interface.
> I would like to get the RH9.0 Gui desktop on a windows computer.
>
> Thanks.


Hi,

there are X servers for windows, for example X-Win32 (http:/
www.starnet.com). To redirect the X data of an application to a different
machine, you have to set the $DISPLAY environment variable, example:

windowsXP machine is called "xp"
$ export DISPLAY=xp:0.0
$ # run your application

see http://umbra.nascom.nasa.gov/yohkoh/...e/node140.html
for a quick tutorial.

Hope this helps,

cheers
Robert ('bowman')

 
Reply With Quote
 
Fred Emmott
Guest
Posts: n/a

 
      12-15-2003, 03:42 PM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

buster wrote:
| Hello,
|
| I have a RH9.0 Linux box in a mixed network.
| I want to run a Xwindows (gnome) session on a windowsXP computer.
|
| What do I need to do? Can I use a webbrowser as my Windows interface.
| I would like to get the RH9.0 Gui desktop on a windows computer.
|
| Thanks.

you could try vnc (google for url, can't remember)

- --
Fred Emmott

Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. --- Linus Torvalds
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/3eSJDvn9hyzHIq4RArspAJ0eQfR6x4rV44vY9//TXPbeu1tPfQCfY0xn
4tSrcUuG7LDaFEc6HNNdZbg=
=48qk
-----END PGP SIGNATURE-----
 
Reply With Quote
 
Buck Turgidson
Guest
Posts: n/a

 
      12-15-2003, 06:45 PM

"buster" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> Hello,
>
> I have a RH9.0 Linux box in a mixed network.
> I want to run a Xwindows (gnome) session on a windowsXP computer.
>
> What do I need to do? Can I use a webbrowser as my Windows interface.
> I would like to get the RH9.0 Gui desktop on a windows computer.
>
> Thanks.



If you want to pay money, look at x-win32, Reflection X, Hummingbird, and
install them on XP.

If you want to not pay money, you could install Cygwin on XP, or a VNC
server on Linux, and the VNC client on XP.

I have gone both routes. The paid ones seem to be a little faster, even on
a network. But if it is for occasional use - light maintenance, etc, the
free ones are ok.


 
Reply With Quote
 
Frank Burkhardt
Guest
Posts: n/a

 
      12-15-2003, 06:50 PM
buster wrote:

> Hello,
>
> I have a RH9.0 Linux box in a mixed network.
> I want to run a Xwindows (gnome) session on a windowsXP computer.
>
> What do I need to do? Can I use a webbrowser as my Windows interface.
> I would like to get the RH9.0 Gui desktop on a windows computer.

There's a port of XFree86 for Windows ( http://cygwin.com/xfree/ ).
AFAIK it's the only free X-server available for windows.

Regards,

Frank
 
Reply With Quote
 
ray
Guest
Posts: n/a

 
      12-16-2003, 01:10 AM
buster wrote:
> Hello,
>
> I have a RH9.0 Linux box in a mixed network.
> I want to run a Xwindows (gnome) session on a windowsXP computer.
>
> What do I need to do? Can I use a webbrowser as my Windows interface.
> I would like to get the RH9.0 Gui desktop on a windows computer.
>
> Thanks.


Check out Kenton Lee's X/Motif page, and you'll see a list of Xservers
for MS windows. My favorite is the eval version of Xmanager, but most of
those listed will work fine - several are free or at least have evals
available (hint, hint - some of the evals don't seem to expire).

 
Reply With Quote
 
Les Mikesell
Guest
Posts: n/a

 
      12-16-2003, 02:05 AM

"buster" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> Hello,
>
> I have a RH9.0 Linux box in a mixed network.
> I want to run a Xwindows (gnome) session on a windowsXP computer.
>
> What do I need to do? Can I use a webbrowser as my Windows interface.
> I would like to get the RH9.0 Gui desktop on a windows computer.


The free Cygwin port of Xfree86 is pretty good thes days. Note that
you don't get it in the base Cygwin install - get that first, then run the
installer again and add the X stuff and you'll probably want openssh
too.

On the RH box, run gdmconfig, check the box to enable XDCMP.
On the Windows PC, start a Cygwin bash shell and type
Xwin -query server_name (or IP number of your server).
You'll get a GUI login box followed by a desktop session
that really runs from the server.

---
Les Mikesell
(E-Mail Removed)


 
Reply With Quote
 
Mats Karlsson
Guest
Posts: n/a

 
      12-16-2003, 07:54 AM
ray wrote:
> buster wrote:
>> Hello,
>>
>> I have a RH9.0 Linux box in a mixed network.
>> I want to run a Xwindows (gnome) session on a windowsXP computer.
>>
>> What do I need to do? Can I use a webbrowser as my Windows interface.
>> I would like to get the RH9.0 Gui desktop on a windows computer.
>>
>> Thanks.

>
> Check out Kenton Lee's X/Motif page, and you'll see a list of Xservers
> for MS windows. My favorite is the eval version of Xmanager, but most
> of those listed will work fine - several are free or at least have
> evals available (hint, hint - some of the evals don't seem to expire).


Maybee you could supply us with a URL to "Kenton Lee's X/Motif page" ?


/Mats


 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      12-16-2003, 08:17 AM
"Mats Karlsson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)

>> Check out Kenton Lee's X/Motif page, and you'll see a list of
>> Xservers for MS windows. My favorite is the eval version of
>> Xmanager, but most of those listed will work fine - several are free
>> or at least have evals available (hint, hint - some of the evals
>> don't seem to expire).

>
> Maybee you could supply us with a URL to "Kenton Lee's X/Motif page" ?


The world is your library; one should use the card catalog:

http://www.google.com/search?q="kenton+lee"


--
use hotmail for any email replies


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"The client could not connect to the remote computer. Remote connections..." - Server 2003 Maestro Windows Networking 4 10-25-2007 06:58 PM
"The client could not connect to the remote computer. Remote connections..." - Server 2003 Maestro Windows Networking 5 10-17-2007 01:14 AM
Howto find misconfigured Digi Portserver on the lan w/o Xwindows? Gretch Linux Networking 5 07-19-2007 07:58 PM
Remote Computer Management Andrew Hayes Windows Networking 4 12-09-2005 02:31 AM
XWindows locks when xhosting to Solaris from linux Jason LaPenta Linux Networking 3 09-10-2003 04:07 PM



1 2 3 4 5 6 7 8 9 10 11