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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 【当耐特】
爱范儿
爱范儿
博客园 - 聂微东
美团技术团队
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
有赞技术团队
有赞技术团队
云风的 BLOG
云风的 BLOG
罗磊的独立博客
V
Visual Studio Blog
WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
V
V2EX
The GitHub Blog
The GitHub Blog
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

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
Severe Regressions in Latest Update: nvidia-open 595.58 W...
@THROB_x THR · 2026-04-29 · via CachyOS Forum - Latest posts
Hi everyone, I’m posting to document a couple of severe regressions I hit after pulling the latest system updates. I’ve already rolled back via Btrfs snapshots which resolved both issues, but I wanted to get this on the radar for anyone else experiencing them or for the devs tracking upstream bugs. System Information: Hardware: Lenovo Legion 5 (15IRX10) GPU: NVIDIA RTX 5060 (Mobile) + Intel iGPU Compositor: Wayland (Niri / Hyprland) Broken Kernel: linux-cachyos 7.0.1-1 Broken NVIDIA Driver: nvidia-open-dkms 595.58.03-2 Issue 1: Massive VRAM Leak & Vulkan Crash in CS2 (nvidia-open) After the update, launching CS2 in hybrid mode under Wayland resulted in a massive memory leak, ultimately crashing the game with a VK_ERROR_DEVICE_LOST error. Looking at dmesg , the nvidia-open driver completely fails to manage memory (likely a DMA buffer/explicit sync issue with Wayland frame copying to the iGPU), filling up VRAM until the GSP firmware crashes and throws an MMU fault. Relevant dmesg logs right before the crash: [ 5.095284] NVRM: GPU0 nvAssertOkFailedNoLog: Assertion failed: Invalid data passed [NV_ERR_INVALID_DATA] (0x00000025) returned from PlatformRequestHandler failed to get target temp from SBIOS @ platform_request_handler_ctrl.c:2171 [22389.283459] NVRM: Xid (PCI:0000:01:00): 31, pid=98700, name=cs2, channel 0x0000000c, intr 00000000. MMU Fault: ENGINE GRAPHICS GPC1 GPCCLIENT_PROP_0 faulted @ 0x0_1ee04000. Fault is of type FAULT_PDE ACCESS_TYPE_VIRT_READ [22431.245396] NVRM: GPU0 nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from _memdescAllocInternal(pMemDesc) @ mem_desc.c:1336 [22585.433368] NVRM: _kgspProcessRpcEvent: Attempted to process RPC event from GPU0: 0x101a (PFM_REQ_HNDLR_STATE_SYNC_CALLBACK) during bootup without API lock [22611.091146] NVRM: nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from _memdescAllocInternal(pMemDesc) @ mem_desc.c:1336 Note: If I use my laptop’s hardware MUX switch to force discrete-only graphics, the issue completely disappears, confirming it’s tied to hybrid mode frame copying under Wayland. Issue 2: Internal Microphone Broken (Kernel 7.0.1) Alongside the GPU issue, the update to linux-cachyos 7.0.1-1 completely broke my internal microphone. It seems to be a regression in the snd-hda-intel ALSA drivers for the Realtek audio codec used in these Lenovo Legion chassis. WirePlumber lost track of the hardware node entirely, leaving the mic unrecognized/unusable. Workaround I rolled back to my pre-update Btrfs snapshot, which downgraded the kernel, Wayland packages, and the NVIDIA drivers. Both the audio and the Vulkan memory leak issues are completely fixed on the older snapshot. I’ve added the kernel and nvidia packages to my IgnorePkg list in pacman.conf for now. Hopefully, this helps anyone else debugging Xid 31 crashes or broken audio on the newest packages!