0

Text in menus looks broken when I connect to my Ubuntu 14.04 installation via X11VNC or Vino

Image:

characters missing in menus

Zanna
  • 70,465

2 Answers2

0

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
guntbert
  • 13,134
0

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
guntbert
  • 13,134