AMD APU+AMD GPU Laptop - Can't turn on dedicated graphics

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
rdlf4
Level 2
Level 2
Posts: 72
Joined: Sun Jul 02, 2017 9:53 pm

Re: AMD APU+AMD GPU Laptop - Can't turn on dedicated graphics

Post by rdlf4 »

My laptop is running on battery right now. Launchers have been created. I double-clicked Userspace, typed in my password but so far it's still on 1.8Ghz.
Not looking good, I guess it was supposed to be at max frequency all the time.
cpufreq-info still says:

Code: Select all

current policy: frequency should be within 1.40 GHz and 1.80 GHz.
Trying Tomb Raider in order to check the CPU speed. It's confirmed, it just won't go any higher than 1.8Ghz.
https://imgur.com/a/AQDsQOv

I guess the only way to go about it is to set the cpu frequency using cpupower.
Problem is, cpupower messes up my governors. For instance, supposing that I have ignore_ppc1 set to 1 and then I choose governor performance, doing

Code: Select all

cpupower frequency-set --max 2700000 --min 1800000
will set the minimum and maximum frequency to all the governors, instead of just the one I choose.

I'm running out of ideas.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: AMD APU+AMD GPU Laptop - Can't turn on dedicated graphics

Post by roblm »

I made a mistake in my previous post. The value of 3500000 in this line is for my system. I assume you changed it to 2700000?

Code: Select all

echo "3500000" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_setspeed

If I use the command cpupower help frequency-set, I see these options:
-d --min <FREQ>
new minimum CPU frequency the governor may select.

-u --max <FREQ>
new maximum CPU frequency the governor may select.

-g --governor <GOV>
new cpufreq governor.

-f --freq <FREQ>
specific frequency to be set. Requires userspace governor to be available and loaded.

-r --related
modify all hardware-related CPUs at the same time

Try using these commands after using ignore_ppc=1:

Code: Select all

echo "userspace" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
sudo cpupower frequency-set --freq 2700000
User avatar
ancxjo
Level 1
Level 1
Posts: 10
Joined: Tue Feb 01, 2022 5:33 am

Re: AMD APU+AMD GPU Laptop - Can't turn on dedicated graphics

Post by ancxjo »

Rodolfo, are you Italian? Do you speak Italian?
I have the same machine and the same problem as yours (still in 2022!), but I'm a newbie, so it's hard, for me, to discuss such problems in English...

Andrea.
Esperanto estas la Linukso de la lingvoj, Linukso estas la Esperanto de la komputiloj
L'esperanto è il Linux delle lingue, Linux è l'esperanto dei computer
Esperanto is the Linux of languages, Linux is the Esperanto of computers
esperanto.net
User avatar
SMG
Level 25
Level 25
Posts: 31964
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: AMD APU+AMD GPU Laptop - Can't turn on dedicated graphics

Post by SMG »

ancxjo wrote: Wed Feb 02, 2022 1:05 pmI have the same machine and the same problem as yours (still in 2022!)
The software for dual GPUs has changed quite a bit in the three years since this topic was originally created. Please create a new topic for your issue. You can either use a translator such as DeepL (a free version is available) to help with posts in English in the main forum or you can post on the Italiano - Italian section of the forum.

Locking the topic due to the age of the topic.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Locked

Return to “Graphics Cards & Monitors”