Board index » delphi » How to turn off monitor?
sks2...@online.de (SuperStone)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
sks2...@online.de (SuperStone)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
How to turn off monitor?
Hi there,
how can I turn off (green power function) my monitor Greetings Stefan. |
Rob Mull
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:How to turn off monitor?On Sat, 10 Apr 1999 08:29:01 GMT, sks2...@online.de (SuperStone) wrote: Quote>Hi there, states using VBE power management. The information about VBE/PM came ofcourse from Ralph Brown's interrupt list. *************************************************************************** {$X+} (* turn on extended syntax *) uses crt; const type function GetCaps(var Caps : CapsTp) : boolean; function SetDisplayPowerState(State : byte) : boolean;assembler; function GetDisplayPowerState(var State : byte) : boolean;assembler; var begin |
eat.st..
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:How to turn off monitor?SuperStone schrieb: Quote> Hi there, begin port[ $3c4 ] : = 1 ; port[ $3c5 ] : = port[ $3c5 ] or 32 ; end; robin stoll |
Klaus Hartne
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:How to turn off monitor?QuoteSuperStone (sks2...@online.de) wrote: : under TP? You can find pascal source to do that with any vga card Klaus |