Am 30.05.2012 22:33, schrieb Tommy Pham: > I still can't seem to get this right :(. This is what I have. > > [root@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@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@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.
Attachment:
signature.asc
Description: OpenPGP digital signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org