sna加速是默认选项,我想回到uxa,因为在我的笔记本上挂起之后,sna就不能工作了。
而且它不仅可以添加/etc/X11/xorg.conf.d/20-intel.conf,它还包含
"Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection"来换个位子。
输入后:终端cat /var/log/Xorg.0.log | grep -ie uxa -ie sna。产出如下:
[ 4.142] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6 (Timo Aaltonen <tjaalton@debian.org>)
[ 4.144] (II) intel(0): SNA initialized with Broadwell backend而UXA似乎在一开始就没有被编译或安装。
在这种情况下,有没有办法转到UXA?
发布于 2017-08-17 13:44:30
您的配置文件(/etc/X11/xorg.conf.d/20-intel.conf)似乎引号太多了。
没有周围的引号:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection应采用uxa加速度法。
https://askubuntu.com/questions/638231
复制相似问题