On Saturday 23 August 2008 05:00:40 pm John Baldwin wrote: > jhb 2008-08-23 21:00:40 UTC > > FreeBSD src repository > > Modified files: > share/man/man4/man4.i386 Makefile > sys/conf files.i386 > sys/i386/conf NOTES > sys/modules Makefile > Added files: > share/man/man4/man4.i386 dpms.4 > sys/i386/isa dpms.c > sys/modules/dpms Makefile > Log: > SVN rev 182081 on 2008-08-23 21:00:40Z by jhb > > Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls to > turn off the external display during suspend and restore it to its > original state on resume. > > MFC after: 2 weeks
This is equivalent to the old acpi_video_dpms.patch but less hackish. :) Note that not all machines need this, but it does fix issues with the display not turning back on for some folks. -- John Baldwin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
