Non-responsive mouse and keyboard fix

Posted by JacobusR on Ask Ubuntu See other posts from Ask Ubuntu or by JacobusR
Published on 2012-12-19T10:32:44Z Indexed on 2012/12/19 11:13 UTC
Read the original article Hit count: 200

Filed under:
|
|

I'm using Ubuntu 12.10 and found that after about 20 minutes of work that my mouse and keyboard became very unresponsive. So I found the following fix:

sudo -i

To test if this is the problem:

echo N> /sys/module/drm_kms_helper/parameters/poll

To make the fix permanent:

echo "options drm_kms_helper poll=N">/etc/modprobe.d/local.conf

It appears that the fix does work, but what does this do? Am I breaking something else in doing this?

© Ask Ubuntu or respective owner

Related posts about mouse

Related posts about display