اول از همه از اکس کانفت بک آپ تهیه کن
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
بعد از اون
sudo gedit /etc/X11/xorg.conf
بعد
Change:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
...
Option "Protocol" "ExplorerPS/2"
...
Option "Emulate3Buttons" "true"
EndSection
to:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "6 7"
Option "Emulate3Buttons" "true"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 4 5"
EndSection