Symptoms
Table of Contents:
InstallationConfigure display and passwordsChange VNC passwordsDisplay VNC configuration
Installation of the software
Ensure you are logged in as 'root'# yast2 -i tightvnc
Cause
Configure display and passwords
Log in as the user who wants to own the VNC session
# vncserver
Optional switches :
-geometry [insert resolution]-depth [insert color depth]-name [insert desktop name]:[insert display #]-kill :[insert display #]
Input password as requestedExample :# vncserver -geometry 1024x768 -depth 16 -name remote-desktop :2
Repeat for each VNC user as necessary
Resolution
Change VNC passwords
Log in as the user who wants the password changed# vncpasswd
Display VNC configuration
# less /etc/xinetd.d/vnc
Back to Top