













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:
Issue details:
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.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。