Find the answer to your Linux question:
Results 1 to 7 of 7
Currently using Suse v10.0 ... Where to you check to activate the mouse wheel? tyc...
  1. #1
    tyc
    tyc is offline
    Banned
    Join Date
    Feb 2007
    Location
    Keystone State
    Posts
    67

    Mouse Wheel

    Currently using Suse v10.0 ...

    Where to you check to activate the mouse wheel?

    tyc

  2. #2
    Linux User peteh's Avatar
    Join Date
    Oct 2006
    Location
    UK
    Posts
    337
    It should work by default. If you can't find your model in the Configure section just use the generic.
    Pete

  3. #3
    Linux User peteh's Avatar
    Join Date
    Oct 2006
    Location
    UK
    Posts
    337
    Quote Originally Posted by peteh View Post
    It should work by default. If you can't find your model in the Configure section just use the generic.
    I'm sorry, I did that from (poor) memory. Go to System Admin >>Hardware>>Mouse - there's an 'Activate Mouse Wheel' button.
    Pete

  4. #4
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Here is a page that might help for difficult to configure pointing devices

    HOWTO Advanced Mouse/Individual Configurations - Gentoo Linux Wiki

  5. #5
    Linux Engineer valemon's Avatar
    Join Date
    Oct 2006
    Location
    Volos
    Posts
    934
    Also, make sure that in /etc/X11/xorg.conf there is an option
    Code:
    "ZAxisMapping" "4 5"
    If not you should add it under section "InputDevice", mouse identifier.
    Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
    Arch Linux
    Linux user #442041

  6. #6
    tyc
    tyc is offline
    Banned
    Join Date
    Feb 2007
    Location
    Keystone State
    Posts
    67

    Mouse Wheel Identifyer

    Folks;

    I want to thank you for your time and interest but so far, it's no go.

    If you have a moment, take a look at the exerpts from the "etc/X11/xorg.conf" file I have here and see if these make any sense to you.

    NOTE: The mouse in question is a USB connected "generic", two button, with center Wheel:

    NOTE: There are only two (2) "mice" conntected to the laptop, the installed "pad" and the external USB unit, the one which is giving me the problems.

    NOTE: On boot-up, there are times when the mouse is not even recognized, which sometimes causes me to re-boot two or three times inorder for the software to "pickup" the fact that there is an external USB mouse attached.


    InputDevices "/dev/ttyS0"
    InputDevices "/dev/ttyS1"
    InputDevices "/dev/ttyS2"
    InputDevices "/dev/ttyS3"
    InputDevices "/dev/ttyS4"
    InputDevices "/dev/ttyS5"
    InputDevices "/dev/ttyS6"
    InputDevices "/dev/ttyS7"
    InputDevices "/dev/ttyS8"
    InputDevices "/dev/psaux"
    InputDevices "/dev/logibm"
    InputDevices "/dev/sunmouse"
    InputDevices "/dev/atibm"
    InputDevices "/dev/amigamouse"
    InputDevices "/dev/atarimouse"
    InputDevices "/dev/inportbm"
    InputDevices "/dev/gpmdata"
    InputDevices "/dev/mouse"
    InputDevices "/dev/usbmouse"
    InputDevices "/dev/adbmouse"
    InputDevices "/dev/input/mice"
    InputDevices "/dev/input/event0"
    InputDevices "/dev/pointer0"
    InputDevices "/dev/pointer1"
    InputDevices "/dev/pointer2"
    InputDevices "/dev/pointer3"
    EndSection

    # /.../
    # SaX generated X11 config file
    # Created on: 2007-11-22T13:13:04-0500.
    #
    # Version: 7.1
    # Contact: Marcus Schaefer <sax@suse.de>, 2002
    #
    # Automatically generated by [ISaX] (7.1)
    # PLEASE DO NOT EDIT THIS FILE!
    #



    Section "InputDevice"
    Driver "mouse"
    Identifier "Mouse[1]"
    Option "Device" "/dev/input/mice"
    Option "Name" "PS/2 on USB"
    Option "Protocol" "PS/2"
    Option "Vendor" "USB-Mouse"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Driver "synaptics"
    Identifier "Mouse[3]"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "on"
    Option "Name" "Touchpad"
    Option "SHMConfig" "on"
    Option "Vendor" "Synaptics"
    Option "ZAxisMapping" "4 5"
    EndSection




    Section "ServerLayout"
    Identifier "Layout[all]"
    InputDevice "Keyboard[0]" "CoreKeyboard"
    InputDevice "Mouse[1]" "CorePointer"
    InputDevice "Mouse[3]" "SendCoreEvents"
    Option "Clone" "off"
    Option "Xinerama" "off"
    Screen "Screen[0]"
    EndSection



    By the way, I did know about the YAST2 "Activate Mouse Wheel" but that has repeatedly had zero effect ... there's something else going on which at present I just don't know the answer to and perhaps the above readout will give some of you a better idea regarding a cure for the problem. You might note, the "wheel" does work when using WinXP, so clearly there this a setup / recognition problem within the Linux software - but right now I just don't know the anwer ... any ideas?

    At least now I know where in the sofrware I can look for "Mouse" related commands; i.e., "etc/X11/..." didn't know that before.

    Again, thanks for your interest - it is appreciated.

    tyc

  7. #7
    tyc
    tyc is offline
    Banned
    Join Date
    Feb 2007
    Location
    Keystone State
    Posts
    67

    Further Research

    It was also noted in further research that in my file

    etc/X11

    the file XF86Config -- does NOT -- have the following "option" listed

    "option" "Buttons" "6"

    To cause the USB mouse wheel to operate, how important is this?

    tyc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...