tvtime make system unresponsive

tian tianshanxuester at gmail.com
Thu Dec 6 09:04:16 UTC 2007


> tian wrote:
> > I installed tvtime with command "yum install tvtime".
> > When I run tvtime, after a short time(ten minutes, half an
> > hour ...),then the computer becomes no responsible(mouse, keyboard) and
> > the screen doesn't refresh anymore.
> What distro and tvtime rpm version-release ?
uname -a
Linux gnu 2.6.23.8-63.fc8 #1 SMP Wed Nov 21 18:51:08 EST 2007 i686
athlon i386 GNU/Linux

tvtime.i386                              1.0.1-6
installed

> 
> Can you find the issue in:
> https://bugzilla.redhat.com/buglist.cgi?product=Fedora&component=tvtime&short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=
> 
> If you start it from the terminal, and let it run part screen, do any 
> error messages appear in the terminal as performance becomes a problem ?
I have never try this method, I'll try and see what will appear :)
> 
> > So I compiled tvtime myself, phenomena of no responsible does not happen
> > again.
> Which version ?
I downloaded tvtime from tvtime.sf.net tvtime-1.0.1.tar.gz
with patch below;
diff -Nur tvtime-1.0.1/plugins/greedyh.asm
tvtime-1.0.1oo/plugins/greedyh.asm
--- tvtime-1.0.1/plugins/greedyh.asm	2005-08-15 00:16:43.000000000 +0800
+++ tvtime-1.0.1oo/plugins/greedyh.asm	2007-06-08 11:09:51.000000000
+0800
@@ -18,7 +18,7 @@
 
 #include "x86-64_macros.inc"
 
-void DScalerFilterGreedyH::FUNCT_NAME(TDeinterlaceInfo* pInfo)
+void FUNCT_NAME(TDeinterlaceInfo* pInfo)
 {
     int64_t i;
     bool InfoIsOdd = (pInfo->PictureHistory[0]->Flags &
PICTURE_INTERLACED_ODD) ? 1 : 0;
diff -Nur tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc
tvtime-1.0.1oo/plugins/tomsmocomp/TomsMoCompAll2.inc
--- tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc	2004-10-20
23:31:05.000000000 +0800
+++ tvtime-1.0.1oo/plugins/tomsmocomp/TomsMoCompAll2.inc	2007-06-08
11:09:39.000000000 +0800
@@ -5,9 +5,9 @@
 #endif
 
 #ifdef USE_STRANGE_BOB
-#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n##_SB)
+#define SEARCH_EFFORT_FUNC(n) SEFUNC(n##_SB)
 #else
-#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n)
+#define SEARCH_EFFORT_FUNC(n) SEFUNC(n)
 #endif
 
 int SEARCH_EFFORT_FUNC(0)		// we don't try at all ;-)
diff -Nur tvtime-1.0.1/plugins/tomsmocomp.cpp
tvtime-1.0.1oo/plugins/tomsmocomp.cpp
--- tvtime-1.0.1/plugins/tomsmocomp.cpp	2004-10-21 01:38:04.000000000
+0800
+++ tvtime-1.0.1oo/plugins/tomsmocomp.cpp	2007-06-08 11:10:10.000000000
+0800
@@ -31,7 +31,7 @@
 
 #define IS_MMX
 #define SSE_TYPE MMX
-#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_MMX
+#define FUNCT_NAME filterDScaler_MMX
 #include "tomsmocomp/TomsMoCompAll.inc"
 #undef  IS_MMX
 #undef  SSE_TYPE
@@ -39,7 +39,7 @@
 
 #define IS_3DNOW
 #define SSE_TYPE 3DNOW
-#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_3DNOW
+#define FUNCT_NAME filterDScaler_3DNOW
 #include "tomsmocomp/TomsMoCompAll.inc"
 #undef  IS_3DNOW
 #undef  SSE_TYPE
@@ -47,7 +47,7 @@
 
 #define IS_SSE
 #define SSE_TYPE SSE
-#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_SSE
+#define FUNCT_NAME filterDScaler_SSE
 #include "tomsmocomp/TomsMoCompAll.inc"
 #undef  IS_SSE
 #undef  SSE_TYPE
>  From a source rpm ?
> Or from upstream ?
> 
> Are you using an nvidia or ati binary driver ?
I am using  NVIDIA-Linux-x86-169.04 driver.
> 
> DaveT.
> 

Thanks a lot




More information about the fedora-list mailing list