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

推荐订阅源

G
Google Developers Blog
F
Fortinet All Blogs
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
Vercel News
Vercel News
Recent Announcements
Recent Announcements
博客园 - Franky
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
宝玉的分享
宝玉的分享
I
InfoQ
博客园 - 聂微东
Jina AI
Jina AI
J
Java Code Geeks
V
V2EX
U
Unit 42
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
L
LangChain Blog
T
The Blog of Author Tim Ferriss
量子位

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - orca-slicer-git
2026-06-20 · via AUR Newest Packages

DeliciousByte commented on 2025-09-20 15:43 (UTC) (edited on 2025-09-20 15:44 (UTC) by DeliciousByte)

I tried the flatpak v2.3.0 on the Orca Slicer website, and couldn't get the prepare tabs to work. I deleted the flatpak and used your package and it works flawlessly. Thank you!

lod commented on 2025-09-03 12:58 (UTC)

@Tildar now it should work with your GPU. It now checks both strings for NVIDIA.

Tildar commented on 2025-09-03 11:24 (UTC) (edited on 2025-09-03 11:26 (UTC) by Tildar)

@lod

[tildar@archlaptop ~]$ glxinfo | grep "OpenGL renderer string:"
OpenGL renderer string: Quadro M1200/PCIe/SSE2

[tildar@archlaptop ~]$ glxinfo | grep "OpenGL vendor string:"
OpenGL vendor string: NVIDIA Corporation

lod commented on 2025-09-01 11:02 (UTC) (edited on 2025-09-01 11:15 (UTC) by lod)

lod commented on 2025-09-01 10:10 (UTC)

Tildar commented on 2025-09-01 09:56 (UTC)

Shouldn't line #11 of the orca-slicer-wrapper.sh be changed From: RENDERER=$(glxinfo | grep "OpenGL renderer string:" | sed 's/.*: //')

To: RENDERER=$(glxinfo | grep "OpenGL vendor string:" | sed 's/.*: //')

AS it is now, it does not see my "Quadro M1200/PCIe/SSE2" as being a NVIDIA card. The above change works as expected, to use Zink, on my testing.

lod commented on 2025-07-30 16:06 (UTC)

@kjkent alrighty. I also follow the issues now. If anything useful comes up, I will apply it. I maybe force the X11 session for nvidia users, if nothing else comes up…

kjkent commented on 2025-07-30 15:53 (UTC) (edited on 2025-07-30 15:57 (UTC) by kjkent)

@lod if opened directly, the GUI loads, but with the bugs that prompted the wrapper in the first place (blank UI sections, crashes etc). Regardless of the wrapper, there's a few GTK warnings logged to the console but nothing unusual. Aside from this, and even with --debug 5 (trace), the program just returns with no output logged to file or console. I don't have the time to really dive into it for now so will probably just use the X11 backend, but will reply if I find a fix further down the line.

Edit: Btw the exact same thing happens with the latest nightly AppImage from upstream

lod commented on 2025-07-29 21:29 (UTC) (edited on 2025-07-29 21:35 (UTC) by lod)

well, not really, the point of the wrapper is to use the wayland backend. If the zinc workaround no longer works, I should probably remove it completely.

claym001 commented on 2025-07-29 21:23 (UTC)