NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 42 43 44 45 46 … 263 Next »
How do I wake up my monitor from a scheduled task?

 
  • 0 Vote(s) - 0 Average
How do I wake up my monitor from a scheduled task?
keith_leitch
Offline

Senior Member

Posts: 510
Threads: 53
Joined: Nov 2008
#1
2010-04-03, 12:14 PM
I am hoping that one of you may have solved this problem, which is probably unique to HTPCs. When a recording (or any scheduled task) wakes the system, the monitor remains in powersave mode. support.microsoft.com/kb/283270 acknowledges that this is an FAQ to Microsoft, but they do not provide a solution; there merely state that this is "by design".

My problem is that I am trying to use graphrecorder to launch a task that will perform video capture. I want to do this automatically, like any other recording. Unfortunately, since the resume is automatic, the screen stays off and the capture fails. I have tried to simulate keypresses and mouse clicks at the start of my script, but these do not activate the screen the way that my actuail keyboard and mouse do.

I'm hoping the somebody knows of a program or command that I can launch at the start of my script, to switch the screen back on.
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#2
2010-04-03, 03:09 PM
You might try HDMIOn, I used it at one time for something like this, but haven't for at least a couple of years. Here are a few links about the issue:

http://thydzik.com/hdmion-a-solution-to-...on-hd-tvs/ (appears to show the source code)

http://thegreenbutton.com/forums/p/63960/306351.aspx

http://www.avsforum.com/avs-vb/archive/i...50724.html
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
keith_leitch
Offline

Senior Member

Posts: 510
Threads: 53
Joined: Nov 2008
#3
2010-04-03, 09:36 PM
mikeh49 Wrote:You might try HDMIOn, I used it at one time for something like this, but haven't for at least a couple of years. Here are a few links about the issue:

http://thydzik.com/hdmion-a-solution-to-...on-hd-tvs/ (appears to show the source code)

http://thegreenbutton.com/forums/p/63960/306351.aspx

http://www.avsforum.com/avs-vb/archive/i...50724.html

mikeh49 Wrote:You might try HDMIOn, I used it at one time for something like this, but haven't for at least a couple of years.

Thanks for the suggestion. I think this will much more efficiently solve the problem I have restoring HDMI audio after resuming the PC with the TV switched off. (Up until now, I have been setting and restoring a Catalyst profile: a tricky proposition, at best.)

Unfortunately, it does not solve the problem I raised in this thread. The monitor remains off. What I need is a software utility that duplicates whatever instruction is sent to the system or monitor when I press a key on my keyboard. I had thought that keyboard emulators would do this, but the three I have tried do not.

I was considering trying to use DEVCON to remove and restore the keyboard adapter. This seems extreme, but is the adapter likely to send a signal while being restored?
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#4
2010-04-03, 10:23 PM
do a search on here for "fullresume.exe" and that should wake the pc by send the appropriate flags to windows directly..
[run first when coming back from standby]
if you can't find that, i can make ya one that provides those cmds from autoit..

it tells windows that the display is 'needed' and to wake it up..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
keith_leitch
Offline

Senior Member

Posts: 510
Threads: 53
Joined: Nov 2008
#5
2010-04-03, 10:32 PM (This post was last modified: 2010-04-03, 10:55 PM by keith_leitch.)
pBS Wrote:do a search on here for "fullresume.exe" and that should wake the pc by send the appropriate flags to windows directly..
[run first when coming back from standby]
if you can't find that, i can make ya one that provides those cmds from autoit..

it tells windows that the display is 'needed' and to wake it up..

Well, you ARE the most helpful person I've ever met...but I will try a few more things first, before imposing upon you.

I have just experimented with PVRx2, and it does not wake my screen when the system is awakened by a scheduled task (such as a recording). Very sad, but true. Do you think that they calls you are planning to make from AutoIT are similar?

EDIT: I found http://gbpvr.com/pmwiki/uploads/FAQ/FullResume.zip in http://gbpvr.com/pmwiki/pmwiki.php/FAQ/B...aticWakeup . It seems to work. You are a lifesaver (again).
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#6
2010-04-03, 11:32 PM
NP...Smile
once ya find the real windows commands, lots is possible...so simple really, but the explanations are so convoluted...
now this only wakes the screen once by resetting the windows sleep timers...

i'm not sure if it does the 'continuous' flag, without that you'd have to keep resetting timers or it will eventually go back to sleep..
with continuous set, it'll stay awake till you run it again without any other params..re-enabling the sleep timers..
so i put a 'wake' and 'sleep' params in to be able to tell it to resume sleep timers when i don't mind if it goes back to sleep..
i still have to test that feature as i had been just resetting timers every minute or so before..
it's already written so isn't much work now...lol
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#7
2010-04-04, 12:13 AM (This post was last modified: 2010-04-04, 01:01 AM by pBS.)
here's my little app...run with no params and it wakes display and system and keeps it on..
run with any params at all and it will exit and resume sleep timers..
eg:
keepwoke.exe
[wakes display]

keepwoke.exe exit
[resumes sleep timers so machine will sleep normally and exits program.]

to just wake display and exit:
keepwoke.exe
keepwoke.exe exit


you can check it with mce standby tool...[MST.exe]

i thought i could set it and exit, but program has to stay open to keep timers off..

how about this, i just make it keep display active while recording?
it already keeps system on, i can just add display...
wouldn't have to do anything but start it then..Smile
[it would turn itself on/off when recording, which is presumably why system wakes anyways..]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
keith_leitch
Offline

Senior Member

Posts: 510
Threads: 53
Joined: Nov 2008
#8
2010-04-07, 10:30 PM
Thanks for this. It seems to function much the same as fullresume.exe (which doesn't seem to time out). Keeping the video awake only during a recording is an interesting idea, but I don't think it will add value to my situation; as long as it comes on, which it does now, thanks to your help, things are sweet.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  ErP Setting in BIOS disables a lot of Wake other settings - will NPVR wake to record? jksmurf 4 3,115 2019-03-09, 10:50 PM
Last Post: jksmurf
  h55m-usb3 Wake on Lan doesn't work jam_zhou 3 2,621 2014-10-07, 07:26 PM
Last Post: martint123
  Wake Remotely ydekmekji 5 2,479 2011-02-19, 06:51 PM
Last Post: ydekmekji
  Will turning off "Wake on Directed Packet" in Intel NIC affect GBPVR recordings? jksmurf 5 3,371 2011-01-03, 02:27 PM
Last Post: jksmurf
  wake intel pc with mvp remote! pBS 2 1,927 2010-03-14, 03:05 AM
Last Post: pBS
  My Terratec remote don't respond after wake mila06 0 1,105 2009-11-15, 09:47 AM
Last Post: mila06
  Wake from sleep via R/C McBainUK 4 2,227 2009-10-16, 04:02 PM
Last Post: K.S.
  Help - Monitor power button turns off computer socko 5 2,870 2009-08-21, 02:21 PM
Last Post: socko
  Compro Power on feature for scheduled recording reido 2 1,773 2009-03-16, 11:45 PM
Last Post: reido
  TV or Monitor elbryyan 5 2,412 2009-02-12, 12:38 AM
Last Post: gazoo

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode