framerate dropping when not focused (1 Viewer)

JoseK

Portal Member
November 2, 2008
6
0
Home Country
Finland Finland
I am using dualview system where LG 17"(60 Hz) is primary and TV(60Hz) is secondary display. I have configured MP to start on the secondary display using the spinsafe 1080 skin which has scrolling texts and fading images. When MP is not focused the framerate drops and all the "cool stuff" starts to twitch. I mean all that fading and scrolling. Videos and tv seems to work properly.

What could be the reason for this? Anyone encountered similar issue.

MediaPortal Version: 1.0 RC3
MediaPortal Skin: Spinsafe 1080
Windows Version: Vista Business x64
CPU Type: Intel Core 2 E6550
Memory: 4GB DDR2 800Mhz
Motherboard: ASUS P5KR
Video Card: Nvidia 8800 GTS 640MB
Video Card Driver: 180.43
1. TV Card: Terratec Cinergy 1200
1. TV Card Type: DVB-C
Remote: ATI Remote Wonder
Display: LG Flatron L1730 17"
TV: Samsung F86 40"
TV - HTPC Connection: DVI-HDMI
 

JoseK

Portal Member
November 2, 2008
6
0
Home Country
Finland Finland
This is just weird and annoying. Everything works smooth, but for example when I'm working on the primary screen(focusing another window), all the transitions and scrolling comes twitchy.
 

tourettes

Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Its done on purpose, MP reduces the rendering speed when it loses focus so that other applications wouldnt slow down.
     

    naserbaser

    New Member
    August 28, 2009
    3
    0
    Home Country
    Sweden Sweden
    Its done on purpose, MP reduces the rendering speed when it loses focus so that other applications wouldnt slow down.

    (Sorry for bumping up such an old thread, but I thought it would be better then to start a new one. I've searched my *** off trying to find a solution and/or better thread to post in)

    Is there any way to disable this? I want to use firefox etc on the computer monitor and mediaportal running at the same time on my tv.

    At this time, it works fine when viewing movies but not in the menus because of this feature. It's a great feature for some, but I personally would like to disable or at least up the frame rate to a 20-30 minimum.

    If this can be done only by downloading the source and modifying it, could you please tell me where in the source to do this? I guess I can manage the building of the source by reading/googling my self.
    Thanks in advance!
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    If this can be done only by downloading the source and modifying it, could you please tell me where in the source to do this? I guess I can manage the building of the source by reading/googling my self.
    Thanks in advance!

    Yes, it can be currently done only by modifying code. Following sleep should be responsible for the rendering slow down when no focus is on MediaPortal.


    d3dapp.cs:

    Code:
                // Yield some CPU time to other processes
    #if !PROFILING
                Thread.Sleep(100); // 100 milliseconds
     

    Users who are viewing this thread

    Top Bottom