marazmista

Results 38 comments of marazmista

Hi, partially implemented here ec81c14aaca4753787e7be3630d478563216bd9d, socket file moved to `/run`

No, I don't have such plans. I never used Debian.

Hi. You are looking at wrong tab. From the description I suppose you are in Exec tab but for per-application profile there is an Events tab. There you hit add...

Your GPU would not overheat as system defaults of fan control are restored when connection is lost. Could you stop system service, compile daemon as debug and start it from...

You can always check `/sys/class/drm/card0/device/hwmon/hwmon0/pwm1_enable`. If it is `2` then fan is controlled by system/card itself. Could you run daemon in separate root terminal? Logs would not be obfuscated by...

Open new terminal window and build binary as described in Build section https://github.com/marazmista/radeon-profile-daemon#build but replace line `qmake &&` with `qmake CONFIG+=debug`. After build finishes, go to `target` directory, then type...

Could you pase full log of daemon? Maybe it will show something. Also, if disconnect happen, you don't have to restart daemon.

You can stop system service and compile daemon in debug mode and run in root console as described in https://github.com/marazmista/radeon-profile/issues/123#issuecomment-466813979

It seems that disconnecting is very inconsistent, sometimes it works for hours without issues and sometimes disconnect happen after few minutes. I will add reconnect attempts when connection lost and...

After commit 8e1a4446499b62bb8511c679ca2a3bcc1df44219 it should reconnect in case of connection loss and restore fan state.