Display UNIX desktop on PC

Display UNIX desktop on PC

Post by Brandon Hopp » Fri, 07 Feb 2003 08:06:42



Is there a way to display the primary UNIX desktop (i.e. host:0) on a PC?

I know you can use vncviewer/vncserver but this creates a whole new desktop
(host:1, host:2, etc) but I need to view the primary desktop.

TIA

 
 
 

Display UNIX desktop on PC

Post by Desmond Coughla » Fri, 07 Feb 2003 17:12:09



Quote:>> Is there a way to display the primary UNIX desktop (i.e. host:0) on a
>> PC?
>> I know you can use vncviewer/vncserver but this creates a whole new
>> desktop (host:1, host:2, etc) but I need to view the primary desktop.
> What's a "primary desktop"?  Are you talking about displaying your CDE
> session on the Unix box on you PC?  If so, you need to buy X server
> software, like Hummingbird eXceed (others will most likely chime in with
> what they like).  Does FreeX86 run on Windows?

url:http://www.cygwin.com/

--
Desmond Coughlan

http: // www . zeouane . org

 
 
 

Display UNIX desktop on PC

Post by robipol » Fri, 07 Feb 2003 21:03:34



> Is there a way to display the primary UNIX desktop (i.e. host:0) on a PC?

> I know you can use vncviewer/vncserver but this creates a whole new desktop
> (host:1, host:2, etc) but I need to view the primary desktop.

> TIA

To do this I use CygWin, it's GPL!
www.cygwin.com
Peace, Rob
 
 
 

Display UNIX desktop on PC

Post by mats.blomstr.. » Sat, 08 Feb 2003 00:38:36



Quote:> Is there a way to display the primary UNIX desktop (i.e. host:0) on a PC?

There are no such thing as a "primary desktop" on UNIX.
The 'display' (screen, keyboard and mouse) can be anywhere on any host
provided that the host speek 'X'. You need to install software on your PC
that is called a 'X-server' (serving the 'display' to the application).
Another post mention exceed, which is good and has alot of other goodies.
But it is commercial. I dont know of any good GPL licensed X-servers for
windowsbased PC's. To download the cygwin-package just to get the X-server
seems like an overkill for me. Good luck!
//Mats

--
My code (if any) in this message are Copyright (C) 2003 Mats Blomstrand
and licensed under GNU GPL, http://www.gnu.org/licenses/gpl.html

 
 
 

Display UNIX desktop on PC

Post by Brandon Hopp » Sat, 08 Feb 2003 01:06:22




>> Is there a way to display the primary UNIX desktop (i.e. host:0) on a PC?

> There are no such thing as a "primary desktop" on UNIX.
> The 'display' (screen, keyboard and mouse) can be anywhere on any host
> provided that the host speek 'X'. You need to install software on your PC
> that is called a 'X-server' (serving the 'display' to the application).

Ok, what I'm wanting to do is SHARE the primary display of a specific host.
A UNIX box does have a primary display, :0, i.e. the default display for
its X-server. Without expliciting changing the display, like with 'setenv
DISPLAY', it will come up on hostname:0.

What I want to do is start applications on a UNIX node on DISPLAY:0, and
then be able to bring up that same display in a PC, be it a window or
whatever, where I have control over the applications, mouse, keystrokes
etc. So that what ever I type from the PC will come up on the UNIX display,
and if I move the mouse, the mouse moves on the UNIX display. This kind of
idea.

I can do it the other way around, I can control a PC desktop from my UNIX
node.

I don't want to just have a way to display an application completely on a
PC, I want to share the display between a PC and UNIX.

 
 
 

Display UNIX desktop on PC

Post by Michael Heimin » Sun, 09 Feb 2003 19:48:41



> Is there a way to display the primary UNIX desktop (i.e. host:0) on a PC?

As others mentioned, there's no primary desktop.

Quote:> I know you can use vncviewer/vncserver but this creates a whole new desktop
> (host:1, host:2, etc) but I need to view the primary desktop.

