Date: Fri, 05 Mar 2004 13:25:57 -0600 From: Jeremy Messenger <mezz7@cox.net> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: freebsd-gnome@freebsd.org Subject: Re: xscreensaver-gnome 4.15 crashed.. Message-ID: <opr4elljft8ckrg5@smtp.central.cox.net> In-Reply-To: <1078513962.778.21.camel@gyros> References: <opr4a1mzil8ckrg5@smtp.central.cox.net> <1078353768.809.20.camel@gyros> <opr4a7cqkh8ckrg5@smtp.central.cox.net> <1078357320.809.31.camel@gyros> <opr4eixd048ckrg5@smtp.central.cox.net> <1078511721.778.19.camel@gyros> <opr4ejjvom8ckrg5@smtp.central.cox.net> <1078513962.778.21.camel@gyros>
next in thread | previous in thread | raw e-mail | index | archive | help
------------NVjVpyXElatrPJiuTJncp7 Content-Type: text/plain; format=flowed; charset=iso-8859-1 Content-Transfer-Encoding: 8bit On Fri, 05 Mar 2004 14:12:42 -0500, Joe Marcus Clarke <marcus@marcuscom.com> wrote: > On Fri, 2004-03-05 at 13:41, Jeremy Messenger wrote: >> On Fri, 05 Mar 2004 13:35:21 -0500, Joe Marcus Clarke >> <marcus@marcuscom.com> wrote: >> >> <snip> >> >> Strange, I don't see anything wrong with ldd. It's weird that the >> >> screensaver, itself does work fine but I just can't run that >> >> xscreensaver-demo. >> > >> > This could be an issue with the nVidia drivers. I'm using ATI cards >> in >> > all my machines. >> >> Possible, all other OpenGL apps and games work fine. At least, can you >> tell me what's another way to disable the screensaver instead go to CLI >> to >> kill it by manual? I just need to get in xscreensaver-demo to disable >> the >> screensaver. :-) > > xscreensaver-command -exit > > You may also try adding ${PTHREAD_LIBS} to xscreensaver-gnome's > CONFIGURE_ENV, and see if that fixes things. Yep, that did it! Thanks! Here's an attach of it. Cheers, Mezz > Joe > >> >> Cheers, >> Mezz >> >> > Joe -- bsdforums.org 's moderator, mezz. ------------NVjVpyXElatrPJiuTJncp7 Content-Disposition: attachment; filename=xscreensaver-gnome.diff Content-Type: text/plain; name=xscreensaver-gnome.diff Content-Transfer-Encoding: 8bit diff -ur xscreensaver-gnome.orig/Makefile xscreensaver-gnome/Makefile --- xscreensaver-gnome.orig/Makefile Wed Mar 3 17:05:21 2004 +++ xscreensaver-gnome/Makefile Fri Mar 5 13:17:13 2004 @@ -30,8 +30,8 @@ --with-configdir=${PREFIX}/share/xscreensaver/config \ --with-jpeg=${LOCALBASE} --without-motif \ --without-kerberos -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" OPTIONS= PAM "Pluggable Authentication Module support" off \ ALL_FORTUNES "Enable support for all fortunes" off ------------NVjVpyXElatrPJiuTJncp7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opr4elljft8ckrg5>