Radeon Power Management Plasmoide
Inviato: sabato 15 settembre 2012, 1:01
Per installare questo plasmoide preso da kde-look, mi viene richiesto di eseguire delle operazioni :
Sono operazioni che possono creare falle di sicurezza? Posso procedere?Before installing/using the applet, some system configuration steps must be accomplished. As root (or with sudo), the following files must be made writable for all users. This will allow any user to change the power management settings of the card :
chmod a+w /sys/class/drm/card0/device/power_method
chmod a+w /sys/class/drm/card0/device/power_profile
Also as root, you must mount the debug file system. This will allow the applet to display frequencies and voltage information (if it doesn't work, you may need to make sure that normal users can navigate and read the debug file system) :
mount -t debugfs none /sys/kernel/debug
To make the above configurations persistent, you can put those command lines in /etc/rc.local
............