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

推荐订阅源

L
LangChain Blog
博客园 - 司徒正美
美团技术团队
Martin Fowler
Martin Fowler
雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
U
Unit 42
Y
Y Combinator Blog
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
GbyAI
GbyAI
H
Help Net Security
量子位
Last Week in AI
Last Week in AI
博客园_首页
腾讯CDC
小众软件
小众软件

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
Python3.14 bug Causes crashes in DisplayCal and Virtual M...
@the-burrito · 2026-04-24 · via CachyOS Forum - Latest posts
I bought a new “quantum dot” LCD monitor and went to calibrate it with DisplayCal and the calibration process will work okay, but the final step in making the new .ICC profile fails: JSONEncoder.__init__() got an unexpected keyword argument 'encoding' Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/wx/core.py", line 3425, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/DisplayCAL/wxwindows.py", line 1383, in finish_processing state = self.get_app_state("plain") File "/usr/lib/python3.14/site-packages/DisplayCAL/wxwindows.py", line 1218, in get_app_state response = format_ui_element(win, format) File "/usr/lib/python3.14/site-packages/DisplayCAL/wxwindows.py", line 8015, in format_ui_element (child.Label and " " + demjson.encode(child.Label)), ~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/DisplayCAL/demjson_compat.py", line 153, in encode return json.dumps( ~~~~~~~~~~^ obj, ^^^^ ...<3 lines>... encoding=encoding or "utf-8", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.14/json/__init__.py", line 238, in dumps return cls( ~~~^ skipkeys=skipkeys, ensure_ascii=ensure_ascii, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ check_circular=check_circular, allow_nan=allow_nan, indent=indent, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ separators=separators, default=default, sort_keys=sort_keys, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ **kw).encode(obj) ^^^^^ TypeError: JSONEncoder.__init__() got an unexpected keyword argument 'encoding' I was going to also profile the monitor’s LED’s emission spectrum with a second spectrometer (StellarNet BlackComet) using an XP virtual machine. And again, the python3.14 issue strikes again. I can do everything to make the VM but it fails when clicking “Finish”–or when doing the manual setup clicking “Begin Installation” fails. In both cases, there is another python3.14 bug that crashes virtmanager: Unable to complete install: 'internal error: Process exited prior to exec: libvirt: error : cannot limit core file size of process 34534 to 18446744073709551615: Operation not permitted' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 67, in cb_wrapper callback(asyncjob, *args, **kwargs) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/virt-manager/virtManager/createvm.py", line 1969, in _do_async_install installer.start_install(guest, meter=meter) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/share/virt-manager/virtinst/install/installer.py", line 722, in start_install domain = self._create_guest(guest, meter, initial_xml, final_xml, doboot, transient) File "/usr/share/virt-manager/virtinst/install/installer.py", line 664, in _create_guest domain = self.conn.createXML(initial_xml or final_xml, 0) File "/usr/lib/python3.14/site-packages/libvirt.py", line 4600, in createXML raise libvirtError('virDomainCreateXML() failed') libvirt.libvirtError: internal error: Process exited prior to exec: libvirt: error : cannot limit core file size of process 34534 to 18446744073709551615: Operation not permitted