Workaround for pulsing caused by BIOS bug
Bug #363508 reported by
Sebastian Urban
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tp-fan |
Confirmed
|
Medium
|
Sebastian Urban |
Bug Description
Proposed solution:
# If needed, apply anti-pulsing hack after a settle-down period (and occasionally re-settle):
if [ ${ANTIPULSE[
if [ $NEWLEVEL != $OLDLEVEL -o $RESETTLE_LEFT -le 0 ]; then # start settling?
fi
if [ $SETTLE_LEFT -ge 0 ]; then
else
fi
fi
Changed in tp-fan: | |
assignee: | nobody → surban |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.