View previous topic :: View next topic |
Author |
Message |
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Mon Jun 21, 2004 2:28 am Post subject: Different Kind Of Mouse Problem |
|
|
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 |
|
|
boroshan l33t
Joined: 16 Apr 2003 Posts: 730 Location: upside down
|
Posted: Mon Jun 21, 2004 9:09 am Post subject: |
|
|
what sort of mouse are you using? _________________ Don't let THEM immanentize the Eschaton! |
|
Back to top |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Mon Jun 21, 2004 10:28 am Post subject: |
|
|
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 |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Mon Jun 21, 2004 2:22 pm Post subject: |
|
|
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 |
|
|
boroshan l33t
Joined: 16 Apr 2003 Posts: 730 Location: upside down
|
Posted: Mon Jun 21, 2004 6:42 pm Post subject: |
|
|
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 |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Mon Jun 21, 2004 8:38 pm Post subject: |
|
|
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 |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Thu Jun 24, 2004 10:12 am Post subject: |
|
|
This is getting very annoying and I haven't been able to find the answer to solve it. |
|
Back to top |
|
|
boroshan l33t
Joined: 16 Apr 2003 Posts: 730 Location: upside down
|
Posted: Thu Jun 24, 2004 10:26 am Post subject: |
|
|
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 |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Fri Jun 25, 2004 2:13 am Post subject: |
|
|
I'll look xorg.conf over again to see if I can spot anything. |
|
Back to top |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Sat Jun 26, 2004 2:25 am Post subject: |
|
|
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 |
|
|
MorbidDK n00b
Joined: 13 Feb 2003 Posts: 48
|
Posted: Tue Jul 06, 2004 2:49 pm Post subject: |
|
|
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 |
|
|
oberyno Guru
Joined: 15 Feb 2004 Posts: 467 Location: /bin/zsh
|
Posted: Tue Jul 06, 2004 3:10 pm Post subject: |
|
|
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 |
|
|
MorbidDK n00b
Joined: 13 Feb 2003 Posts: 48
|
Posted: Tue Jul 06, 2004 3:15 pm Post subject: |
|
|
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 |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Wed Jul 21, 2004 3:25 pm Post subject: Different Kind Of Mouse Problem (Solved) |
|
|
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 |
|
|
|