Search Criteria
Package Details: g15ctrld 1.9.8-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/g15ctrld.git (read-only, click to copy) |
|---|---|
| Package Base: | g15ctrld |
| Description: | A new daemon controlling the G15 Logitech Gaming Keyboard for x11 and wayland |
| Upstream URL: | https://gitlab.com/raycollector/g15ctrld.git |
| Licenses: | GPL-3.0-only |
| Provides: | g15ctrld |
| Submitter: | raycollector |
| Maintainer: | raycollector |
| Last Packager: | raycollector |
| Votes: | 1 |
| Popularity: | 0.002012 |
| First Submitted: | 2025-02-11 19:40 (UTC) |
| Last Updated: | 2025-10-11 11:47 (UTC) |
Dependencies (18)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libusb (libusb-gitAUR)
- libusb-compat (libusb0AUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- hidapi (hidapi-gitAUR) (make)
- lcdproc (make)
- libevdev (libevdev-gitAUR) (make)
- libg15AUR (libg15-gitAUR) (make)
- libg15renderAUR (libg15render-gitAUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- systemd (systemd-selinuxAUR, systemd-gitAUR) (make)
- ydotool (ydotool-gitAUR) (make)
Latest Comments
1 2 Next › Last »
mitm commented on 2025-11-26 16:17 (UTC)
LOL Thankyou! Seems Plasma 6 strikes again.
raycollector commented on 2025-11-25 19:47 (UTC) (edited on 2025-11-25 19:48 (UTC) by raycollector)
Are you using KDE? There is a switch located near the clock in the taskbar and it looks like a sun. It used to control the backlight initial color with that key. A user informed me about that setting. Here the link to a diskussion he started.
https://discuss.kde.org/t/issue-unwanted-automatic-backlight-color-change-on-logitech-gaming-keyboards-plasma-update/36974
Maybe that is helpful.
mitm commented on 2025-11-25 19:29 (UTC)
Color problem. Does not seem to recognize "white" as a color ... we get a deep blue "default" color instead. Simple enough to fix via menu, but that's not permanent.
raycollector commented on 2025-10-03 14:17 (UTC) (edited on 2025-10-03 14:36 (UTC) by raycollector)
I overlooked the "d", missed the obvious, sorry my bad. Correct README.md is uploaded. Thanks again.
mitm commented on 2025-10-03 14:01 (UTC) (edited on 2025-10-03 14:02 (UTC) by mitm)
This: sudo cp -rf /usr/bin/LCD-menu /usr/bin/LCDd
gets the menu working ( note the -rf )... ThankYou!
It looks like you need to update Readme.md file in gitlab as it still references ydotool"d" as opposed to ydotool
raycollector commented on 2025-10-01 19:59 (UTC) (edited on 2025-10-02 06:05 (UTC) by raycollector)
sudo systemctl enable --now ydotool # is equal to
sudo systemctl enable ydotool && # make it start on systemstart
sudo systemctl start ydotool # start immediately
Maybe you are using the menu-free installation which is normally installed with lcdproc (the latest PKGBUILD of lcdproc includes the menu, as far as I know).
A general update
paru -Syyuu
should do, else you can try copying /usr/bin/LCD-menu to /usr/bin/LCDd (implied that g15ctrld is already installed)
sudo cp /usr/bin/LCD-menu /usr/bin/LCDd
mitm commented on 2025-10-01 18:59 (UTC) (edited on 2025-10-01 19:22 (UTC) by mitm)
This: sudo systemctl enable --now ydotoold in gitlab page under installation. also appears at end of "yay -S g15ctrld" as instructions
On G510 ( or at least this install ) "key=0x2b8 Escape" does nothing
raycollector commented on 2025-09-30 20:02 (UTC) (edited on 2025-10-01 09:29 (UTC) by raycollector)
Can you please point me directly to where it is said that you have to start ydotoold, so I can correct it? I only own a G510s, the G510 is very similar. The Menu-Buttons are defined in /etc/LCDd.conf as key=0x2b8 Escape,key=0x2b9 Left,key=0x2ba Down,key=0x2bb Up, key=0x2bc Enter. Indeed the second Key "Left" is not used in navigation through the menu. But that belongs to lcdproc, not to g15ctrld. The "first" key ESC is essential, it invokes the menu. Without ESC you cannot use the menu, you can just rotate or stop the sequence of screens. Maybe lcdproc is compiled without menu, but then you should also not be able to change the sreen sequence. The keys work on my G15v1 and on my G510s. It should also work with the G510 also. Please contact me on https://gitlab.com/raycollector/g15ctrld to recover that issue.
mitm commented on 2025-09-30 19:43 (UTC)
Documentation says start ydotoold but you need systemctl start ydotool which brings up ydotoold
Also on G510 only the last 3 keys around the display do anything. First 2 appear dead. FYI.
raycollector commented on 2025-07-01 12:26 (UTC)
Typo error - fixed, should work right now
1 2 Next › Last »