Log

Author Commit Date CI Message
Con Kolivas 84a3ee45 2011-09-11T15:33:36 Bump version to 2.0.2.
Con Kolivas d3ac2794 2011-09-11T15:18:23 Update NEWS.
Con Kolivas 9d84e915 2011-09-11T13:32:19 Properly substitute DLOPEN flags to build with ADL support when -ldl is needed and not when opencl is not found.
Con Kolivas 863488e3 2011-09-11T12:32:36 Display fan percentage on devices that only support reporting percent and not RPM.
Con Kolivas d42211f0 2011-09-11T12:01:17 Missing bracket from output.
Con Kolivas 88eb514c 2011-09-11T11:57:08 Only display supported values from fanspeed on change settings.
Con Kolivas b4009ada 2011-09-11T11:47:22 Remove redundant check.
Con Kolivas ebae03f2 2011-09-11T11:38:02 Do not bother resetting values to old ones if changes to GPU parameters report failure, instead returning a failure code only if the return value from get() differs.
Con Kolivas dff1a81d 2011-09-11T11:25:28 Use a re-entrant value to store what fanspeed we're trying to set in case the card doesn't support small changes. Force it to a multiple of 10% if it fails on trying to speed up the fan.
Con Kolivas 076677dd 2011-09-11T11:08:01 Flag any devices with autofan or autogpu as being managed.
Con Kolivas a602f4e5 2011-09-11T11:06:52 Only force the adapter speed to high if we've flagged this device as being managed.
Con Kolivas d5fe2cfd 2011-09-11T10:48:39 Flag devices that have never started and don't allow enabling of devices without restarting them.
Con Kolivas fa790a4f 2011-09-11T10:33:30 Fix a rare crash in HASH_DEL due to using different mutexes to protect the data.
Luke Dashjr 1f15d7ea 2011-09-09T17:52:21 Advertise rollntime extension support Thanks to raijin for testing!
Con Kolivas bcba6f83 2011-09-09T21:04:16 Exit cleanly if we abort before various threads are set up or if they no longer exist.
Con Kolivas 5abf8386 2011-09-09T12:21:19 Bump version to 2.0.1
Con Kolivas c486e558 2011-09-09T12:20:51 Update NEWS.
Con Kolivas e7ec2d04 2011-09-09T12:17:02 Update README.
Con Kolivas ab67b144 2011-09-09T12:01:06 Make RPM 4 characters wide in curses status for neatness.
Con Kolivas 25c77ae8 2011-09-09T11:53:45 Only display values in the log if they're supported and standardise device log line printing.
Con Kolivas 1917643d 2011-09-09T10:19:01 Do away with the increasingly confusing and irrelevant total queued and efficiency measures per device.
Con Kolivas 2fafdab9 2011-09-09T10:03:10 Allow adapterid 0 cards to enumerate as a device as they will be non-AMD cards, and enable ADL on any AMD card.
Con Kolivas 758afbf0 2011-09-08T21:42:00 Add -lpthread, not -pthread and remove -lm which is not required.
Con Kolivas 6c8341f1 2011-09-08T14:44:14 Define max gpudevices in one macro.
Con Kolivas 4b43efce 2011-09-08T14:27:32 Use a terser device status line to show fan RPM as well when available.
Con Kolivas f1cf79ae 2011-09-08T14:17:05 With many cards, the GPU summaries can be quite long so use a terse output line when showing them all.
Con Kolivas b7d81781 2011-09-08T14:10:55 Setting the hysteresis is unlikely to be useful on the fly and doesn't belong in the per-gpu submenu.
Con Kolivas 0e1c2916 2011-09-08T14:05:41 Display fan range in autofan status.
Con Kolivas 355b24ce 2011-09-08T14:00:03 Document the temperature command line changes.
Con Kolivas e0a9f1aa 2011-09-08T13:53:10 Allow temperature targets to be set on a per-card basis on the command line.
Con Kolivas d6f3bd05 2011-09-08T13:33:24 Display which GPU has overheated in warning message.
Con Kolivas b50041c8 2011-09-08T13:29:13 Allow per-device fan ranges to be set and use them in auto-fan mode.
Con Kolivas 9b5cd618 2011-09-08T13:04:39 Implement accepting a range of engine speeds as well to allow a lower limit to be specified on the command line.
Con Kolivas 9752704e 2011-09-08T10:57:50 We should be passing a float for the remainder of the vddc values.
Con Kolivas 7ea7f5f3 2011-09-08T10:51:32 Allow temperatures greater than 100 degrees.
Con Kolivas df78f45d 2011-09-08T09:53:14 Latest glibc appears to want linking against -lm as well for dlopen.
Con Kolivas c64c27fa 2011-09-08T09:39:32 Only show longpoll received delayed message at verbose level.
Con Kolivas 4bb6b381 2011-09-08T09:31:31 More readme docs.
Con Kolivas 01a0d0a7 2011-09-07T20:24:15 Add a --no-adl option to disable ADL monitoring and GPU settings.
Con Kolivas 26d1264c 2011-09-07T20:19:16 FAQ updates.
Con Kolivas 4628db5b 2011-09-07T10:44:57 Change the fan speed by only 5% if it's over the target temperature but less than the hysteresis value to minimise overshoot down in temperature.
Con Kolivas 3997f308 2011-09-07T10:43:26 Add a thermal cutoff option as well and set it to 95 degrees by default.
Con Kolivas 311420db 2011-09-07T10:03:06 Flag adl as active if any card is successfully activated.
Con Kolivas 058303bc 2011-09-07T10:00:10 Only reset values on exiting if we've ever modified them.
Con Kolivas c8d40fb4 2011-09-07T09:33:43 Win32 does not use dlopen so link in -ldl only when not on win32 and display what ldflags are being passed on ./configure.
Con Kolivas b8be1e6c 2011-09-07T09:17:51 Ignore whether the display is active or not since only display enabled devices work this way, and we skip over repeat entries anwyay.
Con Kolivas 4d13f8ad 2011-09-07T09:02:28 ByteReverse is not used and the bswap opcode breaks big endian builds. Remove it.
Con Kolivas ffa68cda 2011-09-06T22:48:57 Ideally we should like with -ldl for dlopen() dlclose().
Con Kolivas a74554a2 2011-09-06T13:54:30 Bump version to 2.0.0
Con Kolivas a62b4e3e 2011-09-06T13:45:02 Remove unused LIBCURL_CPPFLAGS variable which should help cgminer compile on other platforms.
Con Kolivas 8a1ae4a3 2011-09-06T13:34:28 Updated FAQ.
Con Kolivas 40750fc4 2011-09-06T13:25:02 Update README with extensive documentation about overclocking.
Con Kolivas 2e192a2a 2011-09-06T12:26:39 Update NEWS.
Con Kolivas f89c032d 2011-09-06T12:04:23 The ° character is not reliably shown on all platforms so remove it.
Con Kolivas a0a5858d 2011-09-06T12:00:40 Use the presence of X-Roll-Ntime in the header as a bool for exists unless N is found in the response.
Con Kolivas 73e33c09 2011-09-06T11:30:48 Retry also if the decoding of work fails.
Con Kolivas f10f8fae 2011-09-06T11:07:36 Retry before returning a failure to get upstream work as a failure to avoid false positives for pool dead.
Con Kolivas 36a65e41 2011-09-06T10:24:05 Add a --disable-adl option to configure and only enable it if opencl support exists.
Con Kolivas 2053de6d 2011-09-06T10:11:34 Add the directory name from the arguments cgminer was called from as well to allow it running from a relative pathname.
Con Kolivas d3642bec 2011-09-06T09:49:30 Fix compilation warning on win32.
Con Kolivas fd23532b 2011-09-06T09:41:58 Make adl attempt to compile only on win32 or linux since there is no support for it on onther platforms, and fix sleep() definition on win32.
Con Kolivas 8d096bd3 2011-09-06T09:37:52 Include libgen.h in opt.c to fix win32 compilation warnings.
Con Kolivas 16aff37c 2011-09-06T09:36:42 Fix compilation errors on mingw32 to do with order of pulling in headers, curses.h and definition of bool.
Con Kolivas a1ba15fb 2011-09-06T09:01:24 Fix pacakaging missing adl headers and build failure without adl sdk headers installed.
Con Kolivas 2f5f7efd 2011-09-05T22:34:28 No need to use the re-entrant strtok_r and mingw32 doesn't support it anyway.
Con Kolivas 2155acf1 2011-09-05T20:46:24 Queue requests ignoring the number of staged clones since they get discarded very easily leading to false positives for pool not providing work fast enough.
Con Kolivas a2f6bb77 2011-09-05T19:36:12 Add new needed text files to distribution.
Con Kolivas b6a70393 2011-09-05T17:39:50 Bump version to 1.9.9 till completed as version 2.0.
Con Kolivas 9f618f4a 2011-09-05T17:14:09 Lower profile settings cannot be higher than higher profile ones so link any drops in settings.
Con Kolivas ca379355 2011-09-05T16:14:43 Ramp up the fan more if we're over target temperature.
Con Kolivas bc972440 2011-09-05T16:05:04 Provide locking around all adl calls to prevent races.
Con Kolivas 666d724b 2011-09-05T13:48:06 Set a safe starting fan speed if we're automanaging the speeds.
Con Kolivas fc454e88 2011-09-05T13:43:50 Update the status window only from the watchdog thread, do not rewrite the top status messages and only refresh once all the status window is complete, clearing the window each time to avoid corruption.
Con Kolivas 93935eb7 2011-09-05T11:01:50 Move and print at the same time in curses to avoid random trampling display errors.
Con Kolivas e8981823 2011-09-05T10:29:08 Add temperature to standard output where possible and use more compact output.
Con Kolivas 5fc56a45 2011-09-05T09:36:43 Force the speed to high on startup and restore it to whatever the setting was on exit.
Con Kolivas cb29fb7d 2011-09-05T09:04:15 Remove the safety checks in speed setting since confirmation is done first in the menu, then show the new current values after a short pause.
Con Kolivas ee06a3ba 2011-09-05T08:33:00 Limit fanspeed to 85% properly when temperature is below overheat levels.
Con Kolivas 40491cd5 2011-09-05T08:32:31 Change default hysteresis to 3 degrees for lower average fanspeeds.
Con Kolivas 47f1a759 2011-09-04T23:23:31 Implement setting the GPU powertune value of all devices or each device as a comma separated value.
Con Kolivas 656bacc5 2011-09-04T23:14:36 Get the value of powertune in get_stats.
Con Kolivas 7711c6fb 2011-09-04T23:10:57 Implement changing of powertune value from the GPU change settings menu.
Con Kolivas bd292258 2011-09-04T22:56:19 Add support for monitoring powertune setting.
Con Kolivas 3a5663ca 2011-09-04T22:25:31 Implement setting the GPU fan speed of all devices or each device as a comma separated value.
Con Kolivas 8ae273c5 2011-09-04T22:08:42 Implement setting the GPU voltage of all devices or each device as a comma separated value.
Con Kolivas 54bc30ce 2011-09-04T22:01:58 Implement setting the GPU memory clock speed of all devices or each device as a comma separated value.
Con Kolivas ec8808d0 2011-09-04T21:55:06 Implement setting the GPU engine clock speed of all devices or each device as a comma separated value.
Con Kolivas 12a167a3 2011-09-04T13:57:40 Implement menus to change temperature limits.
Con Kolivas 306dad9f 2011-09-04T10:27:21 Add gpu statistics to debugging output via the watchdog thread.
Con Kolivas 1ed21937 2011-09-04T10:19:29 Combine all stats collating into one function to avoid repeating function calls on each variable.
Con Kolivas e9f886d8 2011-09-04T09:43:53 Allow target, overheat and hysteresis temperatures to be set from command line.
Con Kolivas 847adf68 2011-09-04T07:17:07 Add a small amount of hysteresis before lowering clock speed.
Con Kolivas 9b7262ec 2011-09-04T00:36:14 Clean up by setting performance profiles and fan settings to startup levels on exit.
Con Kolivas fc36e13d 2011-09-04T00:00:12 Merge branch 'master' into adl_support
Con Kolivas 1898d851 2011-09-03T23:59:11 Avoid a dereference if the longpoll thread doesn't exist.
Con Kolivas e9b5885e 2011-09-03T22:30:11 Add a gpu autotune option which adjusts GPU speed to maintain a target temperature within the bounds of the default GPU speed and any overclocking set.
Con Kolivas dcc97e45 2011-09-03T15:46:57 Add an --auto-fan command line option to allow all GPUs to have autofan enabled from startup.
Con Kolivas 495adcbf 2011-09-03T15:33:53 Implement auto fanspeed adjustment to maintain a target temperature and fanspeed below 85%, with an overheat check that will speed the fan up to 100%.
Con Kolivas 320a5f2a 2011-09-03T14:52:25 Make sure to read off the value in RPM only.
Con Kolivas bf2669b8 2011-09-03T14:45:37 Minor corrections to set fan speed by percentage.