> # set border-less window position to (0,0) on the secondary display > os.environ['SDL_VIDEO_WINDOW_POS']="1024,0" Just a quick note, sometimes the above doesn't work for me, so I actually have to set this from the command line. In Windows that is: set SDL_VIDEO_WINDOW_POS="1024,0" and then run the Python script from within the same shell: c:\python25\python my_script.py ====================================== The Vision Egg mailing list Archives: http://www.freelists.org/archives/visionegg Website: http://www.visionegg.org/mailinglist.html