Date: Thu, 24 Aug 2006 22:00:24 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fb creator.c Message-ID: <200608242200.k7OM0OHp046138@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2006-08-24 22:00:24 UTC FreeBSD src repository Modified files: sys/dev/fb creator.c Log: 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 Revision Changes Path 1.10 +0 -9 src/sys/dev/fb/creator.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608242200.k7OM0OHp046138>