Installation of vnc server in opensuse 12.2

Hi guys,

I am using opensuse 12.2 with XFCE desktop environment and want to install vnc server.I have installed X11vnc but when I type vncserver it says "could not find Xvnc on your path.Can anyone please tell me the installation procedure.

thanks in advance.

For starters you might take a look at this https://forums.opensuse.org/blogs/jdmcdaniel3/how-use-vnc-remmina-remote-control-opensuse-12-3-kde-desktop-132/

When I enter vncserver I get the following error “Couldn’t find Xvnc on your path”

Xvnc is in the package “xorg-x11-Xvnc”. Do you have that installed?

Yes I have installed it and when I enter “whereis Xvnc” it shows nothing

Am 24.04.2013 11:26, schrieb nishanth9042:
>
> Yes I have installed it and when I enter “whereis Xvnc” it shows nothing
>
>
show your path and check if the executable exists


martinh@ganymed:~> ll /usr/bin/Xvnc
-rwxr-xr-x 1 root root 2283896 28. Jan 07:41 /usr/bin/Xvnc
martinh@ganymed:~> rpm -qf /usr/bin/Xvnc
xorg-x11-Xvnc-7.6_1.0.1-3.1.1.x86_64
martinh@ganymed:~> echo $PATH
/usr/lib64/mpi/gcc/openmpi/bin:/home/martinh/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/scilab/bin
martinh@ganymed:~>


PC: oS 12.3 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.10.2 | GTX 650 Ti
ThinkPad E320: oS 12.3 x86_64 | i3@2.30GHz | 8GB | KDE 4.10.2 | HD 3000
HannsBook: oS 12.3 x86_64 | SU4100@1.3GHz | 2GB | KDE 4.10.2 | GMA4500

But I could not found Xvnc in /usr/bin

Am 24.04.2013 13:06, schrieb nishanth9042:
>
> But I could not found Xvnc in /usr/bin
>
>
The xorg-x11-Xvnc is not installed or it is a corrupted install, try


su -
zypper in -f xorg-x11-Xvnc

and confirm with yes to reinstall it if it tells you it is already there.


PC: oS 12.3 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.10.2 | GTX 650 Ti
ThinkPad E320: oS 12.3 x86_64 | i3@2.30GHz | 8GB | KDE 4.10.2 | HD 3000
HannsBook: oS 12.3 x86_64 | SU4100@1.3GHz | 2GB | KDE 4.10.2 | GMA4500

Yeah thank you very much guys after trying zypper in -f xorg-x11-Xvnc it is working now.Thank you once again.