
danielk at cuymedia
Nov 23, 2007, 8:14 AM
Post #12 of 18
(2329 views)
Permalink
|
On Fri, 2007-11-23 at 16:49 +0100, Tino Keitel wrote: > On Fri, Nov 23, 2007 at 10:29:23 -0500, Daniel Kristjansson wrote: > > On Fri, 2007-11-23 at 16:26 +0100, Tino Keitel wrote: > > > On Fri, Nov 23, 2007 at 08:59:42 +0100, Tino Keitel wrote: > > > > On Thu, Nov 22, 2007 at 23:09:26 +0000, Riz wrote: > > > > > As I understand it, the DRM method is the better method, as it access > > > > > the video card directly to sync to vertical refresh. Have a look at > > > > > the comments in libs/libmythtv/vsync.h > > > > > > > > > > Unselecting "Enable OpenGL vertical sync for timing" in Playback > > > > > options should use the DRM method, if it is available. You should have > > > > > > > > When I unselect it, I have tearing video. That's why I want to select > > > > > > For the records: I think the tearing video is caused by the fallback to > > > USleep. DRM doesn't work because of driver restrictions, RTC doesn't > > > work because of missing permissions (does the frontend has to run with > > > root permissions to use RTC?). I'll try a patched intel driver that > > > provides vblank even in 2D mode. > > > > If you run this at root at startup: > > echo 1024 > /proc/sys/dev/rtc/max-user-freq > > This doesn't work with the new RTC driver (rtc_cmos, or > CONFIG_RTC_DRV_CMOS). It should according to 2.6.22.9 Documentation/rtc.txt... Maybe your distro changed this somehow? The Linux documentation could be wrong of course. But it appears to still work with the latest Ubuntu kernel. I googled fedora core 8, since I've noticed some Fedora users complaining. It looks like /proc/sys/dev/hpet/max-user-freq might work there instead. But this is quickly becoming a discussion for mythtv-users as MythTV can't actually set this, it must be set by the distro, or the distro packagers of MythTV. -- Daniel _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|