Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.5.65-mm4 and mouse wheel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
georgz
Tux's lil' helper
Tux's lil' helper


Joined: 06 Dec 2002
Posts: 137
Location: Munich, Germany

PostPosted: Thu Mar 27, 2003 3:17 pm    Post subject: 2.5.65-mm4 and mouse wheel Reply with quote

Hi,

successfully compiled 2.5.65-mm4 on my notebook and everything works fine so far.. :-)

The only caveat is that my mouse wheel doesn't work anymore... With 2.5.65 I had to change /dev/mouse ot /dev/misc/psaux because XFree didn't start up as there was no /dev/mouse created.

But this was the only change there, so is there a limitation in 2.5.65 that you aware of in regards to mouse wheel handling? Or do I have to use a different device?
Back to top
View user's profile Send private message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Thu Mar 27, 2003 3:45 pm    Post subject: Reply with quote

Hello,

I'm using a USB wheelmouse and I didn't need to change much when I went from 2.4.20 to 2.6.65. I just had to load the the "usbmouse"-module in 2.5.65 instead of the "mousedev"-module in 2.4.20, and everything worked as before, even the wheel of my mouse.
You said you had a PS2 mouse., right? Are you loading the mouse driver as a module or is it compiled in the kernel? What does your XF86Config file (the relevant part of the mouse configuration) look like? Maybe if you provide more info I could help.

regards,
_________________
-- A Guru was once a Beginner --
Back to top
View user's profile Send private message
georgz
Tux's lil' helper
Tux's lil' helper


Joined: 06 Dec 2002
Posts: 137
Location: Munich, Germany

PostPosted: Thu Mar 27, 2003 3:54 pm    Post subject: Reply with quote

Hi silverter,

it's a PS2 mouse. It's not loaded as a module:

d-emuc07-132-132 drivers # lsmod
Module Size Used by
xircom_tulip_cb 16272 0
crc32 3840 1 xircom_tulip_cb

From XF86Config:

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

This is unchanged except /dev/psaux. But it did work in 2.4.x kernels...
Back to top
View user's profile Send private message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Thu Mar 27, 2003 4:06 pm    Post subject: Reply with quote

Well, sorry I can't help you any further... Your XF86config looks all right to me. Can you try another mouse protocol, like this one:

Code:
Option "Protocol"    "IMPS/2"


regards,
_________________
-- A Guru was once a Beginner --
Back to top
View user's profile Send private message
georgz
Tux's lil' helper
Tux's lil' helper


Joined: 06 Dec 2002
Posts: 137
Location: Munich, Germany

PostPosted: Thu Mar 27, 2003 4:14 pm    Post subject: Reply with quote

Aaarggghhhh, I did use IMPS/2 before but when I upgraded I went with the default of "auto" because it worked...

Changed that to IMPS/2 and now it works... Have totally overseen that.

Thanks silverter, you're my hero!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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