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

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
L
LangChain Blog
C
Check Point Blog
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
美团技术团队
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
腾讯CDC
B
Blog
G
Google Developers Blog
The Cloudflare Blog
P
Proofpoint News Feed

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
Esfingex-cachy-tweaks - A Modular Performance
esfingex · 2026-05-24 · via CachyOS Forum - Latest posts

Hi everyone,

I wanted to share a project I’ve been building and refining on my own gaming laptop (ASUS ROG M16, i7-11800H, RTX 3050 Ti) running CachyOS: cachy-gnome-tweaks.

It’s an open-source, modular, interactive installation and optimization suite designed specifically for CachyOS/Arch GNOME environments to streamline post-install setup, optimize compiler performance, and fix common gaming laptop issues out of the box.

**What does it do?

  1. Laptop & Thermal Tuning (ASUS ROG/TUF & Intel CPUs) - New**
  • Integrates asusctl and supergfxctl for physical power profiles (Silent, Balanced, Turbo), custom fan curves, and dGPU power-management.

  • Automatically clones and installs chikobara’s GPU Switcher GNOME Shell extension (gpu-switcher-supergfxctl) so you can toggle between Integrated-only, Hybrid, or Dedicated GPU modes directly from the GNOME Quick Settings panel.

  • Automates Intel’s thermald to pro-actively regulate CPU energy/voltages, maintaining consistent clock speeds and preventing sudden thermal throttling stutters under heavy load (like Switch emulation).

  • Fixes a known systemd sandboxing bug by automatically managing the /etc/asusd namespace folder on fresh setups.

2. NVIDIA Wayland Suspend Fix

  • Resolves the notorious Wayland lockups and screen corruption on Optimus laptops when closing and opening the lid.

  • Automatically configures options nvidia NVreg_PreserveVideoMemoryAllocations=1 in /etc/modprobe.d/ and enables the necessary systemd services (nvidia-suspend, nvidia-hibernate, nvidia-resume) to save/restore VRAM state natively.

3. Lightning-Fast Source Compilations (RAM-disk makepkg)

  • Optimizes /etc/makepkg.conf to compile AUR or source packages directly in system memory (BUILDDIR=/tmp/makepkg using tmpfs).

  • Drastically reduces compilation times, bypasses SSD I/O latency, and protects physical SSD lifespans from write exhaustion during heavy builds.

  • Idempotent checks ensure it never corrupts pre-configured compiler optimization flags.

4. Clean Wine & Gaming Core (No Bloatware)

  • Installs an optimized, conflict-free wine-cachyos runtime and 32/64-bit multilib graphics/audio dependencies.

  • Integrates protontricks, protonup-qt, and the GNOME GameMode top bar status indicator extension without installing heavy launchers (no Lutris/Heroic bloat).

5. Desktop & App Bundles

  • Standardizes high-fidelity audio Bluetooth codecs (LDAC, aptX), system file-watcher limits (inotify), snappers for BTRFS rollback, KVM/QEMU virtualization tools, Docker stack with NVIDIA CUDA container toolkit, and essential system utilities like GParted and archive managers.

Enjoy 3:)