Andrey1970 Posted November 18, 2018 Share Posted November 18, 2018 5 minutes ago, Amble said: One more big thank you to everyone working on this . Finally I'm able to see with my own eyes that the HD 630 is actually doing something alongside RX 560. When just idling RX 560 utilization is almost nothing and at the same time screen recording is on and you can see on the below screenshot that the IGPU is handling it. When starting a game, then the RX 560 kicks in. Also I guess Frequency is a no go on Radeon? Consider that IGPU Utilization does not show if IGPU it is got only for IQSV. (IGPU secondary and framebuffer "0 connectors") Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648464 Share on other sites More sharing options...
vector sigma Posted November 18, 2018 Share Posted November 18, 2018 9 minutes ago, Amble said: Also I guess Frequency is a no go on Radeon? I'm sorry, you aren't alone. Unfortunately this depend by the AMD drivers. For most is working Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648465 Share on other sites More sharing options...
Balamut Posted November 19, 2018 Share Posted November 19, 2018 Hey guys can any shoot me the R183? having a tough time compile from source. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648508 Share on other sites More sharing options...
Joni_78 Posted November 19, 2018 Share Posted November 19, 2018 4 hours ago, Balamut said: Hey guys can any shoot me the R183? having a tough time compile from source. I compiled just the HWMonitor yesterday. HWMonitorSMC2.zip 1 Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648521 Share on other sites More sharing options...
Slice Posted November 19, 2018 Author Share Posted November 19, 2018 On 11/18/2018 at 2:24 AM, vector sigma said: @Slice usually doing that. Revision 184 is released on sf.net. More or less good But why pressing a gear (aka Preferences) does nothing for me? 1 Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648580 Share on other sites More sharing options...
vector sigma Posted November 19, 2018 Share Posted November 19, 2018 39 minutes ago, Slice said: But why pressing a gear (aka Preferences) does nothing for me? No idea, any errors while building and run from Xcode? this is the action in PopoverViewController.swift: @IBAction func showPreferences(sender : NSButton) { if (self.preferenceWC == nil) { self.preferenceWC = PreferencesWC.loadFromNib() } self.preferenceWC?.showWindow(self) } the only reason is that "loadFromNib()" fails. Try this one:HWMonitorSMC2.app_v1t.zip when the popover is opened double click 'P' in the keyboard (however not sure for Russian one ).. Tell me if work that way. P.S. attached app has a different view. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648585 Share on other sites More sharing options...
vector sigma Posted November 19, 2018 Share Posted November 19, 2018 @Slice, try also this in Terminal (close the app before): defaults delete org.slice.HWMonitorSMC2 ... all the Preferences will be deleted and everything will be like the first run, can help. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648588 Share on other sites More sharing options...
Guest Posted November 19, 2018 Share Posted November 19, 2018 Hi vector sigma i have had same slice problem with preferences gear after playing few time with detaching app e re attacching it on bar no preferences open in this condition and also i have had to quit it with force quit procedure via monitoe app but itt happened only one time for me and i cannot reproduce this situation by now Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648590 Share on other sites More sharing options...
vector sigma Posted November 19, 2018 Share Posted November 19, 2018 1 minute ago, fabiosun said: Hi vector sigma i have had same slice problem with preferences gear after playing few time with detaching app e re attacching it on bar no preferences open in this condition and also i have had to quit it with force quit procedure via monitoe app but itt happened only one time for me and i cannot reproduce this situation by now Same OS of Slice? Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648591 Share on other sites More sharing options...
Guest Posted November 19, 2018 Share Posted November 19, 2018 1 minute ago, vector sigma said: Same OS of Slice? Yes latest 10.13.6 release Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648592 Share on other sites More sharing options...
vector sigma Posted November 19, 2018 Share Posted November 19, 2018 1 minute ago, fabiosun said: Yes latest 10.13.6 release I don't have it, but next weekend I'll try to upgrade a Sierra partition and see.. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648593 Share on other sites More sharing options...
Andrey1970 Posted November 19, 2018 Share Posted November 19, 2018 2 hours ago, fabiosun said: Hi vector sigma i have had same slice problem with preferences gear after playing few time with detaching app e re attacching it on bar no preferences open in this condition and also i have had to quit it with force quit procedure via monitoe app but itt happened only one time for me and i cannot reproduce this situation by now @vector sigma At me also. It occurs only once. macOS Mojave. I can reproduce this problem if I make: defaults delete org.slice.HWMonitorSMC2 Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648605 Share on other sites More sharing options...
jinbingmao Posted November 20, 2018 Share Posted November 20, 2018 "Ambient" error Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648615 Share on other sites More sharing options...
Joni_78 Posted November 20, 2018 Share Posted November 20, 2018 Same here, Northbridge and ambient shows the same temperature. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648642 Share on other sites More sharing options...
Guest Posted November 20, 2018 Share Posted November 20, 2018 @vector sigma a simple video to show problem after cleaning preferences with : defaults delete org.slice.HWMonitorSMC2 IMG_1939.MOV Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648728 Share on other sites More sharing options...
Slice Posted November 20, 2018 Author Share Posted November 20, 2018 I can't quit HWMonitorSMC2 v2.4.2. Click to close button has no effect. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648738 Share on other sites More sharing options...
Guest Posted November 20, 2018 Share Posted November 20, 2018 yes @Slice I have to force quit from monitor app (always if app is in a "condition error") Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648740 Share on other sites More sharing options...
Andrey1970 Posted November 20, 2018 Share Posted November 20, 2018 2 minutes ago, fabiosun said: yes @Slice I have to force quit from monitor app (always if app is in a "condition error") Yes. This bug only in the first start or after: defaults delete org.slice.HWMonitorSMC2 Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648741 Share on other sites More sharing options...
Slice Posted November 20, 2018 Author Share Posted November 20, 2018 18 hours ago, Andrey1970 said: @vector sigma At me also. It occurs only once. macOS Mojave. I can reproduce this problem if I make: defaults delete org.slice.HWMonitorSMC2 This command does nothing 7 minutes ago, fabiosun said: yes @Slice I have to force quit from monitor app (always if app is in a "condition error") thanks, it is only way to quit it because after restart it autostarted no matter what I did. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648742 Share on other sites More sharing options...
Guest Posted November 20, 2018 Share Posted November 20, 2018 2 minutes ago, Slice said: This command does nothing indeed it reset in my case at default condition the app Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648744 Share on other sites More sharing options...
Slice Posted November 20, 2018 Author Share Posted November 20, 2018 In version 2.2.0 Gear was working and Close button was working. I temporary returned to this version. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648745 Share on other sites More sharing options...
vector sigma Posted November 20, 2018 Share Posted November 20, 2018 1 hour ago, Slice said: This command does nothing It remove everythings inside ~/Library/Preferences/org.slice.HWMonitorSMC2.plist 1 hour ago, Slice said: In version 2.2.0 Gear was working and Close button was working. I temporary returned to this version. Was different but not too much. I'm testing for a solution, but is difficult to say since here works as expected. Within an hour I'll post a version to test. 18 hours ago, jinbingmao said: "Ambient" error keys where the same, fixed here. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648763 Share on other sites More sharing options...
vector sigma Posted November 20, 2018 Share Posted November 20, 2018 4 hours ago, fabiosun said: a simple video to show problem after cleaning preferences with : mmmhm. Maybe is something related to graphics (core anymation layers).. let see Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648767 Share on other sites More sharing options...
vector sigma Posted November 20, 2018 Share Posted November 20, 2018 Can anyone tell me if in the one attached the problem persist? P.S. there are no constraints so the buttons at bottom may have incorrect position and you may need to expand the view to see them, but I want to know if this way is working. HWMonitorSMC2.app_v2t.zip Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648779 Share on other sites More sharing options...
Andrey1970 Posted November 20, 2018 Share Posted November 20, 2018 1 hour ago, vector sigma said: Can anyone tell me if in the one attached the problem persist? P.S. there are no constraints so the buttons at bottom may have incorrect position and you may need to expand the view to see them, but I want to know if this way is working. HWMonitorSMC2.app_v2t.zip Here also. In versions without license of this problem is not present. Link to comment https://www.insanelymac.com/forum/topic/299861-hwsensors3/page/58/#findComment-2648792 Share on other sites More sharing options...
Recommended Posts