#10038 LOW 1.5-sof: display panel content meltdown on pygame.display.set_mode

Zarro Boogs per Child bugtracker at laptop.org
Sun Feb 21 23:55:10 EST 2010


#10038: display panel content meltdown on pygame.display.set_mode
-----------------------------+----------------------------------------------
 Reporter:  Quozl            |                 Owner:  cjb                              
     Type:  defect           |                Status:  new                              
 Priority:  low              |             Milestone:  1.5-software-later               
Component:  x window system  |               Version:  Development build as of this date
 Keywords:                   |           Next_action:  diagnose                         
 Verified:  0                |   Deployment_affected:                                   
Blockedby:                   |              Blocking:                                   
-----------------------------+----------------------------------------------
 on XO-1.5, the display stops being driven if resolution is changed by a
 user program.  the content melts down.

 the following reproducer demonstrates the symptom:
 {{{
 #!/usr/bin/python
 import pygame
 pygame.init()
 print pygame.display.Info()
 pygame.display.set_mode((1024, 768), pygame.FULLSCREEN)
 pygame.time.wait(3000) # three seconds
 print pygame.display.Info()
 pygame.display.quit()
 pygame.quit()
 }}}

 the code effectively calls XF86VidModeSwitchToMode().

-- 
Ticket URL: <http://dev.laptop.org/ticket/10038>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list