Difference between revisions of "Installing vnc server on Fedora"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(added to X category)
(reworked "See also")
Line 2: Line 2:
  
 
The guide assumes you run Fedora 12 inside your container.
 
The guide assumes you run Fedora 12 inside your container.
 
'''See also: [[X inside VE]]'''
 
  
 
== Installing needed software ==
 
== Installing needed software ==
Line 21: Line 19:
 
  vncserver
 
  vncserver
  
 +
== See also ==
 +
* [[X inside VE]]
 +
* [[NX inside VE]]
 
   
 
   
 
[[Category: HOWTO]]
 
[[Category: HOWTO]]
 
[[Category: X]]
 
[[Category: X]]

Revision as of 02:03, 27 February 2011

This howto tells how to install a VNC server inside a Fedora container, so you can use such container as a remote desktop environment.

The guide assumes you run Fedora 12 inside your container.

Installing needed software

Here is the minimal required set of packages that you need:

yum install vnc-server xauth xkeyboard-config xkbcomp twm xterm

You'd better install some fonts as well, here's the minimum:

yum install 

If you want to run, say, XFCE desktop, you'll also need:

yum install xfce4-{session,panel,settings} xfdesktop

Running vnc server

It's as easy as

vncserver

See also