home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Watch / Listen Media
watch/edit Videos
Stutter after refresh rate change
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="gibman" data-source="post: 563109" data-attributes="member: 25430"><p>Interesting, looking at the code, it seems that only the dwm hack is carried out when using internal refreshrate changer and not when using the external one.</p><p></p><p>look for : RunExternalJob, it returns true if it succeeded in running the external job, and false otherwise.</p><p>This should also be included.</p><p></p><p>[code]</p><p> if (newExtCmd.Length == 0)</p><p> {</p><p> Log.Info("RefreshRateChanger.SetRefreshRateBasedOnFPS: using internal win32 method for changing refreshrate. current is {0}hz, desired is {1}", currentRR, newRR);</p><p> Win32.CycleRefreshRate((uint)currentScreenNr, newRR);</p><p> NotifyRefreshRateChanged(newRRDescription, (strFile.Length > 0));</p><p> }</p><p> else if (RunExternalJob(newExtCmd, strFile, type, deviceReset) && newRR != currentRR)</p><p> {</p><p> NotifyRefreshRateChanged(newRRDescription, (strFile.Length > 0));</p><p> }</p><p>[/code]</p><p></p><p>/gibman</p></blockquote><p></p>
[QUOTE="gibman, post: 563109, member: 25430"] Interesting, looking at the code, it seems that only the dwm hack is carried out when using internal refreshrate changer and not when using the external one. look for : RunExternalJob, it returns true if it succeeded in running the external job, and false otherwise. This should also be included. [code] if (newExtCmd.Length == 0) { Log.Info("RefreshRateChanger.SetRefreshRateBasedOnFPS: using internal win32 method for changing refreshrate. current is {0}hz, desired is {1}", currentRR, newRR); Win32.CycleRefreshRate((uint)currentScreenNr, newRR); NotifyRefreshRateChanged(newRRDescription, (strFile.Length > 0)); } else if (RunExternalJob(newExtCmd, strFile, type, deviceReset) && newRR != currentRR) { NotifyRefreshRateChanged(newRRDescription, (strFile.Length > 0)); } [/code] /gibman [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
watch/edit Videos
Stutter after refresh rate change
Contact us
RSS
Top
Bottom