Re: [CinCV] OpenGL

2011-09-26 Thread David Armstrong
I have recompiled with the --enable-opengl option and now have X11-OpenGL driver option back. Have selected the driver and seems OK with a few tests. David On 25/09/11 21:30, Einar Rünkaru wrote: On Sat, Sep 24, 2011 at 1:37 AM, David Armstrongbod...@netspace.net.au wrote: I have

Re: [CinCV] OpenGL

2011-09-26 Thread Johannes Sixt
Am 25.09.2011 22:34, schrieb E Chalaron: there we go with --enable-mmx: Sorry, that's not what I asked for. Please read again: I have OpenSuse 11.4 64bit and also use --disable-mmx --enable-opengl, but OpenGL is detected correctly. I have the proprietary Nvidia drivers installed. It would be

Re: [CinCV] OpenGL

2011-09-25 Thread Einar Rünkaru
On Sat, Sep 24, 2011 at 1:37 AM, David Armstrong bod...@netspace.net.au wrote: I have mesa-dev installed - v7.10.2 checking config.log associated with installation, there is no mention of the string libGl (case insensitive search) there is an entry: OPENGL_LIBS='' This means that OpenGL is

Re: [CinCV] OpenGL

2011-09-25 Thread E Chalaron
To report on that : --enable-mmx leads to a make error, so for me there is no other option than --disable-mmx --enable-opengl other opengl is not detected at all. Open suse 11.3 11.4 and 64 bits cheers E './configure --enable-mmx' - enables OpenGL

Re: [CinCV] OpenGL

2011-09-25 Thread Johannes Sixt
Am 25.09.2011 21:48, schrieb E Chalaron: To report on that : --enable-mmx leads to a make error, so for me there is no other option than --disable-mmx --enable-opengl other opengl is not detected at all. Open suse 11.3 11.4 and 64 bits I have OpenSuse 11.4 64bit and also use --disable-mmx

Re: [CinCV] OpenGL

2011-09-25 Thread E Chalaron
there we go with --enable-mmx: /bin/sh ../libtool --tag=CC --tag=CC --mode=link gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o libmpeg2enc.la conform.lo mpeg2enc.lo putseq.lo putpic.lo puthdr.lo putmpg.lo putvlc.lo putbits.lo predict.lo readpic.lo

Re: [CinCV] OpenGL

2011-09-23 Thread Einar Rünkaru
On Fri, Sep 23, 2011 at 12:33 PM, David Armstrong bod...@netspace.net.au wrote: I have version 1.4 (from glxinfo) Maybe it is because I compiled v2.2 when v2.1.5 already installed from ppa binary installation? Happy to remove both and start again. No, what is installed before does not

Re: [CinCV] OpenGL

2011-09-23 Thread David Armstrong
I have mesa-dev installed - v7.10.2 checking config.log associated with installation, there is no mention of the string libGl (case insensitive search) there is an entry: OPENGL_LIBS='' As an aside, I notice that 2.1.5 is mentioned numerously in the log. On 23/09/11 22:49, Einar Rünkaru

Re: [CinCV] OpenGL (was 2.2 testing so far)

2011-09-22 Thread Einar Rünkaru
Hi. On Wed, Sep 21, 2011 at 11:11 PM, Raffaella Traniello raffaella.tranie...@g-raffa.eu wrote: Ciao! Issue is no X11-OpenGL video driver option in preferences set-up drop down box. If you followed instructions for Grandma, then you didn't use the --enable-opengl configure option so - from

Re: [CinCV] OpenGL (was 2.2 testing so far)

2011-09-21 Thread E Chalaron
This is not confirmed by my experience: I never use the --enable-opengl configure option either but I get the X11-OpenGL video driver option in the drop down menu (configure ended with OpenGL enabled). Same for me here. If I dont specify --enable-opengl I still get the X11-OpenGL option

Re: [CinCV] opengl libraries missing in Fedora 12, x86-64

2010-01-31 Thread Johannes Sixt
On Sonntag, 31. Januar 2010, Scott C. Frase wrote: I see that the libGL.so.1 in that directory has the appropriate OpenGL hooks: [sfr...@ogre usr]$ strings -a /usr/lib64/nvidia/libGL.so.1 | grep glDeleteShader glDeleteShader [sfr...@ogre usr]$ strings -a /usr/lib64/nvidia/libGL.so.1 | grep

