Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Microsoft optical wheel mouse weirdness! [SOLVED}
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
gullyg
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jun 2004
Posts: 105
Location: Edinburgh

PostPosted: Tue Jul 27, 2004 8:07 pm    Post subject: Microsoft optical wheel mouse weirdness! [SOLVED} Reply with quote

Ok - not sure if this is the correct forum, but anyway.

I've an optical microsoft wheel mouse connected to my computer via usb. However whatever i do i cant get the scroll to work, and when the computer is working very hard the mouse goes crazy and starts jumping arround the screen and clicking randomly.
I moved it from a usb/ps2 adaptor becuase the problem was far worse under ps2 - however the scroll works under ps2.

Also the weird movement problem is far worse if the computer is overclocked!!

So i suppose the main prblem is the weird action of the mouse is the main problem - if this could be solved i'd happily go back to ps2 and live happily ever after (And not bother you nice folks ever again - or until i've got another problem) :D .

System is -

XP2500 barton - will happily OC to over 3200+ speeds (except for this mouse problem)
Asus A7N8X Deluxe Rev2
Various junk - Sound is onboard.
FX5200 vga.

Here is my Xorg.conf file (none of the configs make any difference!)

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   #InputDevice    "Mouse3" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Speedo/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "glx"
   Load  "record"
   Load  "extmod"
   Load  "dbe"
   Load  "dri"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
   Load  "speedo"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"
EndSection

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

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option     "ZAxisMapping"    "4 5"
   Option       "Device" "/dev/mouse"
EndSection

Section "InputDevice"
        Identifier      "Mouse3"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
   Option      "SendCoreEvents"   "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"       # <i>
        #Option     "PageFlip"              # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "NoLogo"                # [<bool>]
        #Option     "Overlay"               # [<bool>]
        #Option     "UBB"                   # [<bool>]
        #Option     "Stereo"                # <i>
        #Option     "WindowFlip"            # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "NvAGP"                 # <i>
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ConnectedMonitor"      # <str>
        #Option     "ConnectedMonitors"     # <str>
        #Option     "TVStandard"            # <str>
        #Option     "TVOutFormat"           # <str>
        #Option     "RenderAccel"           # [<bool>]
        #Option     "CursorShadow"          # [<bool>]
        #Option     "CursorShadowAlpha"     # <i>
        #Option     "CursorShadowXOffset"    # <i>
        #Option     "CursorShadowYOffset"    # <i>
        #Option     "UseEdidFreqs"          # [<bool>]
        #Option     "FlatPanelProperties"    # <str>
        #Option     "TwinView"              # [<bool>]
        #Option     "TwinViewOrientation"    # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"    # <str>
        #Option     "MetaModes"             # <str>
        #Option     "UseInt10Module"        # [<bool>]
        #Option     "SwapReady"             # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"     # [<bool>]
        #Option     "UseClipIDs"            # [<bool>]
        #Option     "CIOverlay"             # [<bool>]
        #Option     "TransparentIndex"      # <i>
        #Option     "OverlayDefaultVisual"    # [<bool>]
        #Option     "NvEmulate"             # <i>
        #Option     "NoBandWidthTest"       # [<bool>]
        #Option     "CustomEDID-CRT-0"      # <str>
        #Option     "CustomEDID-CRT-1"      # <str>
        #Option     "CustomEDID-DFP-0"      # <str>
        #Option     "CustomEDID-DFP-1"      # <str>
        #Option     "CustomEDID-TV-0"       # <str>
        #Option     "CustomEDID-TV-1"       # <str>
        #Option     "TVOverScan"            # <f>
        #Option     "IgnoreDisplayDevices"    # <str>
        #Option     "MultisampleCompatibility"    # [<bool>]
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV34 [GeForce FX 5200]"
   BusID       "PCI:3:0:0"
EndSection

Section "Screen"

   DefaultDepth 24

   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection




Any help gratefully welcome

Many thanks

Iain
_________________
Not Y3K compliant

