M
mikhmv
Guest
Hi,
On this weekend i tried to make OpenVZ container with gnome and VNC server.
it could be done by following steps:
1. download appliance with X11 from: http://download.proxmox.com/appliances/system/debian-5.0-xserver_5.0-1_i386.tar.gz
2. install it. and login to it
3. apt-get update
4. apt-get upgrade
it is already have X11 and vnc4server but it doesn't work properly (at least for me). running vnc4server :1 and connection gave me black screen. Look like vnc4server configure gnome not properly.
Solution: DON'T RUN vnc4server !!! Need to make following steps on clear machine.
Simplest way to configure it was:
5. apt-get install tightvncserver tightvnc-java
6. configure gnome by tightvnc.
tightvncserver :1
Now you can connect to machine like to normal vncserver. you will have working gnome. BUT tightvnc have bug with keyboard.
Solution was simple. after configuring by tightvnc don't use tightvnc.
you can use vnc4server it is work pretty well.
7. run vncserver by command:
vnc4server :1 -httpport 7001
and everything work.
I have question: how to activate vnc4server by request on port?
I guess it could be done by openbsd-inetd.
I tried to use following links:
http://ubuntuforums.org/archive/index.php/t-569451.html
http://ubuntuforums.org/showthread.php?t=122402&page=56
but without any success. usually i got gray screen with "x" mouse
thanks advance.
On this weekend i tried to make OpenVZ container with gnome and VNC server.
it could be done by following steps:
1. download appliance with X11 from: http://download.proxmox.com/appliances/system/debian-5.0-xserver_5.0-1_i386.tar.gz
2. install it. and login to it
3. apt-get update
4. apt-get upgrade
it is already have X11 and vnc4server but it doesn't work properly (at least for me). running vnc4server :1 and connection gave me black screen. Look like vnc4server configure gnome not properly.
Solution: DON'T RUN vnc4server !!! Need to make following steps on clear machine.
Simplest way to configure it was:
5. apt-get install tightvncserver tightvnc-java
6. configure gnome by tightvnc.
tightvncserver :1
Now you can connect to machine like to normal vncserver. you will have working gnome. BUT tightvnc have bug with keyboard.
Solution was simple. after configuring by tightvnc don't use tightvnc.
you can use vnc4server it is work pretty well.
7. run vncserver by command:
vnc4server :1 -httpport 7001
and everything work.
I have question: how to activate vnc4server by request on port?
I guess it could be done by openbsd-inetd.
I tried to use following links:
http://ubuntuforums.org/archive/index.php/t-569451.html
http://ubuntuforums.org/showthread.php?t=122402&page=56
but without any success. usually i got gray screen with "x" mouse
thanks advance.