Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dell Lat c610 weird mouse problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
snowmoon
n00b
n00b


Joined: 05 Jun 2002
Posts: 64
Location: Albany,NY USA

PostPosted: Thu Jun 06, 2002 2:45 pm    Post subject: Dell Lat c610 weird mouse problem Reply with quote

Ok got Gentto running on a Dell C610. Anyone farmiliar with these units know they come with a glidepoint, erraserhead, and external mouse port. They all seem to obey the PS/2 standard, but that's where the problems start. My external mouse if a Intellamouse with a scroll. So...

1) With external mouse plugged in and XF set to IMPS/2 everything works fine

2) With external mouse plugged in and XF set to PS/2 no wheel

3) Without external mouse and XF set to IMPS/2 the mouse is jumpy

3) Without external mouse and XF set to PS/2 the glidepoint is fine

4) protocol "auto" doesn't work either. Although I might have screwed something up.

Any ideas on what to do now except have 2 XF configs and copy them back and forth and restart the X server whenever this happenes?

Thanks,
Back to top
View user's profile Send private message
eryvile
Apprentice
Apprentice


Joined: 14 Aug 2002
Posts: 234
Location: europe

PostPosted: Mon Aug 19, 2002 9:17 am    Post subject: Re: Dell Lat c610 weird mouse problem Reply with quote

You're not alone, I do have the same problem on my Compaq Armada M700.

But as your post has been unanswered for such a long time, I guess there isn't any solution :(

Greets
Back to top
View user's profile Send private message
Pozac
n00b
n00b


Joined: 08 Aug 2002
Posts: 64
Location: Denmark

PostPosted: Tue Dec 03, 2002 10:25 pm    Post subject: Reply with quote

In case you are still having this problem, here is a snippet from XF86Config on my IBM X21 laptop:

Code:

Section "ServerLayout"
   Identifier     "XFree86 Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice   "Mouse1" "SendCoreEvents"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "PS/2"
   Option       "Device" "/dev/mouse"
EndSection
Section "InputDevice"
   Identifier  "Mouse1"
   Driver       "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/input/mice"
   Option      "Buttons" "7"
   Option       "ZAxisMapping" "6 7"
EndSection


Cheers
:)
Back to top
View user's profile Send private message
eryvile
Apprentice
Apprentice


Joined: 14 Aug 2002
Posts: 234
Location: europe

PostPosted: Wed Dec 04, 2002 6:27 pm    Post subject: Reply with quote

Thanks a lot for your help, the bumpiness is gone :) but the wheel also :(

It seems to me that if you define PS/2 as your core pointer's protocol, every extension to it (like IMPS/2) is ignored. Well, as I'm currently mainly working on my laps with the glidepoint, I guess I can live with the missing wheel right now. And maybe there will be a solution for it some day...
Back to top
View user's profile Send private message
Pozac
n00b
n00b


Joined: 08 Aug 2002
Posts: 64
Location: Denmark

PostPosted: Thu Dec 05, 2002 2:47 pm    Post subject: Reply with quote

Try setting buttons to 5 if you've got an 3 button+wheel intellimouse, if it's an Explorer, try
Code:
xmodmap -e "pointer = 1 2 3 6 7 4 5"
Back to top
View user's profile Send private message
eryvile
Apprentice
Apprentice


Joined: 14 Aug 2002
Posts: 234
Location: europe

PostPosted: Thu Dec 05, 2002 6:55 pm    Post subject: Reply with quote

Pozac wrote:
Try setting buttons to 5 ...

My original /etc/X11/XF86Config looked like
Code:

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

which made the wheel work and the glidepoint, when being on its own, bumpy, just like snowmoon described it :(

Anyway, thanks a lot, and as long as the rest of the system is working as expected (or even better 8) ), I can live with the situation :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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