Summary: | x11-misc/xscreensaver-6.01-r3 GL screensavers crash with SIGABRT | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | arcctgx |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jsmolic, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
arcctgx
2021-09-06 22:53:59 UTC
Greetings, I can confirm this issue with some additional info; It seems it might be an issue with the current change in XScreenSaver to prefer EGL over GLX. I just downloaded the latest source for version 6.0.2 from https://www.jwz.org/xscreensaver/ and configured with the following: ~/build/xscreensaver-6.0.2/xscreensaver-6.02 # ./configure --prefix=/usr --with-elogind --with-pam --with-gl --with-glx --with-pixbuf --with-xft Then, I ran `make && make install`, and now the GL screensavers are working as expected. I hope that helps. @arcctax: I am also running the 390.144 driver from NVidia. HTH. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107fa148a3aa88d8ecf85236c1c526e18ec5938e commit 107fa148a3aa88d8ecf85236c1c526e18ec5938e Author: Anna Vyalkova <cyber+gentoo@sysrq.in> AuthorDate: 2022-01-08 12:41:01 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2022-01-08 12:49:07 +0000 x11-misc/xscreensaver: add 6.02 Closes: https://bugs.gentoo.org/822372 Closes: https://bugs.gentoo.org/828869 Closes: https://bugs.gentoo.org/811885 Closes: https://bugs.gentoo.org/809599 Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Joonas Niilola <juippis@gentoo.org> x11-misc/xscreensaver/Manifest | 1 + x11-misc/xscreensaver/metadata.xml | 2 + x11-misc/xscreensaver/xscreensaver-6.02.ebuild | 238 +++++++++++++++++++++++++ 3 files changed, 241 insertions(+) |