Mouse no longer working?

This forum is for supported devices using an ARMv7 Samsung SoC.

Mouse no longer working?

Postby Lastrastuff » Sun Nov 10, 2013 8:44 pm

After creating a document /etc/X11/xorg.conf.d/50-touchpad.conf and added the lines

Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Option "FingerHigh" "5"
Option "FingerLow" "5"
EndSection

my mouse all of a sudden won't move! I managed to open the mouse settings via hotkeys and there isn't any devices listed for it to use. I also tried plugging in a mouse and it didn't work either. Any ideas?
Lastrastuff
 
Posts: 8
Joined: Sat Nov 09, 2013 4:47 pm

Re: Mouse no longer working?

Postby WarheadsSE » Sun Nov 10, 2013 9:17 pm

Remove the file?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Mouse no longer working?

Postby Lastrastuff » Sun Nov 10, 2013 9:43 pm

I tried that and no luck :(
Lastrastuff
 
Posts: 8
Joined: Sat Nov 09, 2013 4:47 pm

Re: Mouse no longer working?

Postby ftravers » Fri Jan 03, 2014 5:03 am

here is my copy of the file that does work...note i ADDED that stuff and did not replace what was already there (that didn't work, maybe what caused your problem.)

Note i put that stuff at the top of the file:

Also NOTE, I'm reading this as your TOUCHPAD doesn't work, not an external mouse. My TOUCHPAD works with the following settings:

$this->bbcode_second_pass_code('', '
xorg.conf.d % cat 50-synaptics.conf
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#

Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Option "FingerHigh" "5"
Option "FingerLow" "5"
EndSection

Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
MatchDevicePath "/dev/input/event*"
EndSection


Section "InputClass"
Identifier "touchpad ignore duplicates"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/mouse*"
Option "Ignore" "on"
EndSection

# This option enables the bottom right corner to be a right button on
# non-synaptics clickpads.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
# To disable the bottom edge area so the buttons only work as buttons,
# not for movement, set the AreaBottomEdge
# Option "AreaBottomEdge" "82%"
EndSection

# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Disable clickpad buttons on Apple touchpads"
MatchProduct "Apple|bcm5974"
MatchDriver "synaptics"
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection
xorg.conf.d %

')
ftravers
 
Posts: 26
Joined: Sun Jul 28, 2013 10:52 am

Re: Mouse no longer working?

Postby WarheadsSE » Fri Jan 03, 2014 2:38 pm

I might suggest you install xf86-input-synaptics
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm


Return to Samsung

Who is online

Users browsing this forum: No registered users and 11 guests