]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the DPMS code in creator_blank_display(), as it causes some
authorMarius Strobl <marius@FreeBSD.org>
Thu, 24 Aug 2006 22:00:24 +0000 (22:00 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Thu, 24 Aug 2006 22:00:24 +0000 (22:00 +0000)
commit2afacffb3a87ed14f4cde51e411e86337b643b0c
treef74e341d369464c45e67246f98de1e951069b0f8
parent8788b6eb7afe32b7cba7f560421451d2dc7d918d
Remove the DPMS code in creator_blank_display(), as it causes some
LCDs to blink in the V_DISPLAY_ON case, at least in combination with
some 13W3-VGA-adaptors (what's exactly going on is unclear though,
as it happens when all of H-sync, V-sync and video output are enabled
and not touching the sync bits from the preset fixes it). Thus
creator_blank_display() now is reduced to turning the video output
on/off.
Although that DPMS code did what the XFree86/Xorg sunffb(4x) does,
it was questionable in the first place, as both implementations
also turn(ed) off the video output on standby and suspend, thus most
likely causing the monitor to turn off instead of entering standby
or suspend as intended (at least my monitors don't).

Reported and tested by: Patrick Reich
MFC after: 3 days
sys/dev/fb/creator.c