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

推荐订阅源

博客园 - 三生石上(FineUI控件)
Blog — PlanetScale
Blog — PlanetScale
B
Blog
GbyAI
GbyAI
爱范儿
爱范儿
月光博客
月光博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
腾讯CDC
MyScale Blog
MyScale Blog
V
Visual Studio Blog
The Cloudflare Blog
Microsoft Security Blog
Microsoft Security Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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
Unnaturally bad performance with eGPU connected to extern...
StaticR · 2026-06-03 · via CachyOS Forum - Latest posts

1

Heyo!
I am trying to use CachyOS with a laptop and eGPU but I’m encountering an issue where the external screen’s performance is ridiculously bad when it’s connected to the eGPU directly, but perfectly fine on the laptop’s internal screen. Stranger than that, the amount the performance drops seems to be related to how much of the displayed image is moving.
I’ve already been trying to find a solution for a day or two but no luck so far.

My setup:

  • OS: Fresh install of CachyOS / KDE (installed with the dock connected)
  • Laptop: GPD Pocket 4 (with USB4, 40 Gbps port)
  • eGPU Dock: Peladin Link-S1 (Thunderbolt 3, 40 Gbps)
  • GPU: RTX 4060 TI (also tested with a 2080 TI)
  • eGPU cable: 0.5m USB4 40 Gbps cable (also tested with a 0.8m Thunderbolt 4 cable)
  • External monitor: MSI MAG27CQ 16:9 1440p 144hz (120hz for HDMI)

Issue details:

  • When the game window is displayed on either the laptop’s internal screen or an external screen connected to the laptop’s internal HDMI port it runs great at up to ~120+ FPS.
  • When the game window is displayed on the external screen connected to the GPU directly it goes down to ~20 FPS, depending on how much of the game window is displayed on the external screen.
  • Using the 2080 TI had similar performance, except the external monitor framerate only went down to ~40 FPS
  • For comparison, using the laptop’s iGPU with no eGPU connected it gets me around ~50-60 FPS.
  • These tests I’ve all done on low settings to maximize the frame rate. I briefly tested with high settings as well, the best case framerates got expectedly reduced but the worst case framerate remained unchanged. Eround 20 FPS in either case.
  • These frame rate issues while not as easily measurable also happen with videos or normal desktop use. In fact any moving image on the external screen connected to the GPU tanks the frame rate, like videos, moving around windows or even just moving a slightly enlarged mouse cursor.

I also have a brief video demonstrating this issue, but I’m not sure how I’d best submit that here since it doesn’t allow video files.

StaticR 2

I was FINALLY able to fix this myself by using all-ways-egpu, which at first didn’t work at all but it turned out to be entirely of my own making. In my attempts to get it working I had manually set an environment variable for __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json but as it turns out, it needs to be set conditionally and CachyOS already does it automatically in /etc/profile.d/nvidia-rtd3-workaround.sh and my manual one broke that. So I deleted the variable that I had added and it started working finally!

Shoutout to this issue which helped me figure it out.

Anyways, here’s a lesson learned: If you configure something in an attempt to get something working, and it does not make it work, always undo whatever changes you’ve made. Chances are whatever you just did (which evidently wasn’t working anyways) may end up being the cause of some other breakage later down the line.