On Tue, May 14, 2013 at 2:01 AM, Mike Jameson <m...@scanoo.com <mailto:m...@scanoo.com>> 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
Discuss-gnuradio@gnu.org
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

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to