Missing settings in the GUI - Solaar
In the GUI I am unable to see options that are in the example picture even though I have the same mouse (MX Master 3).
In particular, I am looking for the change host button. Is there some sort of driver or additional thing to install that I'm missing? I've been looking through eveyrthing I can read on the ReadME and webpage.
I'm using Ubuntu 20.04.2 LTS and the git build (after upgrading from a lower version and having the same issue).
3 Answer:
I should add that is looks like the CLI is able to show a lot of information that the GIU is not. Here is the output of show
:
2: MX Master 3 Wireless Mouse
Device path : /dev/hidraw2
WPID : 4082
Codename : MX Master 3
Kind : mouse
Protocol : HID++ 4.5
Polling rate : 8 ms (125Hz)
Serial number: C60AEF9C
Model ID: B02340820000
Unit ID: C60AEF9C
Bootloader: BOT 95.01.B0015
Firmware: MPM 19.01.B0015
Other:
The power switch is located on the base.
Supports 35 HID++ 2.0 features:
0: ROOT {0000}
1: FEATURE SET {0001}
2: DEVICE FW VERSION {0003}
Firmware: Bootloader BOT 95.01.B0015 00006A9CA89D
Firmware: Firmware MPM 19.01.B0015 40826A9CA89D
Firmware: Other
Unit ID: C60AEF9C Model ID: B02340820000 Transport IDs: {'btleid': 'B023', 'wpid': '4082'}
3: DEVICE NAME {0005}
Name: Wireless Mouse MX Master 3
Kind: mouse
4: WIRELESS DEVICE STATUS {1D4B}
5: RESET {0020}
6: CRYPTO ID {0021}
7: DEVICE FRIENDLY NAME {0007}
8: BATTERY STATUS {1000}
Battery: 50%, discharging, next level 20%.
9: REPROG CONTROLS V4 {1B04}
Key/Button Actions (saved): {'195': 195, '196': 196, '80': 80, '81': 81, '82': 82, '83': 83, '86': 86}
Key/Button Actions : {'80': 80, '81': 81, '82': 82, '83': 83, '86': 86, '195': 195, '196': 196}
10: CHANGE HOST {1814}
Change Host : 2:tincan
11: XY STATS {2250}
12: ADJUSTABLE DPI {2201}
Sensitivity (DPI) (saved): 1000
Sensitivity (DPI) : 1000
13: SMART SHIFT {2110}
Scroll Wheel Rachet (saved): 10
Scroll Wheel Rachet : 10
14: HIRES WHEEL {2121}
Multiplier: 15
Has invert: Normal wheel motion
Has ratchet switch: Normal wheel mode
High resolution mode
HID notification
Scroll Wheel Direction (saved): False
Scroll Wheel Direction : False
Scroll Wheel Resolution (saved): True
Scroll Wheel Resolution : True
15: THUMB WHEEL {2150}
Thumb Wheel HID++ Scrolling (saved): False
Thumb Wheel HID++ Scrolling : False
Thumb Wheel Direction (saved): False
Thumb Wheel Direction : False
16: WHEEL STATS {2251}
17: DFUCONTROL SIGNED {00C2}
18: DEVICE RESET {1802} internal, hidden
19: unknown:1803 {1803} internal, hidden
20: CONFIG DEVICE PROPS {1806} internal, hidden
21: unknown:1813 {1813} internal, hidden
22: OOBSTATE {1805} internal, hidden
23: unknown:1830 {1830} internal, hidden
24: unknown:1890 {1890} internal, hidden
25: unknown:1891 {1891} internal, hidden
26: unknown:18A1 {18A1} internal, hidden
27: unknown:1DF3 {1DF3} internal, hidden
28: unknown:1E00 {1E00} hidden
29: unknown:1EB0 {1EB0} internal, hidden
30: unknown:1861 {1861} internal, hidden
31: unknown:9001 {9001} internal, hidden
32: unknown:9203 {9203} internal, hidden
33: unknown:9205 {9205} internal, hidden
34: unknown:9300 {9300} internal, hidden
Has 8 reprogrammable keys:
0: Left Button , default: Left Click => Left Click
mse, analytics key events, pos:0, group:1, group mask:g1
reporting: default
1: Right Button , default: Right Click => Right Click
mse, analytics key events, pos:0, group:1, group mask:g1
reporting: default
2: Middle Button , default: Mouse Middle Button => Mouse Middle Button
mse, reprogrammable, divertable, raw XY, analytics key events, pos:0, group:3, group mask:g1,g2,g3
reporting: default
3: Back Button , default: Mouse Back Button => Mouse Back Button
mse, reprogrammable, divertable, raw XY, analytics key events, pos:0, group:2, group mask:g1,g2
reporting: default
4: Forward Button , default: Mouse Forward Button => Mouse Forward Button
mse, reprogrammable, divertable, raw XY, analytics key events, pos:0, group:2, group mask:g1,g2
reporting: default
5: Mouse Gesture Button , default: Gesture Button Navigation => Gesture Button Navigation
mse, reprogrammable, divertable, raw XY, analytics key events, pos:0, group:3, group mask:g1,g2,g3
reporting: default
6: Smart Shift , default: Smart Shift => Smart Shift
mse, reprogrammable, divertable, raw XY, analytics key events, pos:0, group:3, group mask:g1,g2,g3
reporting: default
7: Virtual Gesture Button , default: Virtual Gesture Button => Virtual Gesture Button
divertable, virtual, raw XY, force raw XY, pos:0, group:4, group mask:empty
reporting: default
Battery: 50%, discharging, next level 20%.
Make sure that the Solaar you are running is the one you think you are running. It looks as if the Solaar that is showing the GUI is an old version. To check, click on the About Solaar button in the Solaar main window and see what version shows up under the Solaar icon in the About window. You should be running at least 1.0.5.
I expect that you have Solaar set up to autostart and the autostart file is finding an old version of Solaar. You may have to remove that version and install Solaar using pip, if you can't change the way the autostart file finds Solaar.
Sorry for the delayed response. Actually. rebooting solved the problem, without any other changes. Thanks for the great software. I'll close this!
Read next
- appium The capabilities UnlockType & UnlockKeys doesn't work with the mobile device ( brand Oppo ) - JavaScript
- Drag capability for experimental-figspec - TypeScript storybook-addon-designs
- react-refresh-webpack-plugin - Fast refresh not accept any change in any place, require full page refresh. JavaScript
- Remove Images completely - trix
- When using mybatisplus plus goupBy for paging query, the count parameter is not encrypted - Java shardingsphere
- SIGINT takes 10+ seconds to quit - TypeScript functions-framework-nodejs
- tensorflow Slower on a Nvidia 1080TI GPU than on CPU - Cplusplus
- Add CLI flags to docs - starport