惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Last Week in AI
Last Week in AI
The Cloudflare Blog
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
S
SegmentFault 最新的问题
量子位
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
云风的 BLOG
云风的 BLOG
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
I
InfoQ
人人都是产品经理
人人都是产品经理
G
Google Developers Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Engineering at Meta
Engineering at Meta

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
iGPU (UHD Graphics Alder Lake) stuck at 300 MHz (RP1). / ...
Terra · 2026-06-28 · via Arch Linux Forums

System: Axioo Pongo 725 laptop (Clevo NP50RNA) - i7-12650H, UHD Graphics 24EU (ADL GT1), RTX 2050 (dGPU not involved here)
BIOS: INSYDE Corp. v1.07.01TAX
Kernel: 6.18.32-2-lts (Arch), also tested mainline
---
iGPU actual frequency (gt_act_freq_mhz) is stuck at exactly 300 MHz (RP1 = efficient frequency) under any GPU load. Requested frequency (gt_cur_freq_mhz) reports ~983 MHz, P-state requests are at RP0 (1400 MHz), but the hardware never goes above 300 MHz. ~30 FPS in light 2D games vs 70–121 FPS on Windows.
I've tried:
- Editing GRUB parameter such as i915.enable_guc=0, i915.enable_guc=3, i915.enable_dc=0, i915.disable_power_well=0 | acpi_osi=!Windows 2020 (and acpi_osi=!) | intel_idle.max_cstate=1..
- Driver/sysfs experiments such as writing to gt_min_freq_mhz (Ignored by GuC), slpc_ignore_eff_freq=1 (Made it worse, dropped to 100Mhz RPn), slpc_power_profile only accepts "power_saving" (Base confirmed currently active, and performance return EINVAL).

I also checked UEFI variable checks but I believe they all seems normal:

SaSetup 0x3F (Max GT freq) = FF (no limit)
SaSetup 0x40 (Disable GT turbo) = 00 (turbo allowed)
CpuSetup 0x13 (Boot perf mode) = 01 (Max Non-Turbo)
CpuSetup 0x3C (Energy Efficient P-state) = 01 (enabled)
CpuSetup 0x1D5 (Energy Efficient Turbo) = 01 (enabled)
How about throttling? Checked the temp while doing heavy stuff, and the temperature was fine, around 47-57c. The i915 driver report are saying the same too: throttle_reason_pl1: 0, pl2: 0, pl4: 0, prochot: 0, ratl: 0, status: 0, thermal: 0, vr_tdc: 0, vr_thermalert: 0.
Driver knows correct RP values: RP0=1400, RP1=300, RPn=100, boost=1400.
---
Any help would be appreciated, thank you.