fmII
Sat, May 10th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 15:34 PDT
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 XScreenSaver - Default branch
Sections: Mac OS X, Unix

 

Added: Wed, Feb 4th 1998 16:28 PDT (10 years, 3 months ago) Updated: Sat, Mar 1st 2008 23:57 PDT (2 months, 10 days ago)


About:
XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System. These screen savers also work on Mac OS (X11 is not required). More than 200 screen savers are included.

Author:
jwz [contact developer]

Rating:
8.51/10.00 (27 votes)

Homepage:
http://www.jwz.org/xscreensaver/
Tar/GZ:
http://www.jwz.org/xscreensaver/download.html
Changelog:
http://www.jwz.org/xscreensaver/changelog.html
RPM package:
ftp://ftp.falsehope.com/pub/xscreensaver/
OS X package:
http://www.jwz.org/xscreensaver/download.html

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  MacOS X :: Cocoa, X11 Applications, X11 Applications :: Gnome
[Intended Audience]  End Users/Desktop
[License]  OSI Approved :: BSD License (original), OSI Approved :: MIT/X Consortium License
[Operating System]  MacOS X, POSIX, POSIX :: BSD, POSIX :: Linux
[Programming Language]  C, Objective C
[Topic]  Desktop Environment :: Screen Savers, Multimedia :: Graphics

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» jwz (Owner)

» Rating: 8.51/10.00 (Rank 279)
» Vitality: 0.95% (Rank 336)
» Popularity: 11.52% (Rank 167)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 103,067
   URL hits: 93,903
   Subscribers: 253

Projects depending on this project:
electricsheep


Other projects from the same categories:
HP ScanJet 3900 series backend
GGI
Two Dimensional Graph
Vega Strike
drawboard

Users who subscribed to this project also subscribed to:
Mount ISO image
Bacula
Issue Dealer
Pine
BZFlag


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 5.05 01-Mar-2008 MIT/X Consortium License Homepage Tar/GZ Changelog

 Articles referencing this project

 Comments

[»] New release 4.15
by Gerhard Olejniczak - Feb 27th 2004 02:07:48

Fantastic - great job! Thank you Jamie!
This version compiled (like the ones before) without complaints. I'm always happy to see that there is an new version.
Please, go on Jamie!

[reply] [top]


[»] Compiling
by Mark Veinot - Jun 11th 2002 07:13:00

Excellent - XScreenSaver 4.05 compiled flawlessly this time.

Well, almost flawlessly... it fails to detect the Mesa that comes with X 4.x and tries to link against libMesaGL/GLU and not libGL/GLU... I imagine this is more of an "X isn't conforming to the rest of the world" thing since it's done this for some time now. So I should probably just make my symlinks and shut up :)

Just thought I'd mention it though.

--
-- University - a box of academia nuts

[reply] [top]


[»] 4.04 build badly broken
by Mark Veinot - Jun 1st 2002 07:58:31

4.04 absolutely refused to build on my machine. It
detected XML2 and GTK2 during configure, but then
complained it couldn't find libxml at the message at
the end of configure. I tried to build it anyway and it
seemed to be trying to use BOTH GTK1 and GTK2,
and
failed with errors about gdk_pixbuf defines.

Xscreensaver 4.03 builds perfectly, and so does any
other J Random Package I download (X 4.2.0, KDE
3.0.1, GIMP, XMMS, Licq, etc, etc, all build without a
hitch) I love XScreensaver and want to keep using it,
please fix the configure scripts so I can continue to
use it.

--
-- University - a box of academia nuts

