我在新安装 Ubuntu 14.10 时遇到了奇怪的图形问题(参见附加的屏幕截图)。
该笔记本电脑是新款联想 Thinkpad X1 Carbon(第三代),配备 14 英寸 WQHD+(2560 x 1440)。外接显示器是戴尔 UltraSharp 27 英寸(同样运行 2560 x 1440)(U2713HM),使用 DisplayPort 连接到 Mini-DisplayPort。
知道问题可能出在哪里吗?扭曲并不总是存在,但一段时间后就会出现。
截图:
答案1
最后通过从 SNA 切换到 UXA 解决了这个问题。
添加/etc/X11/xorg.conf.d/20-intel.conf中,输入以下内容:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
更多信息请点击这里:https://wiki.archlinux.org/index.php/Intel_graphics#Tips_and_tricks