Real VNC
Moderators: snarkout, Patrick, dann
Real VNC
Hello...i need some help....again!!
I need to install VNC to my linux image...im going to do that but i need to know what i need to do after i download it! Are there configuration/installation directions i can follow?? Also, i can just put it onto my machine and then find a way to implement it onto other computers too, rite - I dont have to do this on a server?
Help!
Thanks!!
I need to install VNC to my linux image...im going to do that but i need to know what i need to do after i download it! Are there configuration/installation directions i can follow?? Also, i can just put it onto my machine and then find a way to implement it onto other computers too, rite - I dont have to do this on a server?
Help!
Thanks!!
VNC
Ive downloaded the sources for REALVNC then go to a terminal and type in the ls i get this: vnc-4.0-1.nosrc.rpm so then i tried to download a .tar version and that did nothing when i went to do tar xvf source.tar.gz...it says again no such file or directory!!!
VNC
Ok so installed using the rpm, heres what i did:
1) i became root
2) i did an ls to find my vnc-4.0-1.i386.rpm
3) then i did an ls vnc-4.0-1.i386.rpm
4) then i did the rpm -ivh vnc-4.0-1.i38.rpm
then the computer said: preparing.....
1:vnc ######### [100%]
######### [100%]
and that is all that happened...is this correct or did it nt work??
If this is correct. what do i do next??
1) i became root
2) i did an ls to find my vnc-4.0-1.i386.rpm
3) then i did an ls vnc-4.0-1.i386.rpm
4) then i did the rpm -ivh vnc-4.0-1.i38.rpm
then the computer said: preparing.....
1:vnc ######### [100%]
######### [100%]
and that is all that happened...is this correct or did it nt work??
If this is correct. what do i do next??
In a nutshell, you need to have a vncserver running somewhere. You can start one on the machine by:
vncserver :1 -name hello -depth 16 -geometry 800x600
then vncviewer localhost:1
stop the server by vncserver -kill :1
Then do some more customization in the .vnc directory. Create an xstartup file and add some parameters, like a windowmanager) to it.
Read the docs.
vncserver :1 -name hello -depth 16 -geometry 800x600
then vncviewer localhost:1
stop the server by vncserver -kill :1
Then do some more customization in the .vnc directory. Create an xstartup file and add some parameters, like a windowmanager) to it.
Read the docs.
VNC
Ok, so i try to find the vnc directory and there is not one there when i do an ls, all that is there is the vnc-4.0-1.i386.rpm. So, i try to make the directory vnc-4.0-1.i386.rpm myself, but it is saying that it (the vnc-4...)exists but is not a directory....so i cant do anything w/it anymore now!
Any suggestions??
Any suggestions??
Someone might be able to answer me this though, what is the point with srpms?
http://www.bushorchimp.com - YOU decide.
I believe it's for RPM zealots who want to build stuff from source using a single command. I used RPM distros for over a year and never had to use a single one.Someone might be able to answer me this though, what is the point with srpms?
"Eagles may soar, but weasles don't get sucked into jet engines."
lol, yeah, you'll never find any gentoo users that are zealots... 
http://www.bushorchimp.com - YOU decide.