[reply] [top]


    [»] Re: 4.04 build badly broken
    by Matt Dainty - Jun 1st 2002 08:47:52


    > 4.04 absolutely refused to build on my
    > machine. It
    > detected XML2 and GTK2 during
    > configure, but then
    > complained it couldn't find libxml at
    > the message at
    > the end of configure. I tried to build
    > it anyway and it
    > seemed to be trying to use BOTH GTK1
    > and GTK2,
    > and
    > failed with errors about gdk_pixbuf
    > defines.

    I managed to get around configure not finding libxml2. Find the line in configure where is says "pkg_check_version xml2 1.0", and change the "xml2" to "libxml-2.0", the same as it is further up the file.

    It shouldn't complain about a lack of XML now, but I think I'm getting the same error when it comes to compiling. I get as far as hacks/xpm-pixmap.c before it barfs.

    [reply] [top]


      [»] Re: 4.04 build badly broken
      by Mark Veinot - Jun 1st 2002 09:39:44


      > I managed to get around configure not
      > finding libxml2. Find the line in
      > configure where is says
      > "pkg_check_version xml2 1.0",
      > and change the "xml2" to
      > "libxml-2.0", the same as it
      > is further up the file.
      >
      > It shouldn't complain about a lack of
      > XML now, but I think I'm getting the
      > same error when it comes to compiling. I
      > get as far as hacks/xpm-pixmap.c before
      > it barfs.

      I managed to get further, by temporarily hiding
      all allusions to gtk-2.0 in /usr/local/lib/pkgconfig but
      then
      all the hacks (every single one!) fails with a
      Segfault?! I don't see how it could manage to get this
      broken from one release to another?

      --
      -- University - a box of academia nuts

      [reply] [top]


        [»] Re: 4.04 build badly broken
        by Mark Veinot - Jun 1st 2002 10:08:17


        > I managed to get further, by
        > temporarily hiding
        > all allusions to gtk-2.0 in
        > /usr/local/lib/pkgconfig but
        > then
        > all the hacks (every single one!)
        > fails with a
        > Segfault?! I don't see how it could
        > manage to get this
        > broken from one release to another?

        I got it working now by changing the line that read
        pkg_check_version xml 1.0
        to pkg_check_version libxml 1.0
        (make sure you have libxml installed - I don't mean
        libxml2) Also, I think JWZ is working on this a little,
        there is now a version 4.04.2 on the site which I
        used... it seems to have helped a little - modifications
        are still needed though. And make sure you hide
        gtk-2.0 and friends from the configure script or else it
        will link them in as well as gtk1 and I think that may
        have been causing the segfaults.

        --
        -- University - a box of academia nuts

        [reply] [top]


[»] Coooollll!
by William - Jan 16th 2000 11:57:03

Very nice. One problem - on the blue screen of death screensaver (my personal favorite) whenever I change the speed from maximum to anything slower, the screensaver just sits on one crash screen without displaying the others. Bug? Or do I just need to be more patient?

[reply] [top]


    [»] Re: Coooollll!
    by Suso Banderas - Jan 12th 2002 20:42:40

    Maybe it's trying to tell you something. ;-)

    --
    Don't live free || die, live free && die.

    [reply] [top]


[»] Lament and Mesa
by jwz - Jan 5th 1999 18:44:39

As far as I can tell, the problem with Lament is really a bug in Mesa. I haven't figured out how to work around it. It works great with OpenGL on Irix or Solaris...

BTW, would folks be interested in an xscreensaver mailing list? There's an xlock mailing list that has almost no traffic, so I'm not sure an xscreensaver list would actually be used; but it might be nice to have somewhere to discuss ideas for new screenhacks.

[reply] [top]


    [»] Re: Lament and Mesa
    by Rikard - Feb 13th 2001 17:35:44

    I just thought I'd say that this is no longer an issue, and that I'm running it with mesa daily. No probs.

    --
    [Scientific study] is one of the very few things that raises human life a little above the level of farce, and gives it the grace of tragedy.

    [reply] [top]


      [»] Re: Lament and Mesa
      by Matt Dainty - Feb 14th 2001 13:45:10


      > I just thought I'd say that this is no
      > longer an issue, and that I'm running it
      > with mesa daily. No probs.
      It's still an issue for some people. I'm using the nVidia GLX drivers along with XFree86 4.0.2 and I still can't manage to open a textured portal to another dimension :(. I think Pulsar also falls over with the same problem.

      [reply] [top]


        [»] it works for me
        by dattaway - Oct 27th 2001 11:33:17

        I'm using the nvidia glx drivers for my toshiba laptop, but lament has transformed my computer to a new dimension.

        [reply] [top]


    [»] Re: Lament and Mesa
    by Brian J. Bernstein - Feb 15th 2001 09:21:10


    > BTW, would folks be interested in an
    > xscreensaver mailing list? There's an
    > xlock mailing list that has almost no
    > traffic, so I'm not sure an xscreensaver
    > list would actually be used; but it
    > might be nice to have somewhere to
    > discuss ideas for new screenhacks.
    I'd subscribe to it. One day when I have some time to hack a little not-for-work code, I'm going to contribute one or two hacks.

    [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber