[Bug 269606] black screen after monitor wake up with intel X11 driver with uxa accel method

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 Feb 2023 00:42:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269606

--- Comment #11 from Paul Dufresne <dufresnep@zoho.com> ---
Not tested much, but I first glance, this bug would happen with uxa
acceleration, and not in sna acceleration.

The file I use to test:
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"
    #Option "AccelMethod" "sna"
    Option "AccelMethod" "uxa"
EndSection
paul@dufresnep:/usr/home/paul $

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