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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Vercel News
Vercel News
C
Check Point Blog
G
Google Developers Blog
博客园 - 司徒正美
量子位
Engineering at Meta
Engineering at Meta
S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
A
About on SuperTechFans
美团技术团队
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
Jina AI
Jina AI
Y
Y Combinator Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Cloudflare Blog
U
Unit 42

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
GLib-GIO-CRITICAL: g_dbus_proxy_call_sync_internal: asser...
@Adrodoc Adr · 2026-04-25 · via CachyOS Forum - Latest posts
Hello community, this is more of a curious post. There is not necessarily an issue here. I am running the latest version of CachyOS (Kernel 7.0.1-1-cachyos (64-bit)) with KDE Plasma 6.6.4 on X11. I switched to X11, because Remmina can’t do multi-display RDP on Wayland. I installed as written here: KDE Plasma | CachyOS and then selected X11 on the bottom left of the login screen. When building an application with Unity3d (6000.3.6f1), I noticed that in ~/.config/unity3d/Editor.log there are thousands of errors like this one: (Unity:1648): GLib-GIO-CRITICAL **: 18:38:46.131: g_dbus_proxy_call_sync_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed During a build this error occurs about once or twice per second. It also occurs whenever I press Ctrl+R to reload assets or when compiling on script change. Everthing still works, the errors just look scary. I was searching online and found [SOLVED] Gnome applications taking ages to launch / Applications & Desktop Environments / Arch Linux Forums In there someone suggests to add the following to ~/.xinitrc : if [ -d /etc/X11/xinit/xinitrc.d ] ; then for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do [ -x "$f" ] && . "$f" done unset f fi Because of this quote from xinit - ArchWiki Note: At the very least, ensure that the last if block in /etc/X11/xinit/xinitrc is present in your .xinitrc file to ensure that the scripts in /etc/X11/xinit/xinitrc.d are sourced. Now I have neither a file called ~/.xinitrc nor a file called /etc/X11/xinit/xinitrc , but I do have the mentioned directory called /etc/X11/xinit/xinitrc : ❯ ls /etc/X11/xinit/xinitrc.d/ .rwxr-xr-x 318 root 24 Okt 2025  40-libcanberra-gtk-module.sh .rwxr-xr-x 552 root 22 Apr 13:17  50-systemd-user.sh Now I am wondering: do I have to do something else to “properly” install X11 on CachyOS (besides installing the two packages and selecting it on login)? Or is this just Unity being dumb?