The problem that I can't solve myself is the following:
I bought a new piece of hardware and installed the latest Ubuntu on it. During the installation, I had my external mouse (Logitech) connected. Everything was smooth, but after playing with some options, I realized my touchpad is not working properly. It is actually being recognized, but when you try to navigate it, everything moves in pieces.
This is my mouse:
sudo xinput list 13
**MSFT0001:00 06CB:CE2D Mouse** id=13 [slave pointer (2)]
Reporting 7 classes:
Class originated from: 13. Type: XIButtonClass
Buttons supported: 7
Button labels: "Button Left" "Button Middle" "Button Right" "Button Wheel Up" "Button Wheel Down" "Button Horiz Wheel Left" "Button Horiz Wheel Right"
Button state:
Class originated from: 13. Type: XIValuatorClass
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 0 units/m
Mode: relative
Class originated from: 13. Type: XIValuatorClass
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 0 units/m
Mode: relative
Class originated from: 13. Type: XIValuatorClass
Detail for Valuator 2:
Label: Rel Horiz Scroll
Range: -1.000000 - -1.000000
Resolution: 0 units/m
Mode: relative
Class originated from: 13. Type: XIValuatorClass
Detail for Valuator 3:
Label: Rel Vert Scroll
Range: -1.000000 - -1.000000
Resolution: 0 units/m
Mode: relative
Class originated from: 13. Type: XIScrollClass
Scroll info for Valuator 2
type: 2 (horizontal)
increment: 15.000000
flags: 0x0
Class originated from: 13. Type: XIScrollClass
Scroll info for Valuator 3
type: 1 (vertical)
increment: 15.000000
flags: 0x0
After reading some posts I've tried few different things among which is:
GRUB_CMDLINE_LINUX_DEFAULT=i8042.nopnp=1 pci=nocrs
for /etc/default/grub
-> update-grub
, reboot
, but it actually prevents the system from booting later on.
Has anybody encountered the same problem? If yes, please do suggest the next move.