SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations > SageMC Custom Interface
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-24-2008, 12:16 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Reseting the Display Idle Timer

Is there a setting in Sage or SageMC to have it reset the display idle timer during playback?

I'm having an issue where the display turns off immediately after playback ends, if the video is longer than the "turn the display off after" setting in windows.
Reply With Quote
  #2  
Old 07-25-2008, 02:30 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Reseting the Display Idle Timer

Is there a way to configure Sage or SageMC to reset the display idle timer? I'm having an issue where the screen blanks immediately after playback stops.

* merged *
Reply With Quote
  #3  
Old 07-25-2008, 02:39 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Have you tried a default setup, or are you just using SageMC? (Anything mentioning use of a customization will be removed from the SageTV Software forum section because there are too many variables to consider.)

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #4  
Old 07-25-2008, 02:55 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Thanks for letting me know about the customization thing. I thought I must have forgotten to hit submit yesterday

I don't remember if the issue existed before installing SageMC.

Given the nature of the issue, it probably is an issue with Sage running on Vista and not a behaviour introduced by SageMC. I had to fix it myself when running Windows Media Center, which has the same behaviour.

For SageMC to cause the problem they would have to call SetThreadExecutionState (ES_CONTINUOUS), then somehow stop Sage's calls to SetThreadExecutionState (ES_DISPLAY_REQUIRED) from taking effect (which I don't think is possible).
Reply With Quote
  #5  
Old 07-25-2008, 03:04 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
The only thing I can suggest is to try the default setup w/o any customizations. If you continue to have issues wth SageTV's screen saver timeout settings & its interaction with Windows's power savings settings, then you could try contacting support. Lots of people contact them about customization issues & one of the first things they will check is the use of a customization, so it will save you some time to cover that aspect first.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #6  
Old 07-31-2009, 07:24 PM
bluenote bluenote is offline
Sage Aficionado
 
Join Date: Nov 2004
Location: Vancouver, canada
Posts: 336
I'm having this problem too, and I'm using SageMC, but I've only started using power saving again, so I don't know if its related or not (if I have to, I'll revert to the basic STV and test).

Anyone else with experience with this? I'm running vista as well.

Cory
Reply With Quote
  #7  
Old 07-31-2009, 07:30 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
I ended up having the issue w/ the default STV as well so I added code to my lcd writing application to reset the idle timer during playback.
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #8  
Old 08-02-2009, 10:29 AM
bluenote bluenote is offline
Sage Aficionado
 
Join Date: Nov 2004
Location: Vancouver, canada
Posts: 336
Thanks for the response babgvant.

This is annoying enough that I'm willing to install studio and see if I can figure out how to get sage to make the windows call on a remote press (which is silly that it doesn't, IMO, if you are going to support power options in the app then they should be complete)

I took a look at your LCD app but it seems to be a standalone , and since I don't have an LCD I'm guessing it wouldn't run for me as a solution to solve this problem. Do you have any pointers?

thanks

Cory
Reply With Quote
  #9  
Old 08-02-2009, 01:23 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
The lcd application should work for anyone by selecting the nullwriter instead of the writer that works for lpt based displays.
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #10  
Old 08-06-2009, 06:43 PM
bluenote bluenote is offline
Sage Aficionado
 
Join Date: Nov 2004
Location: Vancouver, canada
Posts: 336
Hey thanks for the response

I installed the vista version under vista, but when I try to select writer, it just brings up the dll's, and none report as 'null' if i select them, at least that I could see.

Is there anything beyond this thats required for this to work?

thanks
Reply With Quote
  #11  
Old 08-06-2009, 09:53 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by cnovak View Post
Hey thanks for the response

I installed the vista version under vista, but when I try to select writer, it just brings up the dll's, and none report as 'null' if i select them, at least that I could see.

Is there anything beyond this thats required for this to work?

thanks
click "browse" and select the HD44780.dll, there should be an option for the null writer.

Attached Images
File Type: jpg nukk.JPG (30.5 KB, 362 views)
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #12  
Old 08-06-2009, 10:06 PM
bluenote bluenote is offline
Sage Aficionado
 
Join Date: Nov 2004
Location: Vancouver, canada
Posts: 336
I must have the wrong version, because I don't have the 'sage' tab, and even when I select the HD dll, I don't get the memory address box, nor the null option. I guess I grabbed the wrong vista download off your site, I'll have another look.

thanks for taking the time to take the screen shot

EDIT: that appears to have been the case, as Im installing now and I do have the expected options and it looks the same as the screenshot
Stupid screensaver coming on 5 minutes after show is over will hopefully be a thing of the past now thanks


Cory

Last edited by bluenote; 08-06-2009 at 10:18 PM.
Reply With Quote
  #13  
Old 08-07-2009, 08:03 AM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Don't forget to install and configure the GetStatus pluggin; that's how the writer knows when to reset the timer.
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #14  
Old 08-07-2009, 01:29 PM
bluenote bluenote is offline
Sage Aficionado
 
Join Date: Nov 2004
Location: Vancouver, canada
Posts: 336
I checked your site, and the customizations forum and I couldnt find anything with that name, although there are several lcd related plugins in the customizations list?

thanks

Cory
Reply With Quote
  #15  
Old 08-07-2009, 01:36 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
It's linked in the instructions for the writer, and can be found here.
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie Question About CPU Power To Drive Display rdsherwood SageTV Software 10 05-22-2008 04:41 AM
New Pertelian LCD Display software for SageTV KeithTX SageTV Customizations 0 07-02-2007 07:28 AM
Sage TV Full Screen on Secondary Display (TV) Lordfate SageTV Software 1 03-14-2007 04:42 AM
No full screen on secondary display eehtpc SageTV Software 4 05-26-2006 04:42 PM
Problem with dual display : only top-left quarter displayed PierreLo Hardware Support 4 12-01-2005 11:18 AM


All times are GMT -6. The time now is 12:46 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.