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 Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
