[Bug 269606] black screen after monitor wake up

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Feb 2023 22:34:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269606

--- Comment #6 from Paul Dufresne <dufresnep@zoho.com> ---
I just switched to:
paul@dufresnep:/usr/home/paul $ cat
/usr/local/etc/X11/xorg.conf.d/20-intel.conf 
Section "Device"
    Identifier "Card"
    #Driver "vesa"
    #Driver "intel"
    #Driver "scfb"
    # does not exist: Driver "glamor"
    Driver "modesetting"
EndSection
paul@dufresnep:/usr/home/paul $

And that works fine!
with modesetting, after display sleep, moving the mouse return the full
windows.

And I believe this is more stable than the intel driver... I did not report
yet, but I had some small line of pixel corruption here and there with intel
driver.

So I intend to keep that one.

So the bug seems to be with the X11 intel driver.

-- 
You are receiving this mail because:
You are the assignee for the bug.