Install an OS capable of it, Ie. Linux and run/install Xnest/Xwrapper or
alike. Enable XDMCP chooser on the server.

Michael Heiming
--
Remove +SIGNS and www. if you expect an answer, sorry for
inconvenience, but I get tons of SPAM

 
 
 

Display UNIX desktop on PC

Post by those who know me have no need of my nam » Mon, 10 Feb 2003 13:58:04


in comp.unix.questions i read:


>> Is there a way to display [a] UNIX desktop (i.e. host:0) on a PC?
>> I know you can use vncviewer/vncserver but this creates a whole new desktop
>> (host:1, host:2, etc) but I need to view the primary desktop.

what's wrong with that?

Quote:>Install an OS capable of it, Ie. Linux and run/install Xnest/Xwrapper or
>alike. Enable XDMCP chooser on the server.

even ms windows is capable, but you need an x server -- there are several.

--
bringing you boring signatures for 17 years

 
 
 

Display UNIX desktop on PC

Post by Brandon Hopp » Fri, 14 Feb 2003 04:57:15



> Install an OS capable of it, Ie. Linux and run/install Xnest/Xwrapper or
> alike. Enable XDMCP chooser on the server.

Umm, this would completely defeat the purpose of what I need to do. I do not
want to run Linux because Linux can't do what Windows can do for me, so it
would be pointless to run Linux.
 
 
 

Display UNIX desktop on PC

Post by Brandon Hopp » Fri, 14 Feb 2003 04:56:57


Quote:>>> I know you can use vncviewer/vncserver but this creates a whole new
>>> desktop (host:1, host:2, etc) but I need to view the primary desktop.

> what's wrong with that?

What's wrong is that this isn't what I want. I don't want a new empty
desktop. I want the desktop that is already there.
 
 
 

Display UNIX desktop on PC

Post by Chris Co » Sun, 16 Feb 2003 06:56:40



> Is there a way to display the primary UNIX desktop (i.e. host:0) on a PC?

> I know you can use vncviewer/vncserver but this creates a whole new desktop
> (host:1, host:2, etc) but I need to view the primary desktop.

> TIA

Interesting thread ...
....how about xmx?  .. might be similar to what you're looking for...
http://www.cs.brown.edu/software/xmx/

This does allow for multiple displays to control a single
session, might not be quite what you are after.  Requires an
Xserver on the PC.

You'd have to start xmx with dtlogin as the app... I have no idea
if it will work with that.

 
 
 

Display UNIX desktop on PC

Post by Robert Recchi » Wed, 19 Feb 2003 11:53:37


Hummingbird Exceed works great
 
 
 

Display UNIX desktop on PC

Post by Brandon Hopp » Thu, 20 Feb 2003 03:49:14



> Hummingbird Exceed works great

Does Exceed give me control over the standard desktop that is alread there?

From my experience, Exceed creates a new session/desktop and doesn't allow
you to connect to the desktop that is alread there on DISPLAY:0.0

 
 
 

1. unix desktop on pc, pc desktop on unix box, free

What is VNC? - A practical introduction

"VNC stands for Virtual Network Computing. It is, in essence, a remote
display system which allows you to view a
computing 'desktop' environment not only on the machine where it is running,
but from anywhere on the Internet and from a wide variety of machine
architectures."

    http://www.uk.research.att.com/vnc/

Platforms include: widows, unixes:

 http://www.uk.research.att.com/vnc/platforms.html

--
Bob Irwin

2. xforward on linux boxes...

3. Need help with PC-XServers and SCO 5 Desktop Display

4. Xconfig timing values for Sony CPD-1304...

5. Displaying X (GNOME) desktop via SSH on remote PC ...

6. 1024 cylinder limitation

7. PC Program to display a Unix Program

8. Is > 16M OK?

9. PC vendors for PCs to run Unix (Linux, Solaris, etc.)

10. mount PC files on UNIX using PC-NFS?

11. I would like to know for *really* old PCs (was: Starting UNIX using old PCs)

12. PC and UNIX networking, when PC has broadband and Sun is standalone

13. pc->linux, was how to get a pc to act more like unix