Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL versions...
[debian/gnuradio] / gr-wxgui / README.gl
1 To use the OpenGL versions of the graphical display sinks, you must ensure
2 that you have Python wrappers for OpenGL installed and are using a version
3 of wxPython that supports it.  Then you must enable this mode by creating or
4 editing an entry in the GNU Radio preferences file at:
5
6 ~/.gnuradio/config.conf
7
8 [wxgui]
9 style=gl
10
11
12 The style parameter accepts 'nongl', 'gl', and 'auto', and defaults to 'auto'.
13
14 'nongl' forces the use of the non-GL (current) sinks.  
15
16 'gl' forces the use of the new GL based sinks, and will raise an exception if the
17 appropriate GL support does not exist.
18
19 'auto' currently equates to 'nongl'; however, in release 3.2, this will change to
20 use GL if possible and if not, fallback to the non-GL versions.