Public bug reported:
This section of the community wiki:
https://help.ubuntu.com/community/RadeonDriver#Power_Management
Lists two shell commands.
sudo bash -c "echo \"profile\" > sys/class/drm/card0/device/power_method"
sudo bash -c "echo \"low\" > sys/class/drm/card0/device/power_profile"
Literally pasting these into a terminal won't work, because the
specified ("relative") paths are mistyped. The corrected version gives
absolute paths and shall work (worked for me):
sudo bash -c "echo \"profile\" > /sys/class/drm/card0/device/power_method"
sudo bash -c "echo \"low\" > /sys/class/drm/card0/device/power_profile"
Non-professionals will spot this typo a lot harder than I did.
(I also would have corrected the wiki content myself, but I seem to be
unable to log in to the community wiki and then edit this specific page.
:-s )
** Affects: ubuntu-docs (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1196147
Title:
Community wiki page RadeonDriver has some typos
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1196147/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs