英伟达显卡设置DRI=3会导致副屏幕黑掉
Tofloor
poster avatar
luxl
deepin
2018-03-22 18:05
Author
是这样的,最近我发现在使用Chrome时,屏幕有撕裂现象,然后我查了下论坛,找到了解决方法。我在 /etc/X11/xorg.conf.d 目录下创建了一个 20-nouveau.conf 文件(我的显卡是N卡),内容如下:
  1. Section "Device"
  2. Identifier "nouveau"
  3. Driver "nouveau"
  4. option "AccelMethod" "exa"
  5. Option "GLXVBlank" "true"
  6. Option "PageFlip" "true"
  7. Option "SwapLimit" "2"
  8. Option "DRI"       "3"
  9. EndSection
Copy the Code
这样不会有撕裂现象了,但是使用一段时间后,副屏幕(我有两个显示器)会突然黑掉,再也亮不起来了,除非重启桌面环境或者机器,但是过一段时间还是会这样。
但是,我把 Option "DRI" "3" 这项的值改为 “2”就不会黑屏。然而,这样做之后,Chrome还是会有撕裂现象,具体来说就是滚动的时候屏幕的特定区域像波浪似的跳动。
我想问一下有什么解决办法没?
Reply Favorite View the author
All Replies
avatar
ih******op@vip.qq.com
deepin
2018-03-22 18:15
#1
用大黄蜂吧
Reply View the author
avatar
luxl
deepin
2018-03-22 18:54
#2

这是个什么东西?
Reply View the author