discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Problem with Wx Gui FFT


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Problem with Wx Gui FFT
Date: Mon, 13 May 2013 14:48:06 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On Tue, May 14, 2013 at 2:01 AM, Mike Jameson <address@hidden> wrote:
 
I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the AMD/ATI drivers.

The quick solution is to add the following to ~/.gnuradio/config.conf :

[wxgui]
style=nongl

This works, but the non-GL sinks are terribly out-of-date, and the only reason we haven't removed them from the codebase is that they provide this important fallback when OpenGL is not working on a user's machine.

I'd like to understand more about the actual problem--I only use 12.04 and 12.10 so I can't duplicate it.

--
Johnathan Corgan
Corgan Labs - SDR Training and Development Services
http://corganlabs.com
_______________________________________________ Discuss-gnuradio mailing list address@hidden https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
The reported error should have been fixed in:

commit 50d9b3282ae65b7cf6bf007ab8f32b4ae7cc3ed1


The problem is that if you have an app that makes use of the "set_callback" feature, prior to that commit, it would provoke an exception if you were
  using the non-gl implementations of the FFT GUI sink for wxGUI, because the non-gl version didn't have the necessary "set_callback()" method.



-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]