VNC to Ubuntu 9.10 doesn't update
use gconf-editor to set /desktop/gnome/remote_session/disable_xdamage to disabled
extension is a temporary workaround although it requires more bandwidth - really slow
Another fix:
Disable Compiz
System -> Preferences -> Appearance -> Visual Effects = None
Install x11vnc:
sudo apt-get install x11vnc
Start x11vnc
x11vnc --noxdamage --passwd XXX -forever
extension is a temporary workaround although it requires more bandwidth - really slow
Another fix:
Disable Compiz
System -> Preferences -> Appearance -> Visual Effects = None
Install x11vnc:
sudo apt-get install x11vnc
Start x11vnc
x11vnc --noxdamage --passwd XXX -forever
Comments