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

推荐订阅源

H
Help Net Security
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)
博客园 - Franky
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
M
MIT News - Artificial intelligence
罗磊的独立博客
L
LangChain Blog
Jina AI
Jina AI
IT之家
IT之家
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页

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:)