Results 1 to 2 of 2
Hi there
I have some troubles making my mouse slow down. It has 5k dpi and it's a little bit too much.
I have done it successfully using command:
Code:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-06-2012 #1Just Joined!
- Join Date
- May 2012
- Posts
- 2
xorg.conf - Slowing down usb mouse
Hi there
I have some troubles making my mouse slow down. It has 5k dpi and it's a little bit too much.
I have done it successfully using command:
But it's not permament. I have to enter this every time I plug my mouse in.Code:xinput set-prop 9 "Device Accel Constant Deceleration" 2
So I have tried to modify my xorg.conf inserting following lines.
... it should works for every mouse in system but it affect only laptops touchpad - not usb mouse.Code:Section "InputClass" Identifier "GamingMouse" Option "ConstantDeceleration" "100" Endsection
There is a part of hal-devices print.
The mouse is Mionix Naos 5000 and it uses hid interface.
Any ideas what can I do more ?Code:1: udi = '/org/freedesktop/Hal/devices/usb_device_4b4_1224_noserial_if0_logicaldev_input' linux.hotplug_type = 2 (0x2) (int) linux.subsystem = 'input' (string) input.device = '/dev/input/event9' (string) input.product = 'La-VIEW Technology Naos 5000 Mouse' (string) info.addons.singleton = { 'hald-addon-input' } (string list) info.subsystem = 'input' (string) info.product = 'La-VIEW Technology Naos 5000 Mouse' (string) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/input/input13/event9' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_4b4_1224_noserial_if0' (string) input.originating_device = '/org/freedesktop/Hal/devices/usb_device_4b4_1224_noserial_if0' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_4b4_1224_noserial_if0_logicaldev_input' (string) info.category = 'input' (string) info.capabilities = { 'input', 'input.keyboard', 'input.keypad', 'input.keys', 'input.mouse', 'button' } (string list) linux.device_file = '/dev/input/event9' (string) 2: udi = '/org/freedesktop/Hal/devices/usb_device_4b4_1224_noserial_if0' linux.hotplug_type = 2 (0x2) (int) linux.subsystem = 'usb' (string) info.linux.driver = 'usbhid' (string) info.subsystem = 'usb' (string) info.product = 'USB HID Interface' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_4b4_1224_noserial_if0' (string) usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0' (string) usb.configuration_value = 1 (0x1) (int) usb.num_configurations = 1 (0x1) (int) usb.num_interfaces = 1 (0x1) (int) usb.device_class = 0 (0x0) (int) usb.device_subclass = 0 (0x0) (int) usb.device_protocol = 0 (0x0) (int) usb.vendor_id = 1204 (0x4b4) (int) usb.product_id = 4644 (0x1224) (int) usb.vendor = 'Cypress Semiconductor Corp.' (string) usb.product = 'USB HID Interface' (string) usb.device_revision_bcd = 0 (0x0) (int) usb.num_ports = 0 (0x0) (int) usb.speed = 12 (double) usb.linux.device_number = 3 (0x3) (int) usb.max_power = 100 (0x64) (int) usb.can_wake_up = true (bool) usb.version = 2 (double) usb.bus_number = 5 (0x5) (int) usb.is_self_powered = false (bool) usb.interface.number = 0 (0x0) (int) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_4b4_1224_noserial' (string) usb.interface.subclass = 1 (0x1) (int) usb.interface.class = 3 (0x3) (int) usb.interface.protocol = 2 (0x2) (int) 3: udi = '/org/freedesktop/Hal/devices/usb_device_4b4_1224_noserial' info.vendor = 'Cypress Semiconductor Corp.' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_4b4_1224_noserial' (string) linux.hotplug_type = 2 (0x2) (int) linux.subsystem = 'usb' (string) info.linux.driver = 'usb' (string) usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb5/5-1' (string) usb_device.configuration_value = 1 (0x1) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.device_class = 0 (0x0) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.vendor_id = 1204 (0x4b4) (int) usb_device.product_id = 4644 (0x1224) (int) usb_device.vendor = 'Cypress Semiconductor Corp.' (string) usb_device.product = 'Naos 5000 Mouse' (string) usb_device.device_revision_bcd = 0 (0x0) (int) info.subsystem = 'usb_device' (string) info.product = 'Naos 5000 Mouse' (string) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb5/5-1' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_1_0000_00_1d_0' (string) usb_device.num_ports = 0 (0x0) (int) usb_device.linux.device_number = 3 (0x3) (int) usb_device.max_power = 100 (0x64) (int) usb_device.speed = 12 (double) usb_device.version = 2 (double) usb_device.is_self_powered = false (bool) usb_device.can_wake_up = true (bool) usb_device.bus_number = 5 (0x5) (int) linux.device_file = '/dev/bus/usb/005/003' (string)
Sorry for my bad english. I tried to write it best i can
Apff
- 05-07-2012 #2Just Joined!
- Join Date
- May 2012
- Posts
- 2
WHY IT DOESN'T WORK?Code:(II) config/udev: Adding input device La-VIEW Technology Naos 5000 Mouse (/dev/input/mouse1) (**) La-VIEW Technology Naos 5000 Mouse: Applying InputClass "GamingMouse" (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device La-VIEW Technology Naos 5000 Mouse (/dev/input/event12) (**) La-VIEW Technology Naos 5000 Mouse: Applying InputClass "evdev pointer catchall" (**) La-VIEW Technology Naos 5000 Mouse: Applying InputClass "evdev keyboard catchall" (**) La-VIEW Technology Naos 5000 Mouse: Applying InputClass "GamingMouse" (**) La-VIEW Technology Naos 5000 Mouse: always reports core events (**) La-VIEW Technology Naos 5000 Mouse: Device: "/dev/input/event12" (II) La-VIEW Technology Naos 5000 Mouse: Found 11 mouse buttons (II) La-VIEW Technology Naos 5000 Mouse: Found scroll wheel(s) (II) La-VIEW Technology Naos 5000 Mouse: Found relative axes (II) La-VIEW Technology Naos 5000 Mouse: Found x and y relative axes (II) La-VIEW Technology Naos 5000 Mouse: Found keys (II) La-VIEW Technology Naos 5000 Mouse: Configuring as mouse (II) La-VIEW Technology Naos 5000 Mouse: Configuring as keyboard (**) La-VIEW Technology Naos 5000 Mouse: YAxisMapping: buttons 4 and 5 (**) La-VIEW Technology Naos 5000 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "La-VIEW Technology Naos 5000 Mouse" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc105" (**) Option "xkb_layout" "pl" (II) La-VIEW Technology Naos 5000 Mouse: initialized for relative axes.

Mouse is still too fast


Reply With Quote
