changeset 752:20d6884478bc

fixes for machine swap Ignore-this: 1a47409cd2ccefc2997955488366f414
author drewp@bigasterisk.com
date Fri, 15 Jun 2012 20:50:20 +0000
parents 5656767ca025
children 8b2417058fe0
files bin/curvecalc light9/io/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/curvecalc	Fri Jun 15 20:49:57 2012 +0000
+++ b/bin/curvecalc	Fri Jun 15 20:50:20 2012 +0000
@@ -64,7 +64,7 @@
 
         mainwin.connect("delete-event", lambda *args: reactor.crash())
         mainwin.set_title("curvecalc - %s" % graph.label(song))
-        mainwin.parse_geometry("715x930-0+24")
+        mainwin.parse_geometry("1x1-0+0")
 
         # this is the only one i found that would set the size right,
         # but it's a minimum size, which i don't really want
--- a/light9/io/__init__.py	Fri Jun 15 20:49:57 2012 +0000
+++ b/light9/io/__init__.py	Fri Jun 15 20:50:20 2012 +0000
@@ -65,7 +65,7 @@
         if self.out is None:
             sys.path.append("dmx_usb_module")
             from dmx import Dmx
-            self.out = Dmx('/dev/dmx1')
+            self.out = Dmx('/dev/dmx0')
         return self.out