[pygame] Re: BUG: vsync doesn't work with X11 in a window - without using GL.

2009-05-29 Thread René Dudfield
Apparently XVideo flips a buffer on vsync. The SDL overlay stuff uses XVideo... so one work around is to use the pygame.overlay module rather than using pygame.display.flip() SDL 1.3 is apparently going to have an XVideo backend, and also has it's opengl backend... which also lets you do vsync i

Re: [pygame] pygame.midi using portmidi?

2009-05-29 Thread René Dudfield
On Sat, May 30, 2009 at 1:48 PM, Lenard Lindstrom wrote: > Hi, > > René Dudfield wrote: >> >> On Sat, May 30, 2009 at 2:54 AM, Lenard Lindstrom wrote: >> >>> >>> Hi René, >>> >>> What happens with pygame.midi.get_count()? >>> >>> Lenard >>> >> >> You mean on OSX?  I'll check it out for you when I

Re: [pygame] pygame.midi using portmidi?

2009-05-29 Thread Lenard Lindstrom
Hi, René Dudfield wrote: On Sat, May 30, 2009 at 2:54 AM, Lenard Lindstrom wrote: Hi René, What happens with pygame.midi.get_count()? Lenard You mean on OSX? I'll check it out for you when I can... my girl friend is finishing off her paper this weekend... so I can't use it again t

[pygame] BUG: vsync doesn't work with X11 in a window - without using GL.

2009-05-29 Thread René Dudfield
hi, this is more an SDL related thing, but is a common bug report, so it'd be cool if we could figure out a way to make it work. http://bugzilla.libsdl.org/show_bug.cgi?id=406 cheers,

Re: [pygame] "import pygame" crashes with svn build

2009-05-29 Thread René Dudfield
On Sat, May 30, 2009 at 9:07 AM, Lorenz Quack wrote: > Hi, > > I have a problem running pygame from the current svn sources. > building and installing works fine but when I import pygame it crashes: > import pygame > Fatal Python error: (pygame parachute) Segmentation Fault > Aborted > > If I

Re: [pygame] pygame.midi using portmidi?

2009-05-29 Thread René Dudfield
On Sat, May 30, 2009 at 2:54 AM, Lenard Lindstrom wrote: > > Hi René, > > What happens with pygame.midi.get_count()? > > Lenard You mean on OSX?  I'll check it out for you when I can... my girl friend is finishing off her paper this weekend... so I can't use it again this weekend. On my ubuntu l

[pygame] "import pygame" crashes with svn build

2009-05-29 Thread Lorenz Quack
Hi, I have a problem running pygame from the current svn sources. building and installing works fine but when I import pygame it crashes: >>> import pygame Fatal Python error: (pygame parachute) Segmentation Fault Aborted If I run it through pdb I get the following result: >>> pdb.run("import

Re: [pygame] pygame.midi using portmidi?

2009-05-29 Thread Lenard Lindstrom
Hi René, What happens with pygame.midi.get_count()? Lenard René Dudfield wrote: hello again, btw the tests pass on an OSX box without midi now. this seems to print stuff to stderr though... $ python -m pygame.examples.midi --list in stat: : No such file or directory in stat: : No such file