Luke Horwell
Luke Horwell
Let's have a look: ## ❓ Modules won't be signed From what I looked up, Steam Deck doesn't have [Secure Boot](https://en.wikipedia.org/wiki/UEFI#Secure_Boot) enabled, so this message seems **harmless**. If secure boot...
The battery notifications reporting the wrong info is a known (annoying) issue (#2122). In future, battery notifications could be superseded by a better integration into the desktop environment (#87, #2160)...
Here's a few other troubleshooting areas to check: 1. Check `dmesg` again but look for `usb` lines and around that. Maybe the kernel will state the reason for removal. sudo...
Likely Razer Synapse started to update the firmware. Just to check, did you perform the update on _bare metal_? (as in, on a physical computer, not a virtual machine with...
I've recently seen this at https://github.com/polychromatic/polychromatic/issues/479#issuecomment-1755946943 for the same repo, but different package. This public gist contains instructions to fix the problem: (delete the old key, then update again) https://gist.github.com/e7d/3b786c7410ca14a5ded61eec36de9874#the-solution
> Why does a lower DPI in Linux run faster than in Windows? You may want to check your desktop environment's mouse settings (if any) and/or the Windows settings too....
> Not sure what Sidebar you are refering to? If I click on 400 a few times, both Y & X show as 400, then I close and reopen polychromatic...
cat /sys/bus/hid/drivers/razermouse/*1532*/dpi 400:0 Turns out the hardware doesn't support the Y axis. From #1535, it was implemented like that. From the screenshots in #1134, Razer Synapse doesn't show an option...
It's _probably_ because our Razer hardware exposes a couple of interfaces, like 2 keyboards and 1 mouse, when the device is in "driver" mode: ```bash $ evtest /dev/input/event4: Razer Razer...
Do both installations have the same `~/.config/openrazer/razer.conf` settings? In particular, `restore_persistence = True`? Some clues could be to compare the daemon logs to know if it is actually sending a...