LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-24-2003, 11:59 PM   #1
Mishura
LQ Newbie
 
Registered: Nov 2003
Location: Here and there.
Distribution: SuSE 8.2 / Fedora 1
Posts: 3

Rep: Reputation: 0
Mouse quits working in XFree86 for no reason


For the past few days, I've been having a peculiar problem with X Windows and my mouse. After awhile, the mouse will cease to function, or start acting "wiggy*" for no reason.

* - Wiggy as in, the mouse will constantly go to the lower-left corner and any attempt to move it will bring it back to original position, and act as if it was pressing all the buttons, and moving the wheelmouse---even though I'm not.

My first solution, since I was interesting in upgrading my SuSE 8.2 anyway, and it wasn't a mission-critical install, I decided to ditch it to try Fedora Core 1.( I wanted an upgrade, and I didn't want to pay for SuSE 9.0) This didn't even fix that either.

To make sure it wasn't my mouse acting flaky, I boot my Windoze (Gaming) partition and it appears to be fully functional, so it isn't my mouse, physically.

System Setup:
Distro before: SuSE 8.2 Pro (Using KDE 3.1.4)
Distro now: Fedora Core 1 (Using GNOME 2.4)
Mouse: Logitech Optical Wheelmouse USB (using PS/2 port via plug device) model #M-BD58
XFree86 4.3 on both distros I believe
NVidia GeForce FX 5200 128MB VRAM

Also: When I reboot Fedora, it gives me this error:
Console Mouse Services [FAILED]

I'm not a complete n00b when it comes to Linux( but no elite user ), and I fear no command-line. Any help or direction will be greatly appreciated.. If you need any more info from me, let me know too.
 
Old 11-25-2003, 02:45 AM   #2
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Could you post the pointer section of your /etc/X11/XF86Config(-4) file?
 
Old 11-25-2003, 02:45 AM   #3
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Could you post the pointer section of your /etc/X11/XF86Config(-4) file? Also, the output of /sbin/lsmod
 
Old 11-28-2003, 01:12 AM   #4
Mishura
LQ Newbie
 
Registered: Nov 2003
Location: Here and there.
Distribution: SuSE 8.2 / Fedora 1
Posts: 3

Original Poster
Rep: Reputation: 0
# Mouse pointer section of XF86Config

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

---------------

# Output of /sbin/lsmod

Module Size Used by Tainted: P
nls_iso8859-1 3516 1 (autoclean)
udf 98496 0 (autoclean)
emu10k1 69256 2 (autoclean)
ac97_codec 17192 0 (autoclean) [emu10k1]
sound 74292 0 (autoclean) [emu10k1]
soundcore 6468 7 (autoclean) [emu10k1 sound]
parport_pc 19076 1 (autoclean)
lp 9060 0 (autoclean)
parport 37056 1 (autoclean) [parport_pc lp]
autofs 13364 0 (autoclean) (unused)
e1000 71616 1
floppy 58012 0 (autoclean)
sg 36492 0 (autoclean)
sr_mod 18168 2 (autoclean)
microcode 4700 0 (autoclean)
ide-scsi 12208 1
scsi_mod 108168 3 [sg sr_mod ide-scsi]
ide-cd 35776 0
cdrom 33728 0 [sr_mod ide-cd]
keybdev 2976 0 (unused)
hid 24708 0 (unused)
ehci-hcd 20264 0 (unused)
usb-uhci 26380 0 (unused)
usbcore 79168 1 [hid ehci-hcd usb-uhci]
mousedev 5556 1 (autoclean)
input 5888 0 (autoclean) [keybdev hid mousedev]
agpgart 54820 3 (autoclean)
nvidia 1764928 11 (autoclean)
ext3 71300 1
jbd 52084 1 [ext3]

---------------------

I had noticed that I had 2 mouse entries in my XF86Config file. Does removing one help, (The unused optional USB mouse option) ?

Also, If I switch to a console and go back to graphical, my mouse will work again, temporarily. I have also disabled gpm from boot.

I have to ask: what is lsmod actually?
 
Old 11-28-2003, 06:23 PM   #5
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Yeah I'd get rid of the unused (USB) mouse option. Make sure to get rid of the "DevInputMice" line from the screens section. I take it you have a 3 button wheelmouse. If getting rid of the USB part doesn't help then change the protocol to just "PS/2". This will disable the wheel. See if that helps anything.

lsmod lists the modules currently loaded into the kernel. These are kind of like drivers. Some of then actually are drivers and others aren't. They're basically bits of the kernel that you can add/remove during runtime.
 
Old 11-28-2003, 11:20 PM   #6
Mishura
LQ Newbie
 
Registered: Nov 2003
Location: Here and there.
Distribution: SuSE 8.2 / Fedora 1
Posts: 3

Original Poster
Rep: Reputation: 0
OK, I'm going to try your suggestion, and see what happens, and yes its a 3-button wheelmouse; a cheapy Logitech from wal-mart. Haven't ever had a problem with it tho.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
laptop touchpad ok, USB mouse quits working PolarDog Linux - Laptop and Netbook 4 06-20-2005 09:35 PM
cups quits working wb9smc Linux - Software 6 07-30-2004 08:49 PM
Mouse wheel and GLX not working after upgrade to XFree86 4.4 Oxyd Linux - Software 8 05-03-2004 11:17 AM
Mouse quits after Hauppage card install robotron Fedora 1 11-23-2003 02:53 PM
Xfree86 freezing mouse still working, progs still running. /su Linux - General 4 06-23-2003 04:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration