[mythtv-users] OSD timeouts

Mark Lord mythtv at rtr.ca
Tue Jul 19 00:31:01 UTC 2011


On 11-07-18 06:56 PM, Robin Gilks wrote:
> 
> I haven't looked too hard yet but I recall that the pruning of setup
> options has removed a lot of the timeout tweaks for the OSD. I'd like to
> reduce the time the 'skip' and 'volume' displays are on the screen and
> perhaps extend the 'info' timeout a bit.
> 
> How do I go about doing this on 0.24-fixes please?

Patch your source code and recompile.

--- mythtv/libs/libmythtv/osd.cpp.orig  2011-02-04 22:00:52.000000000 -0500
+++ mythtv/libs/libmythtv/osd.cpp       2011-02-05 23:42:03.233360677 -0500
@@ -157,7 +157,7 @@
     m_fontStretch(100),
     m_FunctionalType(kOSDFunctionalType_Default), m_FunctionalWindow(QString())
 {
-    SetTimeouts(3000, 5000, 10000);
+    SetTimeouts(2000, 2500, 9000);
 }


More information about the mythtv-users mailing list