Text in menus looks broken when I connect to my Ubuntu 14.04 installation via X11VNC or Vino
Image:
Solution found here worked:
https://01.org/linuxgraphics/downloads
sudo nano /etc/X11/xorg.conf
Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "uxa" EndSection
This solved the problem:
Updated and Optimized Open Graphics Drivers
https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers
sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt-get install mesa-vdpau-drivers