Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Different Kind Of 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
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Mon Jun 21, 2004 2:28 am    Post subject: Different Kind Of Mouse Problem Reply with quote

It doesn't make any difference which window manager I'm in but my mouse works to quickly or something. For example, with Firefox open, I click to go back one page and it will go back two pages or clicking on a link on a web page will cause two instances of the linked page to open. In gnome chosing to open a terminal sometimes will open two terminals. Does anyone know what I can do to slow down my mouse or something so my mouse won't be overdoing it? I haven't been able to find any one else with the same sort of problem. I'm using xorg-x11 with a love-sources kernel if that helps any.
Back to top
View user's profile Send private message
boroshan
l33t
l33t


Joined: 16 Apr 2003
Posts: 730
Location: upside down

PostPosted: Mon Jun 21, 2004 9:09 am    Post subject: Reply with quote

what sort of mouse are you using?
_________________
Don't let THEM immanentize the Eschaton!
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Mon Jun 21, 2004 10:28 am    Post subject: Reply with quote

It is a usb Logitech Optical Wheel Mouse. Here is the relevent portions
of my xorg.conf:

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"

Here are the sections of my kernel config file that may be relevent:

# Userland interfaces
#
CONFIG_INPUT
_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y

# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m

# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y

I don't know if you need anything else.
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Mon Jun 21, 2004 2:22 pm    Post subject: Reply with quote

I've added to the xorg.config

Option "Buttons" "3"

It still has not solved my problem. Do I need to try to use imwheel with this mouse?
Back to top
View user's profile Send private message
boroshan
l33t
l33t


Joined: 16 Apr 2003
Posts: 730
Location: upside down

PostPosted: Mon Jun 21, 2004 6:42 pm    Post subject: Reply with quote

I don't think so. I use
Code:
xmodmap -e "pointer = 1 2 3 7 6 4 5"
in my .xinitrc but no imwheel. Trouble is I don't use a USB mouse here, so I'm not sure how much applies.
_________________
Don't let THEM immanentize the Eschaton!
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Mon Jun 21, 2004 8:38 pm    Post subject: Reply with quote

I use gdm and mainly fluxbox and on occassion gnome so I'm not sure where these numbers would be on my system to check them.
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Thu Jun 24, 2004 10:12 am    Post subject: Reply with quote

This is getting very annoying and I haven't been able to find the answer to solve it.
Back to top
View user's profile Send private message
boroshan
l33t
l33t


Joined: 16 Apr 2003
Posts: 730
Location: upside down

PostPosted: Thu Jun 24, 2004 10:26 am    Post subject: Reply with quote

you could try playing around with the protocol options in xorg.conf. Maybe a PS/2 works better? Usually when I get oddball mouse behaviour, it comes down to the choice of protocol.

Mind, there was one occasion when it was a hardware problem in the mouse. I wound up reformatting the drive and re-installing before I realised that wasn't software.
_________________
Don't let THEM immanentize the Eschaton!
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Fri Jun 25, 2004 2:13 am    Post subject: Reply with quote

I'll look xorg.conf over again to see if I can spot anything.
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Sat Jun 26, 2004 2:25 am    Post subject: Reply with quote

I guess I'll just have to keep being annoyed with this problem. All of my settings are correct., but I'm still having the problem.
Back to top
View user's profile Send private message
MorbidDK
n00b
n00b


Joined: 13 Feb 2003
Posts: 48

PostPosted: Tue Jul 06, 2004 2:49 pm    Post subject: Reply with quote

Same mouse, same config setup. Was working in Xfree, upgraded recently to Xorg and just out of the blue the wheel has stopped working. It might be due to a recent emerge but I can't remember what was recently emerged. Looking at emerge.log doesn't show anything that should have affected the mouse much less the X server so I'm pretty convinced its Xorg.
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Tue Jul 06, 2004 3:10 pm    Post subject: Reply with quote

Both of you might want to try:
Code:
Option     "Protocol"      "ExplorerPS/2"

instead of the imps/2 one. I have a mx700 and IMPS/2 started acting up when I switched to xorg-x11 IIRC. And yes, I'm using usb.
Back to top
View user's profile Send private message
MorbidDK
n00b
n00b


Joined: 13 Feb 2003
Posts: 48

PostPosted: Tue Jul 06, 2004 3:15 pm    Post subject: Reply with quote

I actually just fixed mine by adding CONFIG_USB_HIDDEV to my kernel and rebooting. My kernel now looks as such:
Code:
grep HID .config
# USB Human Interface Devices (HID)
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y

My xorg.conf looks as such:
Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Wed Jul 21, 2004 3:25 pm    Post subject: Different Kind Of Mouse Problem (Solved) Reply with quote

I decided to switch back to my all time favorite kde. I went into the control panel and lowered the mouse acceleration from 2.0 to 1.6. So far everything is working much better for me.
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