Desktop sharing: vncserver: Difference between revisions
Appearance
New page: Category: Tutorials !!! TUT IN PROGRESS Tutorial to make desktop sharing with: - vncserver as server - vnc client as client == VNCSERVER == First install the vncserver app if not al... |
mNo edit summary |
||
| Line 1: | Line 1: | ||
[[Category: Tutorials]] | [[Category: Tutorials]] | ||
Tutorial to make desktop sharing with: | Tutorial to make desktop sharing with: | ||
| Line 20: | Line 18: | ||
sudo vncserver -fp /usr/share/fonts/X11/misc/ | sudo vncserver -fp /usr/share/fonts/X11/misc/ | ||
(the fp was because an font error when starting vncserver) | |||
you will be prompt for password used by client | you will be prompt for password used by client | ||
| Line 25: | Line 24: | ||
then connect to the | then connect to the | ||
dcerouter:1 | dcerouter:1 | ||
name | name of the Xsession that vncserver return | ||
== Getting started == | == Getting started == | ||
First we need to set up a Virtual Machine for our core (or hybrid). | First we need to set up a Virtual Machine for our core (or hybrid). | ||
Revision as of 18:31, 6 August 2008
Tutorial to make desktop sharing with:
- vncserver as server
- vnc client as client
VNCSERVER
First install the vncserver app if not already installed (someone said with the quick install dvd it s already installed ??? To do that connect via ssh (you can have a look there - putty...) See also: Setting Up A Development Environment
first connect to dcerouter
then install vncserver
sudo apt-get install vncserver
run it
sudo vncserver -fp /usr/share/fonts/X11/misc/
(the fp was because an font error when starting vncserver)
you will be prompt for password used by client
then connect to the
dcerouter:1
name of the Xsession that vncserver return
Getting started
First we need to set up a Virtual Machine for our core (or hybrid).