[Bug 575832] Re: Mouse lefthanded and touchpad righthanded not possible anymore

Emanuel Villa villa.emanuel at gmail.com
Tue May 18 12:54:58 UTC 2010


I think just fixed the problem with SHMConfig following the following procedure:
On a new terminal window:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak1
gksudo gedit /etc/X11/xorg.conf

Added this to the file:

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option "SHMConfig" "true"
EndSection

Taken from:
http://ubuntuforums.org/archive/index.php/t-844414.html

-- 
Mouse lefthanded and touchpad righthanded not possible anymore
https://bugs.launchpad.net/bugs/575832
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list