this post was submitted on 17 Oct 2024
105 points (100.0% liked)

Linux

47756 readers
849 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

A change queued up last week by AMDGPU driver maintainer Alex Deucher will now default to the fullscreen 3D workload profile for discrete GPUs. AMD APUs with integrated graphics will continue to use the default "bootup" power profile but discrete graphics cards will be running in the "fullscreen 3D" power profile by default.

you are viewing a single comment's thread
view the rest of the comments
[–] ryannathans@aussie.zone 5 points 1 day ago (2 children)

I don't recall how to check my currently active power profile

[–] kbal@fedia.io 4 points 22 hours ago (1 children)

cat `find /sys -name pp_power_profile_mode`

[–] ryannathans@aussie.zone 2 points 12 hours ago (1 children)

Why doesn't it search /sys/class/drm? Doesn't follow symlinks?

[–] kbal@fedia.io 1 points 1 hour ago

It's find -L if you want it to follow symlinks.

[–] mouse@midwest.social 3 points 23 hours ago (1 children)

I believe it's cat /sys/class/drm/card0/device/pp_power_profile_mode.

There's also the power_dpm_force_performance_level.

[–] ryannathans@aussie.zone 1 points 12 hours ago

Was card1 for some reason despite not having a card0

Cheers