Commit graph

9 commits

Author SHA1 Message Date
Joe Marcus Clarke
c51dcddf13 Check to make sure we were able to open /var/run/devd.pipe successfully
once before continually trying to reopen it.  Because of this, some users
not using the devd patch to process dynamic ACPI updates were bitten by
the file descriptor leak.  Thus, I am bumping PORTREVISION for this commit.
2005-07-03 20:31:43 +00:00
Joe Marcus Clarke
27378fff5d Fix some bugs in the recent devd support code. I had a memory leak as well
as a potential file descriptor leak on /dev/acpi.
2005-07-03 05:15:43 +00:00
Joe Marcus Clarke
9e8cfffdbf Add support for getting real-time acpi battery events from devd. This
won't work yet for non-root users unless they are using my devd patch
at http://www.marcuscom.com/downloads/devd.diff to give open permissions
to the devd.pipe socket.

Without this real-time update support, it can take up to 30 seconds for the
battstat applet to update on an ACPI event.  Because this support is still
experimental, I am not bumping PORTREVISION.
2005-06-29 05:09:44 +00:00
Joe Marcus Clarke
30ca2bf46b Update the battstat status a bit quicker. 2005-06-10 01:59:25 +00:00
Joe Marcus Clarke
c5ffbfe167 Correct the location to the power-management.c source file.
Submitted by:	sajd on #freebsd-gnome
2005-05-11 18:37:02 +00:00
Joe Marcus Clarke
ec7ccb9857 Don't read ACPI info twice. This can cause battstat to take up more CPU
than it needs to.

Submitted by:	Ryan Lortie <desrt@desrt.ca>
2005-05-11 15:20:58 +00:00
Joe Marcus Clarke
bf836a2509 Add battstat (ACPI only) support for amd64.
Submitted by:	Jung-uk Kim <jkim@niksun.com>
2005-03-15 04:46:31 +00:00
Joe Marcus Clarke
190418a078 Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall.  However, a lot of
FreeBSD specific additions and fixes have been made.  For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support.  See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.

GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work.  We would also like to thank our adventurous users that chose to
ride the walrus.  We'd especially like to thank the following users that
provided patches for GNOME 2.10:

ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk

And anyone else I may have accidentally omitted.

As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer.  However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession.  You can
use the deskutils/splashsetter port to choose the one you like best.

As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10.  Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.

Enjoy!
2005-03-12 10:39:38 +00:00
Joe Marcus Clarke
58406bee89 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
2004-11-07 22:24:32 +00:00