I confirmed that Myth is using mplayer (internal) for viewing my DVD's (which are copied as ISO's onto my hard drive).
My mplayer configuration file (/etc/mplayer/mplayer.conf) is:
Code:
# Default video output is xv, then xvidix, then try others
vo=xv,xvidix,
# Default audio output is alsa, then try others
ao=alsa,alsa1x,
So I think it is already using xv....and still choppy.
There is one strange clue: When the DVD first starts to play, motion etc. look great! Then, I select from the DVD menu (usually play movie) and then it becomes choppy. Why would the intro video look great, and then movie look jerky?
Thanks,
MD

Originally Posted by
Xipeos
You are probably not using hardware acceleration with your media player. Try to set your MythVideo to use mplayer and xv like this:
(from
http://www.mythtv.org/wiki/index.php/MythVideo )
Use "mplayer -vo xv" which should work with your ATI card, but don't expect miracles (especially for HD) and prepare yourself for an X server crash from time to time (hint: try to hide your Always on top windows before opening the media).
I find vidix to be much better (faster, crash-free) than XVideo, but it may not work on your card (it doesn't on my X850 XT PE).
For vidix use "mplayer -vo xvidix".
If you don't have mplayer, then use xine as described on the MythTV wiki ("xine -pfhq --no-splash") and change the video driver from the video menu (you may need to increase your "configuration experience level" to see it).
Hope that helps...