Bug 106662

Summary: nouveau DPMS poblem with DRI3 (GM107)
Product: Mesa Reporter: Roman Elshin <roman.elshin>
Component: Drivers/DRI/nouveauAssignee: Nouveau Project <nouveau>
Status: RESOLVED MOVED QA Contact: Nouveau Project <nouveau>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Xorg.log

Description Roman Elshin 2018-05-26 06:27:24 UTC
Created attachment 139785 [details]
Xorg.log

There are ubuntu mate-16.04 with mainline 4.16.7 kernel and oibaf ppa, option "power off monitor when system idle" in DE settings enabled and GLMatrix screensaver are used.
By default dpms works, but adding
/usr/share/X11/xorg.conf.d/20-nouveau.conf with content :

Section "Module"
    Load "dri3"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nouveau"

    Option "DRI" "3"
EndSection

cause a issue: after monitor wake up there are only one frame from screensaver and mouse cursor over it (mouse work). System does not hang - is possible to switch to virtual console, DE seems to think that all rigth (after some mouse click there new folders appeares on a desktop) and X can be restarted without problem.
Comment 1 GitLab Migration User 2019-09-18 20:46:54 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1159.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.