[mythtv-commits] Ticket #6162: Remote control events queue then dequeue.

MythTV mythtv at cvs.mythtv.org
Wed Jan 28 01:30:26 UTC 2009


#6162: Remote control events queue then dequeue.
-------------------------------------+--------------------------------------
 Reporter:  Roo                      |        Owner:  danielk
     Type:  defect                   |       Status:  new    
 Priority:  minor                    |    Milestone:  0.22   
Component:  MythTV - Video Playback  |      Version:  head   
 Severity:  low                      |   Resolution:         
  Mlocked:  0                        |  
-------------------------------------+--------------------------------------

Comment(by jrigg at condesinc.com):

 reran with -v playback. No additional information printed when screensaver
 activated.


 I Added:

 XSync(m_display,FALSE);

 after DPMSDisable(m_display); in screensaver-x11.cpp (line 144) and this
 took care of the problem


 {{{
             m_dpmsdeactivated = true;
             DPMSDisable(m_display);
             XSync(m_display,FALSE);
             VERBOSE(VB_GENERAL, LOC + "DPMS Deactivated ");
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6162#comment:9>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list