[mythtv-commits] Ticket #11363: Automatic change of display resolution for OpenGL video playback does not resize x11 window correctly

MythTV noreply at mythtv.org
Sun Jan 20 15:18:57 UTC 2013


#11363: Automatic change of display resolution for OpenGL video playback does not
resize x11 window correctly
-------------------------------------+-----------------------------
 Reporter:  o.mangold@…              |          Owner:
     Type:  Bug Report - General     |         Status:  new
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - Video Playback  |        Version:  Master Head
 Severity:  high                     |     Resolution:
 Keywords:                           |  Ticket locked:  0
-------------------------------------+-----------------------------

Comment (by o.mangold@…):

 One more detail, I figured out:

 QWidget::setGeometry() does not work, because the video window which is
 set here, is not a toplevel window, but a child of the main GUI window.
 parent->isWindow() return false, thus Qt expects the widget to be not an
 X11 window, thus no call to XMoveResizeWindow() is done. So resizing the
 X11 directly via Xlib instead of Qt might actually be the right solution.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11363#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list