[Bug 1390304] Re: Noof does not preview or run

2016-12-03 Thread Oskar Wallgren
Fix seem to be in upstream release 5.33 so this is fixed in 16.04 xenial. Works here. ** Changed in: xscreensaver (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1390304] Re: Noof does not preview or run

2016-12-03 Thread Oskar Wallgren
I looks like this has been changed upstream (5.36 10-Oct-2016). Noof works fine and the above code has been changed. Line 31 in hacks/glx/noof.c reads: static int dbuf_p = 1; /* always */ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1390304] Re: Noof does not preview or run

2014-12-28 Thread Mamoru TASAKA
Thank you for confirming. I asked the upstream to enable double buffering on Linux again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390304 Title: Noof does not preview or run To manage notific

[Bug 1390304] Re: Noof does not preview or run

2014-12-24 Thread mdmcginn
Correction: on second look, yes, we were able to fix the problem by removing those lines and recompiling xscreensaver. Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390304 Title: Noof do

[Bug 1390304] Re: Noof does not preview or run

2014-12-24 Thread mdmcginn
No, that didn't seem to fix it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390304 Title: Noof does not preview or run To manage notifications about this bug go to: https://bugs.launchpad.net/ub

[Bug 1390304] Re: Noof does not preview or run

2014-12-19 Thread Mamoru TASAKA
If you can compile xscreensaver by yourself, can you try below? Edit hacks/glx/noof.c as below: Around the line 448: ENTRYPOINT void init_noof (ModeInfo *mi) { int i; noof_configuration *bp; #ifdef HAVE_JWZGLES <== REMOVE THIS LINE dbuf_p = 1; #endif <== REMOVE THIS LINE -- You