My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
xorg_joystick_driver_mouse_event  
Prevent xorg joystick input driver to send mouse event
Updated Dec 18, 2011 by samuel.r...@gmail.com

Introduction

In CtkArch (maybe other distro), the joystick move the mouse cursor when the different axis are used.

Details

add or modify /etc/X11/xorg.conf.d/50-joystick.conf with the following

Section "InputClass"
    Identifier "joystick catchall"
    MatchIsJoystick "on"
    MatchDevicePath "/dev/input/event*"
    Driver "joystick"
    Option "StartKeysEnabled" "False"
    Option "StartMouseEnabled" "False"
EndSection
Powered by Google Project Hosting