ports/61346: [PATCH] Increase max temp displayed for xmbmon
Andrew Thompson
andy at fud.org.nz
Wed Jan 14 03:30:17 UTC 2004
>Number: 61346
>Category: ports
>Synopsis: [PATCH] Increase max temp displayed for xmbmon
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 13 19:30:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Andrew Thompson
>Release: FreeBSD 5.2-RC i386
>Organization:
>Environment:
System: FreeBSD kate.fud.org.nz 5.2-RC FreeBSD 5.2-RC #0: Sat Dec 13 00:52:30 NZDT 2003 andy at kate.fud.org.nz:/usr/obj/usr/src/sys/KATE i386
>Description:
The default max temperature of 50 degrees is not sufficient for modern hardware. My laptop averages 50-60 and the line graph goes off the scale.
>How-To-Repeat:
>Fix:
Increase max to 90 degrees
--- xmbmon.c.orig Sat Jul 5 05:45:05 2003
+++ xmbmon.c Wed Jan 14 16:09:07 2004
@@ -32,7 +32,7 @@
#define DEFAULT_CSEC "20"
#define DEFAULT_WSEC "1800"
#define DEFAULT_TMIN "10.0"
-#define DEFAULT_TMAX "50.0"
+#define DEFAULT_TMAX "90.0"
#define DEFAULT_TMINF "50.0" /* for Fahrenheit */
#define DEFAULT_TMAXF "130.0" /* for Fahrenheit */
#define DEFAULT_VMIN "1.80"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list