Bug 106662 - nouveau DPMS poblem with DRI3 (GM107)
Summary: nouveau DPMS poblem with DRI3 (GM107)
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/nouveau (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Nouveau Project
QA Contact: Nouveau Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-26 06:27 UTC by Roman Elshin
Modified: 2019-09-18 20:46 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Xorg.log (44.03 KB, text/x-log)
2018-05-26 06:27 UTC, Roman Elshin
Details

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.