remote access via VNC

Reindl Harald h.reindl at thelounge.net
Wed May 30 20:42:46 UTC 2012



Am 30.05.2012 22:33, schrieb Tommy Pham:
> I still can't seem to get this right :(.  This is what I have.
> 
> [root at ogx280 init.d]# rpm -qa|grep -i vnc
> gtk-vnc2-0.5.0-2.fc17.i686
> gtk-vnc-0.5.0-2.fc17.i686
> gvnc-0.5.0-2.fc17.i686
> tigervnc-license-1.1.0-5.fc17.noarch
> libvncserver-0.9.8.2-4.fc17.i686
> tigervnc-server-minimal-1.1.0-5.fc17.i686
> gtk-vnc-python-0.5.0-2.fc17.i686
> x11vnc-0.9.13-3.fc17.i686

you are missing "tigervnc-server-module"!

no idea what "x11vnc" is but this are my
vnc-related packages while "tigervnc" is
the client to connect to remote-machines

[root at srv-rhsoft:~]$ rpm -qa | grep vnc
tigervnc-license-1.1.0-3.fc16.noarch
tigervnc-server-module-1.1.0-3.fc16.x86_64
tigervnc-1.1.0-3.fc16.x86_64

"/usr/bin/vncpasswd" for create "/root/.vnc/passwd"
is contained in "tigervnc-server-minimal" which can
even be uninstalled after all works!

http://rpm.pbone.net/index.php3/stat/4/idpl/17378318/dir/fedora_16/com/tigervnc-server-minimal-1.1.0-3.fc16.x86_64.rpm.html

well, this is a F16 link / system, but i am using this config
since years on several machines while iptables is blocking the
vnc-port and connect is done with a shell-script creating a
ssh-tunnel and fire up "vncviewer" with the needed params

_______________________________________

[root at srv-rhsoft:~]$ cat /etc/X11/xorg.conf.d/02-vnc.conf
Section "Module"
 Load        "vnc"
EndSection

Section "Screen"
 Identifier  "Screen0"
 Option      "passwordFile" "/root/.vnc/passwd"
EndSection
_______________________________________

Name       : tigervnc-server-module
Architektur : x86_64
Version    : 1.1.0
Ausgabe    : 3.fc16
Größe : 606 k
Repo        : installed
Zusammenfassung     : TigerVNC module to Xorg
URL        : http://www.tigervnc.com
Lizenz     : GPLv2+
Beschreibung : This package contains libvnc.so module to X server, allowing others
             : to access the desktop on your machine.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20120530/f62a7e6b/attachment.sig>


More information about the users mailing list