2
I have a Logitech G302, a fine mouse. However, it glows blue, and the intensity increases and decreases. This can be distracting and I would like to turn off the lighting inside the mouse. How can I do this? The software that normally controls it is only available for OSX and Windows.
Which Linux distro are you using? You could try Piper mouse configuration utility. There are also a few other posts where people have used xbindkeys, which is for Arch, but other have had success using it on Ubuntu.
– DrZoo – 2018-07-10T03:38:04.483Hey, I'm using Linux Mint. I am trying to install Piper now (thanks for the rec!) but when i use Mason to build it i get the error "meson.build:1:0: ERROR: Compiler cc can not compile programs." – mc-lunar – 2018-07-10T03:57:49.350
Do you have gcc installed? Try
gcc -v
orwhich gcc
If nothing shows up dosudo apt-get install gcc
and thensudo apt-get install libgtk2.0-dev
– DrZoo – 2018-07-10T04:06:15.377I've got gcc installed already , the issue i guess is that meson is looking in the wrong place for it? Someone in an IRC told me to apt-get install build-essential which works - until meson tells me that "native dependency libudev not found". – mc-lunar – 2018-07-10T04:21:48.377
libudev
can be installed bysudo apt-get install libudev-dev libsystemd-dev
.... I hate configuring compilers lol. – DrZoo – 2018-07-10T04:24:32.357Which version/mint flavor are you using? – DrZoo – 2018-07-10T04:28:32.997
Thanks mate, it got a little further this time... now it tells me libevdev isn't found. lol. i'm gonna keep plugging away at installing everything it tells me i don't have, hopefully it ends soon! :P
i'm on mint 19 xfce – mc-lunar – 2018-07-10T04:30:59.760
This is wild, it's telling me I don't have python3 installed...which is definitely not true. – mc-lunar – 2018-07-10T04:33:18.793
Did you get my chat notification? – DrZoo – 2018-07-10T04:33:46.027
I did not but i just opened a chat between us, I think. – mc-lunar – 2018-07-10T04:35:21.363
Let us continue this discussion in chat.
– mc-lunar – 2018-07-10T04:35:43.150Try a hardware mod. If the mouse is easy to open, put a piece of dark paper or tape over the LED. – DrMoishe Pippik – 2018-07-10T05:40:13.173