Search Criteria
Package Details: ckb-next-git 1:0.6.2.r70.g02c2f2df-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ckb-next-git.git (read-only, click to copy) |
---|---|
Package Base: | ckb-next-git |
Description: | Corsair Keyboard and Mouse Input Driver, git master branch |
Upstream URL: | https://github.com/ckb-next/ckb-next |
Licenses: | GPL2 |
Conflicts: | ckb-git, ckb-git-latest, ckb-next |
Provides: | ckb-next |
Submitter: | tatokis |
Maintainer: | tatokis (steinex) |
Last Packager: | tatokis |
Votes: | 18 |
Popularity: | 0.081627 |
First Submitted: | 2018-12-29 16:32 (UTC) |
Last Updated: | 2025-08-11 12:00 (UTC) |
Dependencies (13)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxcb (libxcb-gitAUR)
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python3 (python)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-tools
- qt6-wayland
- quazip-qt6
- wayland-protocols (wayland-protocols-gitAUR)
- xcb-util-wm
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional)
Required by (1)
- ckb-next-runit (requires ckb-next)
Latest Comments
1 2 3 4 5 Next › Last »
dilapitatedstone commented on 2025-07-30 19:47 (UTC)
@tatokis done! Thanks again for your help and patience, I truly appreciate it!
tatokis commented on 2025-07-30 17:25 (UTC)
@dilapitatedstone Great! That tells us that the issue isn't related to graphics drivers (or nvidia). Please do me a favour and open an issue on GitHub and we can continue there. The AUR comments aren't really meant for debugging software.
dilapitatedstone commented on 2025-07-30 15:13 (UTC)
@BS86 That isn't the case :) the latter (19.1.7) was just be copy pasting from Tatokis' post to relay that that was NOT showing up for me. Thanks!
BS86 commented on 2025-07-30 15:11 (UTC) (edited on 2025-07-30 15:13 (UTC) by BS86)
@dilapitatedstone you clearly are in a partial update situation that breaks stuff for you, from your two posts:
"llvmpipe (LLVM 20.1.8, 256 bits)"
"llvmpipe (LLVM 19.1.7, 256 bits"
you need to update all packages or rebuild AUR packages against the new llvm/clang
dilapitatedstone commented on 2025-07-30 14:46 (UTC) (edited on 2025-07-30 14:47 (UTC) by dilapitatedstone)
@tatokis So, that did create some change! But only in the logs. It still won't render.
The last 3 lines are after I poked and prodded at the tray icon; as before, they print infinitely.
tatokis commented on 2025-07-30 13:49 (UTC)
@dilapitatedstone
I just remembered you're on Wayland, so it's not going to be using GLX, but EGL. How about
__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json LIBGL_ALWAYS_SOFTWARE=1 ckb-next
dilapitatedstone commented on 2025-07-30 12:50 (UTC)
@tatokis
Thank you for trying, though! I do appreciate it. And yes, I definitely copied the two underscores. The new command string you provided also yields the same results, with the same errors printed on launch and the same looping error when i click the tray icon. No
Using "Mesa" "llvmpipe (LLVM 19.1.7, 256 bits)"
still just Nvidia.Could it be because I'm missing some unknown dependency? I do have
mesa
installed. Arch Wiki says that when MESA_LOADER_DRIVER_OVERRIDE is used, mesa checks in/lib/dri/
by default, and then if it doesn't find it, it falls back to llvmpipe. Not quite sure where llvmpipe itself is supposed to be, because it's not in my/lib/dri/
...tatokis commented on 2025-07-30 09:10 (UTC)
@TheBill2001 Both WITH_GUI and PREFER_QT6 are true by default, so there is no need for that change. If anything, Wayland libraries need to be added to this PKGBUILD as dependencies.
@dilapitatedstone The GPG error is likely unrelated. As for the broken graphics, I don't know how to reproduce the issue, or what is causing it... The idea behind those environment variables was to try to use a software renderer (llvmpipe) to see if the issue happens with that too. Had it worked, you'd have seen
You did copy the two underscores from the start, right? It is
__GLX_VENDOR_LIBRARY_NAME
, notGLX_VENDOR_LIBRARY_NAME
.I suspect the issue is a combination of newer Qt and nvidia, but I can't really debug it... I'm throwing stuff at the wall at this point, but does this change anything?
TheBill2001 commented on 2025-07-30 06:51 (UTC)
You can add the following build option to CMake to force build Wayland support and get
Turn off light when idle
working on any Wayland compositor that support ext-idle-notify-v1 protocol. Also requires Qt 6.Here is the diff:
dilapitatedstone commented on 2025-07-30 02:44 (UTC)
Hi, one more update. After today's update I decided to mess with it some more, and turns out that while right click -> restore doesn't print anything to the log, just clicking on the tray icon does:
QOpenGLWidget: No fbo, cannot render
printed infinitely
1 2 3 4 5 Next › Last »