[mythtv-users] VDPAU Error: DISPLAY PRE-EMPTED. Aborting playback.

Christian Szpilfogel chrisznews4 at rogers.com
Tue Jan 26 01:34:41 UTC 2010


Nick Rout wrote:
> to watch the gpu temp log in via ssh and run:
>
> export DISPLAY=:0
> watch nvidia-settings -q gpucoretemp
>
> watch runs the command every 2 seconds, you can watch the temp climb
> when you play something.
>
> ctrl-c to exit
Thanks. watch didn't co=operate well with that command from a putty 
session so I used the following instead:
while true; do nvidia-settings -q gpucoretemp -c=:0 >>/tmp/temp.log; 
sleep 2;done;

Not surprisingly the temp barely hit 52 degrees. I've had hotter days in 
Dubai. :-)

On to try other things...



More information about the mythtv-users mailing list