mouse stop working after a while...

Asked by ahmed ahmed

my system is 11.1 the problem is the mouse stop working after a while from starting my desktop and i must rstart the pc i need your help to solve this

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xserver-xorg-input-mouse Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
ahmed ahmed (omar082) said :
#1

problem still

Revision history for this message
Mohamed Alaa (m-alaa8) said :
#2

this is a Bug In Ubuntu see Bug #918277
this command fixes it
synclient TouchpadOff=0

or you can add this Python script on your start Up

#! /usr/bin/env python
import os
import time
def unfreeze():
    print 'unfreeze'
    os.system('synclient TouchpadOff=0')
while True:
    time.sleep(600)
    unfreeze()

Can you help with this problem?

Provide an answer of your own, or ask ahmed ahmed for more information if necessary.

To post a message you must log in.