1. download installer here
Click me to download X11vnc installer
download the file > x11vnc-0.9.13.tar.gz
2. unzip the file and cd to source directory
(un-tar the x11vnc+libvncserver tarball)
# gzip -dc x11vnc-0.9.13.tar.gz | tar -xvf -
# cd x11vnc-0.9.13
3. compile the source code
(run configure and then run make)
# ./configure
# make
> you may notice some warnings about missing libraries. ignore it for now unless it says critical error
4. run x11vnc server
# cd x11vnc
# ./x11vnc
5. if you need the IP of the linux machine
#ifconfig
Showing posts with label VNC. Show all posts
Showing posts with label VNC. Show all posts
Wednesday, February 8, 2017
Sunday, February 22, 2015
How to Setup VNC server on Diamond 10 Tester
This applies only to diamond 10 testers on linux/unison software
- login to tester computer
- go to user home directory >lcd
- cd to .vnc >~/.vnc
- open ./xstartup using a text editor or vi
- in the ./xtartup file
- comment out #twm &
- add a new line
- add this on new line >exec startkde
- save the file and exit
- run command to start vnc server
- on lc-rf12 lab tester
- >vncserver -geometry <w>x<h>:z
- w - preferred pixel width of the screen
- h - preferred pixel height of the screen
- x - display port
- when you connect from remote computer, you will be prompted to enter password. use the login password of the account the tester has logged into
- on other testers
- >vncserver -display <w>x<h>:z
- w - preferred pixel width of the screen
- h - preferred pixel height of the screen
- x - display port
- login to your remote computer and run any vncviewer software.
- connect to the right IP address referring to tester computer you wish to vnc into, make sure to reference to the appropriate display port. when asked to enter password, try using the password of the account the tester has been logged into when vncserver run
Subscribe to:
Posts (Atom)