I am using openSUSE 13.1 (64-bit) with KDE as desktop environment. My desktop PC has an AMD Radeon HD 4850 video card.
The video card fan always runs at full speed and is quite noisy. Is there no utility that I can install in order to optimize the fan speed?
I don’t think that I can install AMD’s drivers because my video card is quite old.
Kernel 3.11.x (Ubuntu 13.10/Saucy) and Later
You can enable DPM on RadeonHD cards by adding a boot parameter. This should greatly help power consumption, especially when idle. To do so, edit /etc/default/grub and add the radeon.dpm=1 to the GRUB_CMDLINE_LINUX_DEFAULT line, so it would look something like:
In it it says:
> Kernel 3.11.x (Ubuntu 13.10/Saucy) and Later
> You can enable DPM on RadeonHD cards by adding a boot parameter. This
> should greatly help power consumption, especially when idle. To do so,
> edit /etc/default/grub and add the radeon.dpm=1 to the
> GRUB_CMDLINE_LINUX_DEFAULT line, so it would look something like:
> >
Code:
> >
> After you save/quit the text editor, update grub:
> >
Code:
> > sudo update-grub
> >
>
Is the above what I need to do with the kernel?
Hi
In openSUSE use YaST → bootloader, click on the bootloader options
button, then in the ‘Optional Kernel Command line Parameter’ add here
between quiet and showopts… save and you should be good to go.
If that doesn’t work then you can always add the radeon profile service
I have packaged up, but see how that goes first.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
On Thu 18 Sep 2014 04:16:01 AM CDT, tb75252 wrote:
malcolmlewis;2664964 Wrote:
> Hi
> In openSUSE use YaST → bootloader, click on the bootloader options
> button, then in the ‘Optional Kernel Command line Parameter’ add here
> between quiet and showopts… save and you should be good to go.
>
> If that doesn’t work then you can always add the radeon profile
> service I have packaged up, but see how that goes first.
>
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
I installed systemd-radeon-power_profile but the default settings did not do anything for the video card fan.
I launched YaST /etc/sysconfig as you suggested in the other thread but I do not understand what I need to do next…
Also I don’t understand what to do when I run radeon-power_profile as root.