Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mouse Problem with X and Kernel 2.6
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
tassilo80
Guru
Guru


Joined: 26 Mar 2003
Posts: 346
Location: Koblenz, Germany

PostPosted: Tue Oct 21, 2003 1:44 pm    Post subject: Mouse Problem with X and Kernel 2.6 Reply with quote

Hi,

I hab a Dell Inspiron 8200. It has a touchpad and I have a PS/2 wheel mouse which I use mostly. To use the extern mouse with mouse wheel I need the protocol ImPS/2. The touchpad needs PS/2. If I have ImPS/2 in the InputDevice Section in the /etc/X11/XF86Config and start X without the extern mouse the touchpad goes crazy (wild cursor jumping).

Till now (with Kernel 2.4) I had the following Section in my XF86Config:
Code:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

This worked fine. The touchpad worked fine when no extern mouse was plugged on, and when it was plugged the mouse wheel worked as well.

Now, with Kernel 2.6, the mouse wheel doesn't work with the settings above.

What can I do? Do I have to recompile X with the new Kernel?

Thanks,
Tassilo
Back to top
View user's profile Send private message
Celtis
l33t
l33t


Joined: 05 Jul 2003
Posts: 737

PostPosted: Tue Oct 21, 2003 3:46 pm    Post subject: Reply with quote

I had the same problem on 2.4 and it turned out to be that I was loading the wrong type of USB support (UHCI instead of OHCI IIRC). What happens if you cat /dev/input/mice ?
Back to top
View user's profile Send private message
tassilo80
Guru
Guru


Joined: 26 Mar 2003
Posts: 346
Location: Koblenz, Germany

PostPosted: Tue Oct 21, 2003 9:06 pm    Post subject: Reply with quote

USB-Support? Has that anything to do with ps/2 mice?

Quote:

What happens if you cat /dev/input/mice ?

A lot of characters are given out when I move the mouse or touchpad or click a mouse/touchpad button.

Greets,
Tassilo
Back to top
View user's profile Send private message
so
Retired Dev
Retired Dev


Joined: 08 Sep 2003
Posts: 115
Location: Roma

PostPosted: Tue Oct 21, 2003 9:32 pm    Post subject: Reply with quote

This is my XF86Config
Code:

......
Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping"  "4 5"
# Mouse-speed setting for PS/2 mouse.
......

with kernel 2.6.0 the mouse wheel seems ok to me
Back to top
View user's profile Send private message
tassilo80
Guru
Guru


Joined: 26 Mar 2003
Posts: 346
Location: Koblenz, Germany

PostPosted: Wed Oct 22, 2003 2:07 pm    Post subject: I've got it Reply with quote

Hi.

Thanks to all who tried to help. Now I've got it. I made 2 Sektions, one for the touchpad and one for the extern mouse. The touchpad is the "CorePointer" and the mouse "SendsCoreEvents". This works great and is exactly what I wanted.

I loudly shout RTFM at me, a simple
Code:

$ man XF86Config

and some reading and the solution appeared. ;-)

Greets,
Tassilo
Back to top
View user's profile Send private message
johnnyboyro
n00b
n00b


Joined: 19 Sep 2003
Posts: 57
Location: Iasi, Romania

PostPosted: Sat Oct 25, 2003 7:39 pm    Post subject: Reply with quote

Hi,

I had the same problem some time ago, having the mouse protocol set to Auto. Now I changed it to IMPS/2 and works fine ...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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