LLNL / blockbuster

Automatically exported from code.google.com/p/blockbuster
1 stars 1 forks source link

-display flag is not handled correctly #143

Closed wealthychef1 closed 9 years ago

wealthychef1 commented 14 years ago

If DISPLAY is not set, then -display only works to show the Qt controls -- when a GL context is created, it seems to fail with an error.
Reproducer: 1) Do not set DISPLAY 2) Run blockbuster -display :0 move.sm You get an error.
If you set DISPLAY, the movie plays correctly.

Original comment by: wealthychef1

wealthychef1 commented 14 years ago

Fixed. blockbuster now gets its Display variable by interrogating Qt first, and then creates a display from scratch if it does not get one that way. That should allow DMX to continue working as well.

Original comment by: wealthychef1

wealthychef1 commented 14 years ago

Fixed. blockbuster now gets its Display variable by interrogating Qt first, and then creates a display from scratch if it does not get one that way. That should allow DMX to continue working as well.

Original comment by: wealthychef1