CPCFF


Last edited by gullyg on Tue Aug 24, 2004 12:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
noodle
n00b
n00b


Joined: 13 May 2003
Posts: 43

PostPosted: Wed Jul 28, 2004 11:03 am    Post subject: Reply with quote

Hi,

I had the same problem, this worked for me:
Code:

Section "InputDevice"
            Identifier     "Mouse0"
            Driver         "mouse"
            Option         "Protocol" "ExplorerPS/2"
            Option         "Device" "/dev/input/mice"
            Option         "ZAxisMapping" "4 5"
            Option         "Resolution" "100"
EndSection


Hope it helps.

Grtz,
Noodle
Back to top
View user's profile Send private message
gullyg
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jun 2004
Posts: 105
Location: Edinburgh

PostPosted: Wed Jul 28, 2004 3:27 pm    Post subject: Reply with quote

Cheers looks to has done the trick.

Will have to stress test it tonight - any re-overclock it.

Will let you know many thanks

iain


Update --

On USB the scroll still wont work and on ps2 the mouse still goes crazy. Any ideas welcome

cheers
Iain
_________________
Not Y3K compliant

CPCFF
Back to top
View user's profile Send private message
gullyg
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jun 2004
Posts: 105
Location: Edinburgh

PostPosted: Fri Jul 30, 2004 11:21 am    Post subject: Reply with quote

Ok, i've tried every thing i can think of - all the drivers i can find etc.

I've now got it on the usb port but it's starting to playup there as well!!

Has anyone got any ideas before i throw this bloody mouse out the window and has to go back to my £2 ebuyer ball mouse?

Cheers

iain
_________________
Not Y3K compliant

CPCFF
Back to top
View user's profile Send private message
mouse256
n00b
n00b


Joined: 05 Aug 2004
Posts: 32

PostPosted: Mon Aug 09, 2004 11:55 am    Post subject: Reply with quote

I'm having the same problem here:
https://forums.gentoo.org/viewtopic.php?p=1409480#1409480
Here it works when I use PS2, athough I have know the mouse doing funny once (and I'm only using this config for half an hour now, so let's hope ;-) ) Moving the mouse suddenly drops the pointer all over the screen and it starts clicking, have you the same problem?
My pc is also a lot overclocked (running a amd barton 2500+ (166*11 default) @ 230*10
Back to top
View user's profile Send private message
gullyg
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jun 2004
Posts: 105
Location: Edinburgh

PostPosted: Mon Aug 09, 2004 12:54 pm    Post subject: Reply with quote

I've down clocked my barton a bit and put the mouse back on the ps2. With helped it still goes mad every so often. but whatever i try i cant get the middle wheel to work!!
_________________
Not Y3K compliant

CPCFF
Back to top
View user's profile Send private message
mouse256
n00b
n00b


Joined: 05 Aug 2004
Posts: 32

PostPosted: Mon Aug 09, 2004 12:58 pm    Post subject: Reply with quote

okay, scroll wheel works on PS2, but it's starting driving me nuts, It's getting mad too often:
Code:

cat /var/log/kernel/current

Aug  9 14:53:11 [kernel] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
Aug  9 14:56:53 [kernel] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.


going back to usb without scrollwheel I think :'(
Back to top
View user's profile Send private message
gullyg
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jun 2004
Posts: 105
Location: Edinburgh

PostPosted: Tue Aug 24, 2004 12:18 pm    Post subject: Reply with quote

OK

It's fixed, i'm not really sure what i've done - however i had to reinstall xorg when i upgraded to kernel2.6.8r1 (The nvidia kernel module really botched xorg for some reason!!).

Anyway i'm on usb with scroll, so it's all GOOOOOD!!

Many thanks all

Iain
_________________
Not Y3K compliant

CPCFF
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Tue May 23, 2006 3:12 am    Post subject: Reply with quote

did you remove the nvidia driver? I'm having the same problem in 2.6.16-r7
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum