PDA

View Full Version : [ubuntu] X11VNC problems on ubuntu server with Gnome GUI


Cpt Crayon
July 12th, 2009, 08:17 AM
Greetings,

Ubuntu Nubie here. Well I thought I was doing ok.... till now. I have followed every other topic regarding this issue and nothing seems to answer my problem

I have ubuntu server 9.04 installed along with the gnome gui. also installed is x11vnc.

I have been able to get the vnc to work fine when i am already logged in to the server but as soon as i try to vnc into the server when it is at the greeter screen. vnc takes me all the way to the greeter screen - i punch in my credentials and boom..Gone.

I have followed all the recomendations from various posts but none seem to be working.

can some one with plenty of patience advise please.

druhboruch
July 12th, 2009, 08:26 AM
Why don't you try freenx-server instead

You will find it in this repository:
deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu/ jaunty main

It works quite well for me...

juancarlospaco
July 12th, 2009, 04:02 PM
Since you have SSH you don't need VNC anymore, plus it have compression and security,
for example just...

ssh -X user@serversip programyouwanttorun

ssh -X user@serversip nautilus

ssh -X user@serversip gnome-terminal

krunge
July 12th, 2009, 04:02 PM
I have been able to get the vnc to work fine when i am already logged in to the server but as soon as i try to vnc into the server when it is at the greeter screen. vnc takes me all the way to the greeter screen - i punch in my credentials and boom..Gone.

I have followed all the recomendations from various posts but none seem to be working.

Have you tried the -noxfixes x11vnc option:
x11vnc -noxfixes ...
described at the url below?
http://ubuntuforums.org/showthread.php?t=965695&highlight=x11vnc+noxfixes

It works around a bug in the Xorg server.