Difference between revisions of "Getnoo keyboard and mouse not working after update"
From thelinuxwiki
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | emerge all input drivers | + | |
+ | == Problem == | ||
+ | Getnoo keyboard and mouse not working after update. More specifically, I think it occurs after an update that includes the X server. | ||
+ | |||
+ | |||
+ | == Solution == | ||
+ | |||
+ | re-emerge all input drivers | ||
emerge -av1 --quiet $(qlist -IC x11-drivers) | emerge -av1 --quiet $(qlist -IC x11-drivers) | ||
+ | |||
+ | |||
+ | == Links == | ||
+ | [http://forums.gentoo.org/viewtopic-t-884580-start-0.html upgraded to xorg 1.10, no mouse, no keyboard] | ||
[[category:gentoo]] | [[category:gentoo]] |
Latest revision as of 15:39, 26 September 2013
Problem
Getnoo keyboard and mouse not working after update. More specifically, I think it occurs after an update that includes the X server.
Solution
re-emerge all input drivers
emerge -av1 --quiet $(qlist -IC x11-drivers)