Hi all,
I am the IT department here at my office, I take care of everything pretty much. I chose Centos4 to deploy to my 50 workstations as it was the most compatible with the RHEL. We need the RHEL compatibility for support contract for different tools we use. So far it has been great. I have noticed a few issues since having 50 machines all exactly the same installed with centos 4. I have them clustered, and generally they work well.
I often see random loss of the mouse cursor, which results in having to restart X. (really pisses the engineers off) I cannot seem to track down why this is happening. Nothing in any logs give any clue to what is happening. I thought it may have to do with VMware, as this is installed on 80% of these machines, and most of the time it happened when users were using Vmware. But recently I have seen the problem on machines without VMware running or even installed.
I have also noticed a similar issue with a Wacom tablet. The user will be using it for some amount of time and then it stops working. At first it is assigned /dev/input/event3, the kernel module (wacom.o) is loaded and everything is fine. It will then stop working after a while, behind the scenes the system thinks the tablet has been unplugged and replugged, then assigns it /dev/input/event4. This of course doesn't work because in the xorg.conf file it is looking for it at event3.
I am not sure if these are related or not. But the symptoms seem similar. Of course the wacom tablet is USB and the mouse issues are with PS/2 mice. So they may be unrelated.
Any help would be appreciated. Thanks for your time.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Thu, May 26, 2005 at 12:23:23PM -0700, Mark Elam wrote:
I often see random loss of the mouse cursor, which results in having to restart X. (really pisses the engineers off) I cannot seem to track down why this is happening. Nothing in any logs give any clue to what is happening. I thought it may have to do with VMware, as this is installed on 80% of these machines, and most of the time it happened when users were using Vmware. But recently I have seen the problem on machines without VMware running or even installed.
I have seen this happening on other distros too. I tracked town 2 reasons:
1) Bugs on X11. Usually going to text mode and back to graphical solves it. 2) Some conflics with ide-cd/cdrom kernel modules. Again, unloading those modules will give your mouse back
It doesn't happen very often. Actually, I only saw it happening on 2 notebooks, so it might be related to some buggy chipset.
[]s
- -- Rodrigo Barbosa rodrigob@suespammers.org "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)
On Thu, 2005-05-26 at 14:23, Rodrigo Barbosa wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Thu, May 26, 2005 at 12:23:23PM -0700, Mark Elam wrote:
I often see random loss of the mouse cursor, which results in having to restart X. (really pisses the engineers off) I cannot seem to track down why this is happening. Nothing in any logs give any clue to what is happening. I thought it may have to do with VMware, as this is installed on 80% of these machines, and most of the time it happened when users were using Vmware. But recently I have seen the problem on machines without VMware running or even installed.
I have seen this happening on other distros too. I tracked town 2 reasons:
- Bugs on X11. Usually going to text mode and back to graphical solves it.
- Some conflics with ide-cd/cdrom kernel modules. Again, unloading those modules will give your mouse back
It doesn't happen very often. Actually, I only saw it happening on 2 notebooks, so it might be related to some buggy chipset.
[]s
Rodrigo Barbosa rodrigob@suespammers.org "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFClj4+pdyWzQ5b5ckRAgqaAJ0dLB6n+hYNy3GS83rb12VSfB8RkACgtGTn p0/0tlYNfOTjbBPPVNVbNPQ= =mYhy -----END PGP SIGNATURE----- _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Interesting... I will try to unload the modules for the cdrom and see what happens next time.
Thanks!
On 5/26/05, Mark Elam melam@mobilygen.com wrote:
I often see random loss of the mouse cursor, which results in having to restart X.
Try restarting the console mouse services (/etc/rc.d/init.d/gpm restart). I know this *shouldn't* have anything to do with X11, but we had a RH9 box that would occasionally lose track of the mouse, and restarting GPM would fix it on that machine.
Try restarting the console mouse services (/etc/rc.d/init.d/gpm restart). I know this *shouldn't* have anything to do with X11, but we had a RH9 box that would occasionally lose track of the mouse, and restarting GPM would fix it on that machine.
If it's a graphical workstation I DISABLE gpm.... most users (don't) use a console thus don't require a console mouse.
chkconfig gpm off
As also stated... remove as many modules NOT required.