[Bug 290728] Re: xvidcap fails to record multi- or single- frame

2009-06-04 Thread shaman.sir
Yes, the same issue @ 9.04 -- xvidcap fails to record multi- or single- frame https://bugs.launchpad.net/bugs/290728 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

[Bug 289925] Re: Segmentation fault on amd64 in glutInitDisplayMode()

2009-04-20 Thread shaman.sir
The same on i686 Ubuntu 8.10/Python2.6/PyOpenGL 3.0.0c1 but the cause seems to be another :~$ python --version Python 2.6.2 :~$ uname -a Linux 2.6.27-11-generic #1 SMP Wed Apr 1 20:57:48 UTC 2009 i686 GNU/Linux :~$ python Python 2.6.2 (r262:71600, Apr 16 2009, 10:57:41) [GCC 4.3.2] on linux2

[Bug 289925] Re: Segmentation fault on amd64 in glutInitDisplayMode()

2009-04-20 Thread shaman.sir
sudo apt-get install xorg-driver-fglrx this installation is fixed the problem. So, if it is possible to make a message about the drivers requirement while installing the module, it will be perfect -- Segmentation fault on amd64 in glutInitDisplayMode() https://bugs.launchpad.net/bugs/289925 You

[Bug 289925] Re: Segmentation fault on amd64 in glutInitDisplayMode()

2009-04-20 Thread shaman.sir
I've tried this with an internal Intel video card: it showed the window, but it there were some artifacts and the window was unable to do anything (close/maximize/resize) and showed Segmentation Fault when window is closed with Alt+F4. I've clearly removed all ati fglrx drivers, made a reboot. and

[Bug 289925] Re: Segmentation fault on amd64 in glutInitDisplayMode()

2009-04-21 Thread shaman.sir
Yes, making the code look like this, completely resolves this segmentation fault problem: GLUT.glutInit(sys.argv) GLUT.glutCreateWindow('foobar') # required to be a line before glutInitDisplay GLUT.glutInitDisplayMode(GLUT.GLUT_RGBA | GLUT.GLUT_DOUBLE) (thanks to: http://

[Bug 289925] Re: Segmentation fault on amd64 in glutInitDisplayMode()

2009-05-18 Thread shaman.sir
Pyglet is ok for my configuration (no segmentation or any other (except sound, when it used) failures in hello_world or any other example from source package), but the PyOpenGL lines, described above, still fail. Ubuntu 9.04 Python 2.6.2 pyglet 1.1.3 Intel Graphics Video Card -- Segmentation fau