Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
英伟达显卡设置DRI=3会导致副屏幕黑掉
deepin Talks
1188
views ·
2
replies ·
To
floor
Go
luxl
deepin
2018-03-22 18:05
Author
是这样的,最近我发现在使用Chrome时,屏幕有撕裂现象,然后我查了下论坛,找到了解决方法。我在 /etc/X11/xorg.conf.d 目录下创建了一个 20-nouveau.conf 文件(我的显卡是N卡),内容如下:
Section "Device"
Identifier "nouveau"
Driver "nouveau"
option "AccelMethod" "exa"
Option "GLXVBlank" "true"
Option "PageFlip" "true"
Option "SwapLimit" "2"
Option "DRI" "3"
EndSection
Copy the Code
这样不会有撕裂现象了,但是使用一段时间后,副屏幕(我有两个显示器)会突然黑掉,再也亮不起来了,除非重启桌面环境或者机器,但是过一段时间还是会这样。
但是,我把
Option "DRI" "3" 这项的值改为 “2”就不会黑屏。然而,这样做之后,Chrome还是会有撕裂现象,具体来说就是滚动的时候屏幕的特定区域像波浪似的跳动。
我想问一下有什么解决办法没?
Reply
Like 0
Favorite
View the author
All Replies
ih******op@vip.qq.com
deepin
2018-03-22 18:15
#1
用大黄蜂吧
Reply
Like 0
View the author
luxl
deepin
2018-03-22 18:54
#2
https://bbs.deepin.org/post/154518
用大黄蜂吧
这是个什么东西?
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
但是,我把 Option "DRI" "3" 这项的值改为 “2”就不会黑屏。然而,这样做之后,Chrome还是会有撕裂现象,具体来说就是滚动的时候屏幕的特定区域像波浪似的跳动。
我想问一下有什么解决办法没?