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
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
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
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
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
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