Logitech wheelmouse wheel not working

My mouse works fine except for the scrolling wheel, which doesn't do anything... I mean it does function as a third button as it should, it just doesn't let me scroll with it.
I use icewm and have made sure that I have
UseMouseWheel=1
in my .icewm/preferences file.  I know I am probably missing something obvious but I can't figure out what.  Can anybody help?

If you have not already, you might have to enable the ZAxisMapping-Option in xorg.conf.
Further information in the Wiki:
[url]http://wiki2.archlinux.org/index.php/How to set up mouse scroll wheel[/url]

Similar Messages

  • Logitech mouse buttons not working in photoshop cc 2014

    logitech mouse buttons not working in photoshop cc 2014 winds 8.1. Is this a common problem?
    I have updated the latest drivers and have a few buttons programmed with keyboard shortcuts that used to work in previous versions of Photoshop but don't work now.
    Scrolling with mouse in bridge stopped working in cc butI see it is now working.
    any ideas?

    Many Photoshop extensions are not compatible with Photoshop CC 2014 for Adobe removed support for Flash Panels in CC 2014. Many extensions panels are flash based.  Check with the developer to see if their blendmein extension works with CC 2014.
    Adobe does not maintain Photoshop so it backward compatible with prior versions of Photoshop.  This brakes things like action scripts plugins extensions etc. Keep old version of Photoshop installed....

  • Lenovo Bluetooth Laser mouse 41u5009 scroll wheel not working in Virtual PC

    Firstly this is not a type I have a 41U5009 that is the model number printed on the bottom of the mouse and this mouse came direct from Lenovo with my T61p notebook.  For some reason to get drivers for this mouse you cannot simply type in the model number on the Lenovo site as it does not recognize it as a valid model number. 
    My issue is that the driver I have or the mouse does not allow the scroll wheel to work under MS virtual pc 2007.  I am running Vista 64 bit on the T61P laptop and the virtual pc I am running xp.  If I plug in other mice such as MS cordless mini mouse or HP standard mouse the wheel from those mice works in the VM.  But the wheel on the Lenovo mouse does not work, this makes me believe it is the Lenovo mouse that is the issue.  I have tried using the Lenovo mouse on another pc ( a clone pc) and have the same issue with the wheel not working.  I should point out that in the parent OS the wheel on the Lenovo mouse works fine.  I should also point out that in the VM every other function of the mouse works fine, it is just the wheel part that does not get recognized. 

    Sorry, but pressing F7 did not do anything I could see in the mobile browser. I had to check with the desktop browser to see what it was supposed to do, and I don't think this caret browsing function exists in the mobile version.
    Also tried installing the latest non-beta mobile FIrefox alongside the beta, without syncing anything, and the nonfunctionality of mouse scrolling is present in that one, too. Am considering giving up on mobile Firefox on at least this device.
    Note: in case this information is useful, the mouse scrolling works on the Firefox start page with the thumbnails for most used links, but not on any other pages.

  • Scroll wheel not working in Mavericks

    Update to OS X Mavericks resulted in mouse scroll wheel not working any more at all in any application.  Any suggestions for get scroll wheel function working would be appreciated.  Thanks!

    Just to understand the sequence: you have this problem when you are in a Firefox tab, click a link, and it opens in a:
    * new window
    * new tab
    * same tab
    I'm guessing a new window. Since the title bar area is a bit faded, some other window must have the focus, but which one?? If you press and hold the Alt key and press and release the Tab key, you should get the visual Task Switcher pane. The icon to the left of the current highlighted icon indicates the window that had the focus. If you then click that first icon, is it another Firefox window, or some other app?

  • Battery changed,but click wheel not working again

    i was changed the new battery for my ipod mini 4G 1 st gen, however the click wheel not working again. the ipod is chargeble, and can lock and unlock, but when the switch turn back to unlock, the ipod is restarting. does anyone who knows what problem i have, and how to fix it? thank you so much
    dell   Windows XP  

    very likely it is a hardware issue, if after restore to factory setting does not solve.
    it could be caused by poor contact or the faulty click wheel of the iPod, just like mine

  • Hi. The buttons and wheel of my iPod 4th generation do not work. The hold button resets the iPod, and the shuffle shake works. The music plays by shuffling but I can't access albums etc due to the buttons and wheel not working.

    Hi. The buttons and wheel of my iPod 4th generation do not work. The hold button resets the iPod, and the shuffle shake works. The music plays by shuffling but I can't access albums etc due to the buttons and wheel not working.

    Did you restore from backup?
    Next would be to restore to factory settings/new iPod since maybe you have some corruption in the backup

  • My logitech mic does not work with Audition anymore

    My Logitech mic does not work with Audition anymore. I had to reformat my hard drive and re install Audition, it is not working any more, I have test the mic with another software and it work fine. help please.

    Fixed. Switched card into different slot, not sure exactly what made it work, but it does now.
    Go ahead and delete thread if you like.

  • Scrool wheel not working

    scroll wheel not working cant increase volumn I Pod nano 4th g

    Have you worked through the usual 5 R's of troubleshooting to rule out the possibility of a software glitch or data corruption?
    http://www.apple.com/support/ipod/five_rs/
    B-rock

  • Logitech USB MX500 Optical Mouse - Scroll Wheel Not Working

    Howdy,
      Just started using Archlinux a few days ago and I'm starting to really like it.  However, something that was pretty simple to resolve in my previous distro (Gentoo) seems to have me baffled in Archlinux.
      In Gentoo, I would simply add the Option "ZAxisMapping" "4 5" line to my mouse input section of xorg.conf and my mousewheel would work like a charm.  In Archlinux I haven't had any luck getting the mouse wheel to work yet.  I have tried the suggestions in other threads with adding the Buttons line to xorg (didn't need it for Gentoo), and that hasn't helped me either.  I was wondering if anyone else has any ideas regarding my issue?  Thanks in advance.

    Yeah, I got it to work, but I had to do some things first. You will
    need the application called imwheel. Its not in pacman, so you have to
    download it and compile it yourself. You can find it here:
    http://imwheel.sourceforge.net/. A simple ./configure --prefix=/usr, make,
    su -c 'make install' will work out fine. Make sure you use the prefix
    because the little start script below depends on the app to be in your path.
    Otherwise, it will install in /usr/local/bin and that is typically not in
    your path. You can add it to the path if you want to, however.
    Then, you need to change your mouse settings in xorg.conf to:
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "6 7"
    Option "Buttons" "7"
    Option "CorePointer"
    EndSection
    Then, create your ~/.imwheelrc file with this in it:
    None, Up, Alt_L|Left
    None, Down, Alt_L|Right
    Then, create a bash script that you can start with your window manager. Has
    to start with your session, so you cant add it to rc.local. I create the
    file and add the link to ~/.kde/Autostart for KDE:
    #!/bin/sh
    #First test if there is a display running.
    if test "$DISPLAY" != "";
    then
    xmodmap -e "pointer = 1 2 3 6 7 4 5"
    imwheel -k -b "67"
    fi
    This is how I got it to work for for my mouse... Took me a while to get all that info, so I hope it helps someone out :-P
    Joe

  • Logitech Pro 4000 not working with new Imac 24"

    Just migrated from a G4 to the new Imac 24"
    Cannot get the Logitech Pro 4000 to work with new mac.
    Contacted Logitech and they said
    "please note that the QuickCam Pro 4000 currently only supports up to Mac OS X 10.2.6"
    However,the cam DID work ,even under 10.4.8 with the old G4...
    Any ideas people..
    Thanks!

    Your nwe iMac is Intel based, which is why the old driver failed/ You could try the driver from IOXperts. They do not mention Intel support, but they do list your camera, and have a free trial.
    <http://www.ioxperts.com/products/webcamx.html>

  • Scroll wheel not working in Community Help App (Windows 7 64bit)

    I am using the Community Help App on both a Windows 7 32 bit machine and a Windows 7 64 bit machine.
    On the 32 bit machine, the mousewheel scrolls the content pane just fine.
    On my 64 bit machine, the mousewheel will not scroll the content pane. I have to use the scroll bar on the right (click and hold to scroll the content).
    This appears to the be case for all Adobe Air apps, as this functionality is identical in Adobe Story.
    I am using a Microsoft Wireless Mobile 4000 mouse on the Windows 7 machine.
    Is anyone else having this problem on 64 bit Windows 7 machines?

    I'm frustrated, too, because of the scroll wheel issue with any AIR applications.
    Running Windows 7 Home Premium N 32 bit.
    Using Microsoft Comfort Optical Mouse 3000 (wired, not wireless) - current drivers.
    Scroll wheel will not work when rolled normally, no matter what sensitivity I set the wheel to.  To get any scrolling action, I have to roll the wheel as fast as I can.  Then, it will scroll, but in horrible chunky bits, which ends up being wildly inaccurate and extremely frustrating.
    I've heard of many other people having this issue.  It's only when the program I'm using is an AIR application, which leads me to believe that Adobe did something to make AIR incompatible with a MS mouse & Win 7 OS.  (I have used the same mouse running Vista and scrolled fine in an AIR application.)
    Is Adobe going to correct this situation?

  • Mouse pad virtual wheel not working in bookmarks menu

    Hi,
    My laptops mouse pad wheel does not work in the bookmarks menu. It works fine in any other application or on the main view in firefox. I'm not very organized and have hundreds of bookmarks, it's frustrating to have to wait for the up/down buttons in the bookmarks menu to scroll.
    I've read https://support.mozilla.com/en-US/kb/Cannot+scroll+with+mouse+wheel+or+touchpad
    which did not work.
    Here are my specs. I won't dump the entire dxdiag, I'm sure there's a lot of redundant info. in it.
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
    System Information
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7600) (7600.win7_gdr.100618-1621)
    Language: English (Regional Setting: English)
    System Manufacturer: Gateway
    System Model: NV53
    BIOS: Ver 1.00PARTTBL]
    Processor: AMD Athlon(tm) II Dual-Core M300 (2 CPUs), ~2.0GHz
    Memory: 4096MB RAM
    Available OS Memory: 3838MB RAM
    Page File: 1489MB used, 6185MB available
    Windows Dir: C:\windows
    DirectX Version: DirectX 11
    DX Setup Parameters: Not found
    User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
    DxDiag Version: 6.01.7600.16385 32bit Unicode
    DxDiag Notes
    Display Tab 1: No problems found.
    Sound Tab 1: No problems found.
    Sound Tab 2: No problems found.
    Input Tab: No problems found.
    DirectInput Devices
    Device Name: Mouse
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Device Name: Keyboard
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x1002, 0x4397
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    Gameport Devices
    PS/2 Devices
    + Launch Manager
    | Matching Device ID: *pnp0303
    | Upper Filters: DKbFltr
    | Service: i8042prt
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + Alps Pointing-device
    | Matching Device ID: *pnp0f13
    | Upper Filters: ApfiltrService
    | Service: i8042prt
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD

    Maybe FCP 3 doesn't provide support for mouse wheel scrolling? I can't remember and I'm not going to install FCP 3 to test that theory.
    You should be able to at least set the MS mouse driver to perform scroll wheel functions in FCP through the MS mouse preference pane (zoom in/out for example) but I don't know if that includes scrolling.

  • Mouse scroll wheel not working correctly.

    Just installed Firefox 4 and my mouse scroll wheel is not working correctly. When opening the program, I can scroll as normal for about 5/10 minutes. Then, suddenly, the mouse scroll wheel no longer works. I've since found that it is actually scrolling outside of Firefox. E.g. I had Outlook open and it was scrolling through my Outlook even though Firefox was the open window. I checked this multiple times and it always seems to be the case.
    Checked about:config as advised, everything looks correct on the mousewheel settings (i.e everything is set to default). Mouse drivers are up to date. No problems with any other programs. This issue started occurring in Firefox 4 beta. I switched back to 3.6 so I could continue scrolling. Updating to Firefox 4 caused the issue to recur.

    It seems a lot of people are having problems with the Mighty Mouse's scroll ball. I actually thought I was done for after just a few weeks of using my first (wired) one. But here I am years later with my wireless variant, beeing perfectly happy with it (in case you don't know, the wireless Mighty Mouse is a much better option due to it's laser based tracking system). In my experience, getting rid of fluff that interferes with the ball is quite easy on both types. Try blowing really hard directly at the trackball (optionally while you press it down with some pointed device) a few times. Rotate it and repeat as needed. Alternatively roll the mouse upside down on the microfiber cloth that probably came with your Mac.

  • New Imac 20" mouse scroll wheel not working

    I just got my imac about 4 months ago and the scroll wheel stop working properly. It will let me scroll down side to side but not back up. Is this something that apple will replace if i take it back to the apple store or am i stuck with a broken mouse.

    It can be replaced under the one-year warranty or the iMac it came with, or three years if you have AppleCare.
    However, you should try cleaning it. The little rollers under the ball get clogged with gunk and stop working properly.
    You can refer to this Apple article.
    http://support.apple.com/kb/HT1537
    The way I clean it is with a damp (not wet) lint-free cloth. Fold it over and put it flat on a table or counter top. Holding the mouse up-side-down, roll the ball quickly in all direction on the cloth. Do this for a minute or two. Usually, this will dislodge the accumulated gunk on the internal rollers, and the mouse scrolling will work again.
    You may want to do this periodically, even if it appears to be working fine.

  • Canon SX50HS Scroll Wheel Not working

    Hi all,
    My SX50HS is approx. 3months old, and suddenly the scroll wheel stopped working. All the other functions seems to be working quite well. I went to the support center since the camera is still under warranty, and they said that they have to replace all the other circuitry and the lens setup to repair this, since the camera is sealed. Only LCD will not be replaced.
    I am trying to talk with the camera shop to get a replacement due to all these circuitry replacement.
    Anyone experienced this before? Any help would be appreciated.
    Thanks.

    No that is not why your having problems like that, if you bumped that dail or somthing along those lines then that would make sense/

Maybe you are looking for

  • WIJ 20002 Error

    Post Author: jase4now CA Forum: WebIntelligence Reporting For the past two days, I have received the WIJ 20002 ERROR when I attempt to create an ad-hoc.  This is sudden, as I have been able to create reports in the past.                Any help is gr

  • How can I make by MB Pro work on 802.11n wireless?

    A month ago we bought a new MacBook and in conjunction with that purchase we upgraded from a Linksys 802.11g to the AirPort Extreme 802.11n Wi-Fi Wireless Base Station. We wanted to have the 802.11n access for the new MacBook and for our other laptop

  • How to create a string with numbers, separated by ",".

    Hello! I have a start number and a end number. For example 101 and 110. Now I want to create a string containing all numbers between 101 and 110 separated by comma(","). (101,102,103 .......,110) Any smart suggestions?

  • Who's Who tab - Position field empty/blank in ESS

    Dear Friends, I am facing a problem in ESS->Employee Search -> Who's Who tab The 'Position' field is 'Blank' on the Webpage when an employee is logged in. All other fields are displayed on the screen like First Name, Last Name, Organizational Unit, C

  • How can i save a pdf file to ipad

    How do I save a PDF file to my iPad without saving in iBooks?