PDA

View Full Version : [SOLVED] HDTV Lockup


Carrot06
July 20th, 2008, 11:45 PM
I am currently having a problem with watching HDTV in Australia. SDTV works fine, but as soon as I change to a HD channel my whole system freezes and I have to use the reset button. With my hardware listed below, anyone got any ideas on how to get this to work?

Also, any ideas on how to get SPDIF passthrough and the analog line out to work at the same time? currently if the audio source is digital, analog sound will only work when passthrough is turned off.

Mythbuntu 8.04 - fully updated
AMDXP 2600+
768mb RAM
Leadtek DTV2000H Tuner Card
Asus V9999GT 256mb GF6800GT AGP using Composite TV-Out
AOpen Cobra AW-870LP 7.1 Channel PCI Sound Card
160GB IDE HDD for Recordings Only
Micrsoft USB Remote & Keyboard working with lirc_mod_mce

jbman
July 21st, 2008, 03:12 AM
What playback profile are you using. When I was using a similar spec amd chip I had to have CPU-- to get HDTV to work which made it use XVMC.

Carrot06
July 21st, 2008, 07:51 PM
Originally I had it on CPU++, but have now changed to CPU-- exactly for that reason of using XVMC.

Carrot06
July 21st, 2008, 09:32 PM
Just for extra info, in case it makes a difference, the 160gb HDD for recodings is formatted as ext3. Also, I know that HDTV can work as I had it working in Mythbuntu 7.10 without changing any background settings.

Lester_Burnham
July 21st, 2008, 11:51 PM
Hi,

Does XvMC work at all? Have you seen the greyscale OSD?

I see it's an AGP card too.
Have you tried adding the bottom two device options to your xorg.conf, to see if it helps.

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "UseEvents" "true"
Option "XvmcUsesTextures" "false"
Option "NVAGP" "1"
EndSection

Section "Extensions"
Option "Composite" "Disabled"
EndSection


Taken from here http://ubuntuforums.org/showthread.php?p=4903557
We fixed our XvMC problem on the weekend and I am now running CPU+

Carrot06
July 22nd, 2008, 09:22 AM
Got it working, and am now using CPU+ to prevent distortion. Thanks Lester_Burnham.