Reply To: Mouse settings ignored again…

Forum › Forums › General › Hardware › Mouse settings ignored again… › Reply To: Mouse settings ignored again…

#200646
anti-apXos
Member

    First, I’d try running the settings script pointing device manager creates in a terminal to see if it gives any errors.

    sh ~/.current_pointing_device_config

    You should also check to see what properties are available for your device, not all pointing devices support all properties.

    xinput list-props 'USB OPTICAL MOUSE'

    Post the output from those commands back here.

    If you’re also still using a conf file in /etc/X11/xorg.conf.d, like you were in the previous topic you created, also post the contents of that file.

    Another thing to keep in mind is that settings you set using the Pointing Device Manager in Control Centre will only be applied if the device is plugged in at boot and never re-plugged or reset while the system is on. Settings in an xorg.conf.d file should be applied even for devices that get reset while the X server is running.

    "--"