Updated: October 5, 2025 at 12:30 AM
8 min read
After getting quite a bit tired of Windows’s never ending slowdowns and quirks, I think i had enough.
In this note, I’m going to once again test several linux distros using my ASUS ExpertBook B7402FBA to see if my previous issues such as the audio jack detection not working, overheating issues (which makes me come back to Windows again) still persist. From several sources online, i see the newer Linux kernel’s (starting from 6.16) have supported Intel’s energy aware scheduling, and I want to see this new feature in action and what it meant to the temperature situation i had before.
I’ll try several linux distro’s Beta/Next/Pre-release version builds to try getting as close as possible to the newest fixes and kernel builds.
Before starting, I’d like to point out some general things:
and for funsies, here’s my Windows stats:
Now let’s go into it!
Currently the build I’m using (ubuntu-25.10-beta-desktop-amd64) is in the Release Candidate stage with the approximate release build date of Oct 9.
Observed behaviors and quirks:
2. Pop!_OS 24.04 LTS Beta
I’m using pop-os_24.04_amd64_intel_20 image (which is the latest beta build you can get at time of writing, Oct 4)
3. Fedora Workstation 43
I’m using Fedora-Workstation-Live-43_Beta-1.3.x86_64 (latest working beta build as per Oct 4) live image environment to test Fedora on my machine. It identifies itself as Fedora Linux 43 Workstation Edition Prerelease
Observed behaviors and quirks:
4. Fedora Desktop KDE
I’m using Fedora-KDE-Desktop-Live-43-20251004.n.0.x86_64 (latest working beta build as per Oct 4) live image environment to test Fedora on my machine.
Observed behaviors and quirks:
I think i know why Fedora builds can’t play YouTube videos I tested. From navigating to the Firefox’s “about:support” page, i can see h264 hardware decoding as “unsupported” while the supported hardware decoding are VP8 and VP9.
Disabling hardware acceleration through settings and configuring the media.hardware-video-decoding-enabled flag to false still won’t make Firefox play the video i tested before. HOWEVER, trying it with another YouTube video then it plays absolutely fine. When I check the “stats for nerds” for these videos (which Firefox can plays) YouTube serves us with “av01.0.08M” codec which is AV1. Meanwhile the video i use to test it before were using “avc1.4d400c” which is H264. My guess is something about h264 decoding is broken with these Fedora live images.
5. Linux Manjaro KDE
I’m using manjaro-kde-25.0.8-250902-linux612 live image to test this. I can’t seem to find a easy way to download pre-release Manjaro builds, so i guess I’ll test it just using their regular release build, which from the filename suggest it was updated Sep 2 (last month as of this time of writing)
Observed behaviors and quirks:
I think this is because Manjaro still uses kernel 6.12 which does not have Intel Energy Aware Scheduling feature.
6. Linux Mint Cinnamon
I’m using linuxmint-22.2-cinnamon-64bit image (latest as of writing at Oct 4)
Observed behaviors and quirks:
In summary:
All of the distro I tested above also suffers from the same thing, audio. My ASUS laptop uses Realtek ALC294 audio chip, which for some reason needs to be configured with some tweaks and quirks in linux (you can see my previous post here) for it to work (but then it still wont work 100% correctly. e.g: external mic input).
You can look it up online and you’ll see there’s already so much people complains about this and ALC294 mostly is used in High-end ASUS laptops.
Also for the new Intel’s energy aware scheduling, I think it’s working on these test (especially on Ubuntu and POP!_OS) because when I touch the top of the chassis, there is ZERO heat, not even a tiny bit of warmness to the touch. While testing the other one such as Fedora (with it broken video playback) I feel slight warmness on the chassis and for the others pre-6.16 kernels, i can definitely feel some warmness in the chassis.
Sorry if it feels less (or not) scientific at all but it’s the only way to describe it since i don’t have thermal camera or a temperature sensor probe to accurately measure the chassis temperature and i’m too bored to set up a temperature monitoring software and measure them one by one lol
For ease of reading, I’ve put all our findings into this table:
| Distro | Kernel | Idle RAM usage | Idle Load avg. | YouTube load avg. |
| Ubuntu 25.10 | 6.17.0.4-generic | 2.32 | 0.31 | 0.40 |
| Pop!_OS 24.04 LTS Beta | 6.16.3.76061603-generic | 2.63 | 0.23 | 1.03 |
| Fedora Workstation 43 | 6.17.0-0.rc3.31.fc43.x86_64 | 3.24 | 0.17 | – |
| Fedora Desktop KDE | 6.17.0-63.fc43.x86_64 | 2.61 | 0.17 | – |
| Linux Manjaro KDE | 6.12.44-3-MANJARO | 1.60 | 0.22 | 0.40 |
| Linux Mint Cinnamon | 6.14.0-29-generic | 1.46 | 0.32 | 0.60 |
I was quite confused reading this chart, because before now, I always thought Ubuntu was the “bloated” one due to it’s mainstream presence and everyone go-to distro. I thought it going to try to cram as many app as possible, but turns out I’m wrong!
After reading this, I think I decided I’m going to install Ubuntu on my ASUS laptop. Want to know how will it go?
Thanks for reading and see you in the next note entry!