Re: [CinCV] opengl libraries missing in Fedora 12, x86-64

2010-01-31 Thread Scott C. Frase
Hannes, I did a search on some different things in config.log (error, gl, GL, OpenGL,etc), but don't see any errors related to opengl that are jumping out at me. I'm sorry to bother you, but can you take a look? http://content.serveftp.net/content/config.log scott

Re: [CinCV] opengl libraries missing in Fedora 12, x86-64

2010-01-31 Thread Edouard Chalaron
Scott I had the same problem on Suse 11.2 Reason : try a force openGL and you may end up with the same error on libx264 I had, e.g. different versions of libx264 devel, make sure to have the most recent one. It may lead you back to your error you had a couple of weeks ago. Cheers E I did a

Re: [CinCV] opengl libraries missing in Fedora 12, x86-64

2010-01-31 Thread Johannes Sixt
On Sonntag, 31. Januar 2010, Scott C. Frase wrote: Hannes, I did a search on some different things in config.log (error, gl, GL, OpenGL,etc), but don't see any errors related to opengl that are jumping out at me. I'm sorry to bother you, but can you take a look?

Re: [CinCV] opengl libraries missing in Fedora 12, x86-64

2010-01-31 Thread Scott C. Frase
Scott I had the same problem on Suse 11.2 Reason : try a force openGL and you may end up with the same error on libx264 I had, e.g. different versions of libx264 devel, make sure to have the most recent one. It may lead you back to your error you had a couple of weeks ago. Cheers E

Re: [CinCV] opengl slow

2008-04-27 Thread Bernd Porr
Hi! Sorry. That doesn't excite me very much. Let's start with something much simpler: I want to watch plain HDV in realtime in the composer window. I actually don't need any fancy effects for the video. Just plain transitions for a very simple editing job. kdenlive does the job perfectly. I

Re: [CinCV] opengl slow

2008-04-24 Thread Scott C. Frase
On Mon, 2008-04-21 at 22:51 +0200, Johannes Sixt wrote: Yes, you should be ok. But look into configure.in: There is some special-casing for [Open]SUSE, which I added so that the Nvidia libGL.so.1 is picked up. Maybe you need something similar? [But quite frankly, your listing above suggests

Re: [CinCV] opengl slow

2008-04-21 Thread Johannes Sixt
On Monday 21 April 2008 03:00, Scott C. Frase wrote: Most likely you are linking against MESA's libGL.so. Check to whom the libGL.so that cinelerra links in. For example, on my system I have this: $ ldd /usr/local/bin/cinelerra | grep libGL.so libGL.so.1 =

Re: [CinCV] opengl slow

2008-04-17 Thread Burkhard Plaum
Hi, Bernd Porr schrieb: Hi all, I've got the problem that the openGL driver is slower (5fps) than the XV driver (10fps). I've got an nvidia card with opengl 2.0 support and was actually expecting that it's getting faster and not slower with openGL. I've got a force 7300GS and then nvidia

Re: [CinCV] opengl slow

2008-04-17 Thread Bernd Porr
Hi, thanks for the quick reply. That's a shame. I was hoping to get my HD footage a bit smoother by getting a more powerful graphics card with openGL 2.0 :-( /Bernd Burkhard Plaum wrote: Hi, Bernd Porr schrieb: Hi all, I've got the problem that the openGL driver is slower (5fps) than

Re: [CinCV] opengl slow

2008-04-17 Thread Richard Spindler
2008/4/17, Burkhard Plaum [EMAIL PROTECTED]: If you process in YUV and display with OpenGL, you have an additional YUV-RGB conversion, which is done in software I assume. This really depends on how it is implemented in cinelerra and what capabilities the hardware provides. It is perfectly

Re: [CinCV] opengl slow

2008-04-17 Thread Johannes Sixt
On Thursday 17 April 2008 01:12, Bernd Porr wrote: I've got the problem that the openGL driver is slower (5fps) than the XV driver (10fps). I've got an nvidia card with opengl 2.0 support and was actually expecting that it's getting faster and not slower with openGL. I've got a force 7300GS