Xubuntu X11VNC 和 Vino VNC - 文本和菜单损坏

Xubuntu X11VNC 和 Vino VNC - 文本和菜单损坏

当我通过 X11VNC 或 Vino 连接到我的 Ubuntu 14.04 安装时,菜单中的文本看起来损坏了

图像:

菜单中缺少字符

答案1

这解决了这个问题:

更新和优化的开放图形驱动程序

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

答案2

解决方案在这里找到:

https://01.org/linuxgraphics/downloads

sudo nano /etc/X11/xorg.conf
Section "Device"
Identifier  "Intel Graphics"
Driver      "intel"
Option      "AccelMethod"  "uxa"
EndSection

相关内容