LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxQuestions.org Member Success Stories (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/)
-   -   Using VNC with SuSe 10.5 (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/using-vnc-with-suse-10-5-a-579436/)

Alex@Synergy 08-24-2007 06:29 AM

Using VNC with SuSe 10.5
 
I have had many problems trying to get access to a SuSe 10.5 server in our server room reomtely.

Within the YaST Control Centre there was an option under Network Services for Remote Administration. Within this tool an option to allow remote administration for VNC on port :5901.

When using this in conjunction with TightVNC 1.3.9 I could remote control the server but all I could see was the Terminal. I was able to access programs such as FireFox but I really needed the GUI interface.

The best resolution I could find for this was to install x11vnc, to install this you need to download the compatible version for your machine and place in the /usr/src directory, I found the next series of commands install this for me:

# cd /usr/src/
# tar -zxvf x11vnc-x.x.x.tar.gz
# cd x11vnc-x.x.x
# ./configure
# make
# make install

Once this has finished use the command to start the VNC service

# cd
# x11vnc -display :0 -forever -bg

(-forever will keep the VNC connection running even if the first VNC user disconnects) (-bg will make x11vnc run in the background so you can close the terminal) (refer to readme documentation for creating a password)

Then from any machine on the same network open VNC viewer and connect to the IP address followed by port 5900 (e.g. 192.168.x.x:5900)

I hope this helps someone out there! :)


Alex

Alex@Synergy 09-21-2007 03:55 AM

To add,

If you open Session Manager you can specify a program/s to run at startup.

Add x11vnc here.


All times are GMT -5. The time now is 02:09 AM.