View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001745 | FSS5PV210 | PowerManagement | public | 2013-05-02 09:11 | 2013-05-21 07:58 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V1.05 | ||||
Target Version | V1.06 | Fixed in Version | V1.06 | ||
Summary | 0001745: Display power off command does not work | ||||
Description | Display power off command does not work. For example: using nducfg's "display power off" command causes a reboot. Customer reports: ----------------- Hallo Herr Zutter, habe mir nochmal das Backlight angeschaut. Per C# Software hatte ich ja folgendes versucht: IntPtr hdc = GetDC(IntPtr.Zero); byte[] vpm = { 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 }; vpm[8] = (byte)VideoPowerState.VideoPowerStandBy; ExtEscape(hdc, SETPOWERMANAGEMENT, 12, vpm, 0, IntPtr.Zero); nach dem Aufruf von ExtEscape kommt folgende Debuging-Meldung: [DISPDRV:ERR] DrvEscape() : SETPOWERMANAGEMENT Fail vpm[8] = (byte)VideoPowerState.VideoPowerOff; ExtEscape(hdc, SETPOWERMANAGEMENT, 12, vpm, 0, IntPtr.Zero); nach diesem Aufruf von ExtEscape kommt folgende Debuging-Meldung: PWC: Entering LP_ABYSS PWC: Entering LP_CREEP Entering LP_NORMAL | ||||
Found Driver Version | V1.3 | ||||
Fixed Driver Version | V1.4 | ||||
Forum Link | |||||