Okay so as the title says I want to be able to change my DPI in my Logitech G400 mouse to be exact. Is there any way of doing this?
2 Answers
Install solaar
and see if their DPI settings apply to the G400.
See http://pwr.github.io/Solaar/ for more information about solaar
.
Add repository if you don't find deb http://ppa.launchpad.net/trebelnik-stefina/solaar/ubuntu yakkety main
solaar
in the Ubuntu repositories.
- note: if you're using a Ubuntu newer than yakkety, you may have to manually change the Ubuntu version in
Software & Updates
,as yakkety was the latest repository for solaar.
To add the PPA, in terminal
...
sudo add-apt-repository ppa:trebelnik-stefina/solaar
To install, in terminal
...
sudo apt-get update
sudo apt-get install solaar
Then pair the G400, and once paired, open the G400 settings and check/adjust the DPI.
Update #1:
Updated info...
https://launchpad.net/~solaar-unifying/+archive/ubuntu/stable
deb http://ppa.launchpad.net/solaar-unifying/stable/ubuntu groovy main
sudo add-apt-repository ppa:solaar-unifying/stable

- 70,711
You may try this tool (designed for wireless mouse Logitech Performance MX) https://code.google.com/archive/p/mxdpi/downloads
More on that: https://derhofbauer.at/logitech-performance-mx/

- 338
- 4
- 13
If anyone is interested in it they can read more about it here https://github.com/rprichard/logitech-g400-config
– blazefantasyy May 15 '17 at 05:42