Opdat het zou werken moet SHMConfig op "on" staan in /etc/X11/xorg.conf (mogelijk mag je zowel "true" als "on" specifieren)
Je moet wellicht nog die regel toevoegen:
In de sectie:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
voeg je, vóór "EndSection" toe:
Option "SHMConfig" "on".