View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#10
Making the following change allows me to run this app in Kubuntu 8.10 and on my n800. Otherwise it changes the screen resolution of my KDE nvidia graphics desktop. Painful.
Code:
try:
  window = pygame.display.set_mode((0,0))
except:
  window = pygame.display.set_mode((800, 480))
Cool stuff. Thanks.
__________________
N9: Go white or go home
 

The Following User Says Thank You to daperl For This Useful Post: