Mouse freezing after idle time

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Mouse freezing after idle time
# 1  
Old 08-18-2010
Mouse freezing after idle time

Hi All,

I am having a problem where my mouse (USB) is freezing after some idle time, and I am having to reboot everytime that happens.

I looked in the file /etc/X11/xorg.config to see if there is an entry for mouse and I could not find it. Instead I found the following entry:

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

My question is can I have more than one section input device where one of the identifier is Mouse ?

The /dev/input directory has the following, but I am not sure what to make of this.

[root@jhlinux input]# pwd
/dev/input
[root@jhlinux input]# ls
event0 event1 event2 mice mouse0

Please help the rookie. Thanks in advance.
# 2  
Old 08-18-2010
Which RH/RHEL & kernel are you using?

If you replug the mouse, does it start working again?

Is there any relevant info in /var/log/messages?

Have you tried something like this in your xorg.conf?:

Code:
Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
EndSection

# 3  
Old 08-19-2010
Which RH/RHEL & kernel are you using?
RHEL 5.1 kernel 2.6.18-8.el5

If you replug the mouse, does it start working again?
No I am having to reboot

Is there any relevant info in /var/log/messages?
There is nothing in there that stands out to me. I would have to know what I am looking for...

Have you tried something like this in your xorg.conf?:
Code:
Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
EndSection



This brings me back to my original question. Can I have multiple InputDevice sections in /etc/X11/xorg.conf file. Currently I have the following:

Code:
[root@jhlinux X11]# cat xorg.conf 

# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

# 4  
Old 08-19-2010
Quote:
Can I have multiple InputDevice sections in /etc/X11/xorg.conf file.
Yes.
# 5  
Old 09-28-2010
I am still having this problem and I just noticed something that might help explain what is going on. Just before my mouse freezes the following message is prompted on my command line:

"Message from syslogd@jhlinux at Mon Sep 27 23:37:04 2010 ...
jhlinux kernel: Disabling IRQ #209"

I am not sure what is going on. Please advise.
# 6  
Old 09-28-2010
The IRQ value seems unusually high; perhaps an APIC IRQ?

Try booting with "irqpoll" option.

Also, run "dmesg" after you get the error and see if you get any further info.
# 7  
Old 10-03-2010
Try booting with "irqpoll" option.

Sorry for my ignorance but how is this done ?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to get average idle time using mpstat

I want to get average idle time of the server using mpstat. The problem I am having is %idle is not in same columns in all the versions of linux. example 1: example 2: I tried below command as generalized solution but as Average as one less column output is not proper. I am... (1 Reply)
Discussion started by: kumarjohn
1 Replies

2. Shell Programming and Scripting

User idle time and kill

Hello.. I have many sleepy users on my Solaris box and need to kill them if they are idle for more than 45 minutes for example...I know who -u gives and the idle time but unable to make a awk line to get the condition perfect. Please help...:wall: (9 Replies)
Discussion started by: wimaxpole
9 Replies

3. SCO

X Server -> keyboard and mouse are freezing

hi I've configured X Server using Video Configuration Manager on SCO 5.0.6, but the keyboard and mouse are freezing after 5 minutes on the graphical login mask. ---------- Post updated at 01:59 PM ---------- Previous update was at 02:43 AM ---------- BTW I finished the configuration,... (2 Replies)
Discussion started by: ccc
2 Replies

4. UNIX for Advanced & Expert Users

idle time again

I need to find the idle time on a machine in the manner: How long time ago somebody did the last action with mouse or keyboard? Unfortunately "w" doesn't do this. It produced the following output on a machine a user was actually working on with an application: 15# w 15:55:28 up 15 days, ... (1 Reply)
Discussion started by: elbrand
1 Replies

5. HP-UX

how to fetch idle time

HP-UX B.11.23 ia64 Hi everyone, First of all I am new member to this forum. Thankyou all for this forum, it helped me many times. Coming to my question,I am writing a C program to find the log info of the users who are currently logged in(precisely what who -u do). I am able to get... (0 Replies)
Discussion started by: bhiku matre
0 Replies

6. UNIX for Advanced & Expert Users

To find idle time of a user

Hi All I need to find the idle time of a user... but my OS seems to be not supporting finger $ finger -sh: finger: command not found I need to find the idle time and perform some other operations... So is there any other way i can find the idle time of a user... $ uname -a... (2 Replies)
Discussion started by: Whiteboard
2 Replies

7. Shell Programming and Scripting

User Idle Time

Does anyone know how do you determine the user idle time of stdin in order to log the user out for being idle too long. I would like to write a c program to do this but I it is not clear upon how to determine idle time from keyboard input. (9 Replies)
Discussion started by: cpaquette
9 Replies

8. Shell Programming and Scripting

finding idle time of a process

Matez, I have a list of process id's in a text file. I want to know how to find the idle time of a process which are more than 300secs and kill them accordingly. Could you please help me to get these details. I want to write a shell script with this. Thanks..Krish :) (36 Replies)
Discussion started by: Krrishv
36 Replies

9. UNIX for Dummies Questions & Answers

Findout Idle Time Setting

Hi Guru's, How do I find and set the login idle time setting in HP-UX 32? Thanks in advance, Mani (1 Reply)
Discussion started by: jvmani
1 Replies

10. UNIX for Dummies Questions & Answers

USB mouse needs reinstalled every time???

Help! My mouse gave up the ghost, so I connected a USB wheel mouse, and chose it from the list in Suse's Yast2. Also installed it in Windows 98 on the same machine. It works fine in both linux and Windows 98, except for this fact: I have to reinstall it every time I boot into Linux.... (1 Reply)
Discussion started by: Sonshyne5
1 Replies
Login or Register to Ask a Question