Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
multiple mice in 2.6 kernels
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
zfc-tinkerer
Tux's lil' helper
Tux's lil' helper


Joined: 05 May 2003
Posts: 126

PostPosted: Sun Dec 14, 2003 7:08 pm    Post subject: multiple mice in 2.6 kernels Reply with quote

I have a 2.6 kernel running on my laptop (fresh install, so no remainder of 2.4 or configs from 2.4 left around), and have everything but the winmodem and pcmcia working (don't need either, so I haven't tried). I would like to get fancy features of both the touchpad and usb mouse working. I set up x to use the default mouse in the config program (/dev/mouse, I think), and both the touchpad and the mouse work just fine to move around the mouse, and click. What I would like to get working is scrolling, at least on the external mouse if not on the touchpad also. The usb mouse has a scroll wheel. I got that working just fine before when I was using a 2.4 kernel. The problem is, since both mice are one device, I don't know what to change to get the scroll wheel working. The touchpad has a rocker rather than a wheel to scroll, and I can't remember if I ever got that working. (I don't have the touchpad option in the kernel config selected, the touchpad is just considered to be a PS/2 mouse). Has anyone found a way to do this?

(I'm not sure if this belongs here or in the multimedia forum, sorry)
Back to top
View user's profile Send private message
metacove
Tux's lil' helper
Tux's lil' helper


Joined: 09 Apr 2003
Posts: 148

PostPosted: Mon Dec 15, 2003 8:40 pm    Post subject: Reply with quote

I don't know much about your laptop. I have a synaptics touchpad and a microsoft intellimouse usb. I have both mice working with scroll abilities. My laptop is an Emachines m5310 with a synaptics touchpad (Includes vertical scrollzone).

I had to install the synaptics modules for x that is included in portage (emerge synaptics).

Here are the required Xconfig lines for my laptop:

Code:

Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    # USB MOUSE
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol" "ExplorerPS/2"
    Option      "Device" "/dev/input/mice"
    Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # TOUCHPAD
    Identifier  "Mouse0"
    Driver      "synaptics"
    Option      "Device" "/dev/mouse"
    Option       "LeftEdge" "1900"
    Option       "RightEdge" "5400"
    Option       "TopEdge" "3900"
    Option       "BottomEdge" "1800"
    Option       "Finger" "25 30"
    Option       "MaxTapTime" "180"
    Option       "MaxTapMove" "220"
    Option       "VertScrollDelta" "100"
    Option       "MinSpeed" "0.02"
    Option       "MaxSpeed" "0.15"
    Option       "AccelFactor" "0.0010"
EndSection

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