The failure of the mouse wheel in Ubuntu is mainly caused by incorrect configuration. The solution is as follows: 1. Type sudogvim/etc/X11/xorg. conf2. After opening the configuration file, rewrite the mouse configuration parameters Section to the following format: Section "InputDevice" Identifier "ConfiguredMouse" Driver "mouse" Option "CorePointer" Option "Device ""/
The failure of the mouse wheel in Ubuntu is mainly caused by incorrect configuration. The solution is as follows:
1. Type sudo gvim/etc/X11/xorg. conf.
2. After opening the configuration file, rewrite the mouse configuration parameters to the following format:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2 ″
EndSection
OK. restart the system to see if the scroll wheel is ready for use.
Original Author: fushengwubantu