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

推荐订阅源

博客园 - 叶小钗
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
N
Netflix TechBlog - Medium
博客园 - 聂微东
Y
Y Combinator Blog
罗磊的独立博客
博客园_首页
小众软件
小众软件
有赞技术团队
有赞技术团队
爱范儿
爱范儿
F
Fortinet All Blogs
C
Check Point Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏

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
[Bug Report] ThinkPad P15 Gen 2 / RTX A3000 - Initializat...
@donmarcos M · 2026-04-26 · via CachyOS Forum - Latest posts
Summary On the Lenovo ThinkPad P15 Gen 2 with an NVIDIA RTX A3000 (Ampere) , the default installation of the nvidia-open drivers fails to initialize the GPU. This is a recurring issue with Ampere-based workstation GPUs where the GSP-RM (GPU System Processor) handshake fails. (see also nvidia GSP Firmware ) Hardware / Environment Device: ThinkPad P15 Gen 2 GPU: NVIDIA RTX A3000 Laptop GPU Bootloader: Limine Kernel: 6.18.x-cachyos-lts / 7.x-cachyos The Symptom on a fresh installation: nvidia-smi reports: No devices were found . dmesg shows the following critical error: [drm:nv_drm_dev_load [nvidia_drm]] ERROR [nvidia-drm] [GPU ID 0x00000100] Failed to allocate NvKmsKapiDevice The open-source driver attempts to use GSP-RM, which is currently broken for this specific firmware/hardware combination (it could be a bug in the systems BIOS - I’m not sure) The Fix (Step-by-Step) To resolve this, the system must be forced onto the proprietary (closed-source) 580xx driver stack . Modprobe Configuration: Create /etc/modprobe.d/nvidia.conf : Plaintext options nvidia NVreg_EnableGpuFirmware=0 Switch Drivers: Running the following command replaces the open-source modules with the proprietary ones: Bash sudo pacman -S nvidia (This installs nvidia-580xx-dkms and related utils while removing the open-source packages). Boot Parameters: Ensure nvidia-drm.modeset=1 is added to the kernel cmdline (in /etc/default/limine or the respective bootloader config). regenerate your initramfs images and update the Limine entries: Bash sudo limine-mkinitcpio Suggestion for CachyOS Developers The installer currently defaults to nvidia-open for Ampere cards. For workstation-class GPUs (RTX A-series), this often leads to a “broken” out-of-the-box experience. Proposal: Implement a check in the hardware detection script. If a workstation GPU (Quadro/RTX A-series) is detected, the installer should either prompt the user or default to the proprietary nvidia package to ensure a working display stack.