Troubleshooting:Performance

From MythTV Official Wiki
Revision as of 22:38, 29 April 2009 by Ndy (talk | contribs)

Jump to: navigation, search

Check error messages

Start mythfrontend from a terminal window, so that you can see if there are any error messages.

Prebuffering pause

If you get an error message like

<date> 

then see: Troubleshooting:Prebuffering_pause

BIOS settings

Where do we start looking to achieve performance zen. We could look at the symptoms, but this all takes time. So listed are simply some of the areas which might impact on video playback judder.

  • PC's Bios
Default Settings.
Start off by not overclocking, don't run in turbo mode. Performance is nothing without stability. Once your system is working, you can return to the overclocked setting.
AGP Fast Writes.
Enable / disable. For some motherboards, enabling this option causes instability, it should help improve performance when enabled.
PCI Latency.
Set to lowest setting and gradually increase it if there are extra issues.
  • Kernel
Drivers.
Assuming a proprietary graphics card is being used, make use of the official drivers from the manufacturer. And make sure your cards GPU is listed as being supported with the driver version.
Timer Frequency.
By setting the kernel to use 1000HZ, it is suitable for both PAL and NTSC playback / recording.
Preempt.
Disable kernel preemption. Some people report faster systems with preemption enabled, but it might interrupt video playback more than it helps.
  • Userland
DMA.
If your disks can use it (and they really should), make sure DMA (Direct Memory Access) is enabled.
xorg.conf
The X-Server's configuration can be used to control all sorts of settings, some of which impact greatly on the playback of video.


There are many more in the list, this is just a basic start.


How?

Ahh yes, the detailed explanation of how. This takes a while, so I thought it best to just list various items first, as at least these give a reference point, some keywords which can be googled in the meantime. The how will follow.