ondemand init script sets governor "powersave" when only "powersave" and "performance" available
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sysvinit (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
My system seems to have governors "powersave" and "performance" available. No others.
So by ondemand, I end up with "powersave", which makes my workstation excruciatingly slow.
I think that in this case, "performance" should be preferred.
ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: initscripts 2.88dsf-59.2ubuntu1
ProcVersionSign
Uname: Linux 4.1.0-2-generic x86_64
ApportVersion: 2.18-0ubuntu5
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Jul 31 17:08:08 2015
InstallationDate: Installed on 2010-10-12 (1752 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
SourcePackage: sysvinit
UpgradeStatus: Upgraded to wily on 2014-11-11 (262 days ago)
mtime.conffile.
Only interactive, ondemand and powersave appear to be handled:
*interactive*) "interactive" "ondemand" "powersave"
GOVERNOR=
break
;;
*ondemand*)
GOVERNOR=
break
;;
*powersave*)
GOVERNOR=
break
;;