Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 6389  / 2 Years ago, mon, january 31, 2022, 3:19:21

I recent changed from Ubuntu to Xubuntu 12.04. The install worked great for a few days, but suddenly the left mouse button stopped working. The right click and scroll bars work fine.



After a bit of experimenting I discovered that the problem only happens when I set the session to Xubuntu at login. The mouse also works fine in my dual-booted Windows vista.



What could make my mouse stop working like that?


More From » xubuntu

 Answers
2

Check if you have xserver-xorg-input-evdev installed on your system:



sudo dpkg -s xserver-xorg-input-evdev


If yes, do:



sudo add-apt-repository ppa:xorg-edgers/ppa  
sudo apt-get update
sudo apt-get upgrade


If no, do:



sudo add-apt-repository ppa:xorg-edgers/ppa  
sudo apt-get update
sudo apt-get install xserver-xorg-input-evdev


Reboot.


[#35749] Tuesday, February 1, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eryeath

Total Points: 122
Total Questions: 121
Total Answers: 112

Location: Saint Helena
Member since Fri, Aug 26, 2022
2 Years ago
;