Not sure if this solves, but are udev rules right for your mouse? I had a similar problem with a user device that a friend made for me, and I decided by adding a rule like:
SUBSYSTEM !="usb_device", ACTION !="add", GOTO="device_rules_end" SYSFS{idVendor} =="1532", SYSFS{idProduct} =="0017", SYMLINK+="mydevice" MODE="0666", OWNER="<your-username-here>", GROUP="root" LABEL="device_rules_end"
in my /etc/udev/rules.d folder.
NTN!
EDIT: before adding the rule, try running the script with sudo . If it works this way, it is almost certainly a resolution setting that will be set in accordance with the rule above.
source share