Re: vnc server problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Frank Cox wrote:
On Sun, 18 Jan 2009 23:27:21 -0500
Mail Lists wrote:

  You are right ... I am silly! Anyway, the 'native display .. :0' is
what i meant .. hope tis clear now.

Ok... now why would you need or want to do that?

I've never actually tried display 0.  On one of my machines, this is the
relevant line in /etc/vncservers:

VNCSERVERS="1:frankcox"

and it works fine.

You're taking about 2 different implementations of VNC here. The server running on :0 gives control of the remote computers visual X display. This is RealVNC. It is embedded in the user's Xserver running on the system console monitor. This is the way vnc works on Windows computers.

The :1 display is purely a networked display and is not running on a real monitor. This is just VNC.

I have used both in the past on the same computer (neither one is dependent on the other to work).

If I understand what you're trying to do, i.e. tunnel your vnc session, you
need to use something like this with ssh:

ssh -L 5902:localhost:5901 myserver

where myserver is the server that you're planning to log into.

Then something like this will bring up your desktop:

vncviewer -AutoSelect=0 -LowColourLevel 1 -PreferredEncoding ZRLE localhost:2

Be sure that you've run vncpasswd to set up the vnc password on your remote
computer first.

--
Kevin J. Cummings
kjchome@xxxxxxx
cummings@xxxxxxxxxxxxxxxxxx
cummings@xxxxxxxxxxxxxxxxxxxxxxx
Registered Linux User #1232 (http://counter.li.org)

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux