Opened 14 years ago

Closed 14 years ago

#7790 closed patch (fixed)

Allow 2X deint with 59Hz refresh rate on Windows 7

Reported by: Jeff Lu <jll544@…> Owned by: Janne Grunau
Priority: minor Milestone: unknown
Component: MythTV - Video Playback Version: head
Severity: medium Keywords: win32 59hz
Cc: Ticket locked: no

Description

Unlike previous versions, Windows 7 won't report 60Hz refresh rate for monitors running at 59.94Hz; such are now reported as 59Hz. For MythTV, the result is an inability to use 2X deint with 29.97Hz interlaced content. Attached patch handles 59Hz as a special case, translating it to 59.94Hz.

For more information, see MS KB2006076: http://support.microsoft.com/kb/2006076

Attachments (1)

7790-win7_59hz.patch (1.2 KB) - added by Jeff Lu <jll544@…> 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by Jeff Lu <jll544@…>

Attachment: 7790-win7_59hz.patch added

comment:1 Changed 14 years ago by markk

Resolution: fixed
Status: newclosed

(In [23324]) Refresh rate fixes for Windows 7 based on original patch from Jeff Lu, extended to cover all potentially affected rates.

Post 0.23 I hope to convert MythXDisplay to a cross-platform class (MythDisplay??) and remove the code duplication.

Closes #7790.

Note: See TracTickets for help on using tickets.