View Single Post
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#12
Originally Posted by daperl View Post
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.
mh, yes, I realized it could have some potential on desktops.
Im sorry you have to touch a so shitty code

I am usually more ashamed to show my sh**ty experiment but im confident that xmas make you nicer...
 

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