commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9289 - gnuradio/branches/developers/jblum/glwxgui/gr-


From: jcorgan
Subject: [Commit-gnuradio] r9289 - gnuradio/branches/developers/jblum/glwxgui/gr-wxgui
Date: Thu, 14 Aug 2008 11:40:32 -0600 (MDT)

Author: jcorgan
Date: 2008-08-14 11:40:32 -0600 (Thu, 14 Aug 2008)
New Revision: 9289

Added:
   gnuradio/branches/developers/jblum/glwxgui/gr-wxgui/README.gl
Modified:
   gnuradio/branches/developers/jblum/glwxgui/gr-wxgui/Makefile.am
Log:
Added README.gl

Modified: gnuradio/branches/developers/jblum/glwxgui/gr-wxgui/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/glwxgui/gr-wxgui/Makefile.am     
2008-08-14 17:06:02 UTC (rev 9288)
+++ gnuradio/branches/developers/jblum/glwxgui/gr-wxgui/Makefile.am     
2008-08-14 17:40:32 UTC (rev 9289)
@@ -21,7 +21,12 @@
 
 include $(top_srcdir)/Makefile.common
 
-EXTRA_DIST = gr-wxgui.conf gr-wxgui.pc.in
+EXTRA_DIST = \
+    gr-wxgui.conf \
+    gr-wxgui.pc.in \
+    README \
+    README.gl
+    
 SUBDIRS = src
 
 etcdir = $(sysconfdir)/gnuradio/conf.d

Added: gnuradio/branches/developers/jblum/glwxgui/gr-wxgui/README.gl
===================================================================
--- gnuradio/branches/developers/jblum/glwxgui/gr-wxgui/README.gl               
                (rev 0)
+++ gnuradio/branches/developers/jblum/glwxgui/gr-wxgui/README.gl       
2008-08-14 17:40:32 UTC (rev 9289)
@@ -0,0 +1,20 @@
+To use the OpenGL versions of the graphical display sinks, you must ensure
+that you have Python wrappers for OpenGL installed and are using a version
+of wxPython that supports it.  Then you must enable this mode by creating or
+editing an entry in the GNU Radio preferences file at:
+
+~/.gnuradio/config.conf
+
+[wxgui]
+style=gl
+
+
+The style parameter accepts 'nongl', 'gl', and 'auto', and defaults to 'auto'.
+
+'nongl' forces the use of the non-GL (current) sinks.  
+
+'gl' forces the use of the new GL based sinks, and will raise an exception if 
the
+appropriate GL support does not exist.
+
+'auto' currently equates to 'nongl'; however, in release 3.2, this will change 
to
+use GL if possible and if not, fallback to the non-GL versions.





reply via email to

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