Mouse wheel isn't working...

How to enable mouse wheel in arch??
I have a PS/2 mouse with 2 buttons and a mouse wheel used as 3-rd button.

should be as easy as throwing
# Get the wheel working
Option "ZAxisMapping" "4 5"
in the mouse section of the /etc/X11/xorg.conf
for example:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
# Get the wheel working
Option "ZAxisMapping" "4 5"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
hope that helps

Similar Messages

  • Mouse wheel don't work.

    Mouse wheel don't work
    This is my xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "es"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    VertRefresh 60.0 - 75.0
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "HWCursor" # [<bool>]
    #Option "SWCursor" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "UseBIOS" # [<bool>]
    #Option "LCDClock" # <freq>
    #Option "ShadowStatus" # [<bool>]
    #Option "CrtOnly" # [<bool>]
    #Option "TvOn" # [<bool>]
    #Option "PAL" # [<bool>]
    #Option "ForceInit" # [<bool>]
    #Option "Overlay" # [<str>]
    #Option "TransparencyKey" # [<str>]
    #Option "ForceInit" # [<bool>]
    #Option "DisableXVMC" # [<bool>]
    #Option "DisableTile" # [<bool>]
    #Option "DisableCOB" # [<bool>]
    #Option "BCIforXv" # [<bool>]
    #Option "DVI" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "DmaType" # [<str>]
    #Option "DmaMode" # [<str>]
    #Option "AGPMode" # <i>
    #Option "AGPSize" # <i>
    #Option "DRI" # [<bool>]
    Identifier "Card0"
    Driver "savage"
    VendorName "S3 Inc."
    BoardName "86C270-294 Savage/IX-MV"
    BusID "PCI:1:1:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    And also I try both in wiki http://wiki.archlinux.org/index.php/Xor … ot_working
    Mouse wheel not working
    The "Auto" protocol doesn't seem to work properly in Xorg 7 any more. In the InputDevice section for your mouse, change:
    Option "Protocol" "auto"
    to
    Option "Protocol" "IMPS/2"
    or
    Option "Protocol" "ExplorerPS/2"
    What more can I do?

    my xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "xtrap"
    Load "dbe"
    Load "dri"
    Load "GLcore"
    Load "glx"
    Load "extmod"
    Load "record"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "CPT"
    ModelName "13a6"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "composite" "enable"
    EndSection
    i have not have a problem with -- Option "Protocol" "auto" 
    you should check the output of xev with your mouse over the window and see some output (in the console you launced from) like this:
    ButtonPress event, serial 31, synthetic NO, window 0x3400001,
    root 0x6a, subw 0x0, time 20177357, (148,61), root:(699,395),
    state 0x0, button 5, same_screen YES
    ButtonRelease event, serial 31, synthetic NO, window 0x3400001,
    root 0x6a, subw 0x0, time 20177357, (148,61), root:(699,395),
    state 0x1000, button 5, same_screen YES
    ButtonPress event, serial 31, synthetic NO, window 0x3400001,
    root 0x6a, subw 0x0, time 20178421, (148,61), root:(699,395),
    state 0x0, button 4, same_screen YES
    what kind of mouse is it? google <mouse brand>+linux ? anything in dmesg about it? USB? what does `lsusb -vs XXX:YYY` say about it?
    just some places to look.
    hth

  • Mouse Wheel does not work on a Laptop?

    I have written a program to support mouse wheel action in my appplication. (using 1.4.1) This works fine on my desktop PC but on my HP Laptop it is a no go.
    The mouseWheelMoved event doesn't even register on the built-in mouse pad of HP. (I checked it out in debug mode and moving the HP mouse wheel does not generate a mouseWheelMoved event.)
    Any help or insight on this problem is appreciated.
    Thx

    >
    The mouseWheelMoved event doesn't even register on the
    built-in mouse pad of HP. (I checked it out in debug
    mode and moving the HP mouse wheel does not generate a
    mouseWheelMoved event.)
    Maybe it registers as some other mouse event. Have you trying listening and reporting other events?

  • Bug? Mouse wheel doesn't work on Firefox and Chrome when added an application skin

    I added a customized skin to make the background of Flex to transparent. The skin is created by the "new file wizard" and only changed the "backgroundRect" 's alpha to "0".
    It works with no problem in IE8.0.6001 and Opera11.6 but doesn't respond to any mouse wheel event in FireFox 11.0 and Google Chrome 17.0.963.79.
    Is it a BUG?
    The flash player's versions are: IE:11.1.102.55; FireFox:11.1.102.55; Chrome:11.1.102.63; Opera:11.1.102.55

    I opened a new Flex project and then tried again. I finally found that it's not a problem of flash but div rendering.
    It seems Firefox and Chorme don't pass mouse wheel event automatically if div layout is set to "absolute".
    Although this is not a Flex issue, any idea of passing that event to flash will be appriciated. I haven't find a way to do it so far :-(
    What I'm doing is editing the "index.tamplate.html" to test. I added a div to contain the div of "flashContent" and set it's style to:
        position: absolute;
        top: 150px; left: 150px;
        height: 250px; width: 250px;
        z-index: 10;
    Another div's z-index is set to 1 to test the overlay effect.
    The reason why I added a div to contain the original div of flash, is I cannot figure out a way to effectively edit the CSS of the "flashContent" div.
    Any help will be thankful!!

  • My Lenovo G50 Mouse Touchpad isn't working

    Hi, I updated to Windows 10 yesterday. I thought my laptop was working OK after the update, but I've noticed that my mouse touchpad doesn't work at all after the update. I hit the F6 button to turn the touchpad off and on, and it still isn't working. Can you help? Thank you!

    Some touchpad has an ON/OFF switch. Tried tapping the upper-left corner of the touchpad twice. if you can see a light on the upper-left of the touchpad, it means it's off. tap the upper-left corner twice to enable it. hope this works
    Clicking on KUDOS is a good way of saying thank you.
    I'm not an HP employee. I'm anybody

  • Getting input from mouse-wheel: does not work under windows/IE

    Hi
    I have built an applet that extends JApplet. To it I have added a class that extends JPanel implements MouseListener, MouseWheelListener, MouseMotionListener.
    I collect input using the method
    public void mouseWheelMoved(MouseWheelEvent e){
    do stuff...
    I have build this on a mac and tested it in firefox and it works fine. But on xp/vista internet explorer, the applet does not respond to mousewheel input. On mac osx /safari it does not work either.
    Is there any solution to this problem?
    Best regards, Carlis.

    Just for luck, try setting the JPanel focusable.panel.setFocusable(true);If that doesn't make a difference, you need to post a [_Short, Self Contained, Compilable and Executable, Example Program (SSCCE)_|http://mindprod.com/jgloss/sscce.html] that clearly demonstrates your problem.
    db

  • Why mouse wheel not working on browser ( Mac OS X) ?

    at mac system, mouse wheel can't work on browser (
    Safari、Firefox ), but it can work on single flash player.
    it's mean the mac version flash player is support mouse
    wheel, but can't work on browser.
    somebody can tell me why? and how to fix this problem.

    very thanks for LuigiL.
    i know this way, but it's not a good way. i must do
    "addEventListener( MouseEvent.MOUSE_WHEEL" for all components if i
    need use wheel...
    i think single flash player can support, why browser can't ?
    the problem is browser or OS ? can adobe contact apple to fix this
    problem? or next version flash player can fix?

  • Auto-scoll (middle mouse button) gone/not working in Firefox 20/Windows 7 64-bit?

    duplicate of [/questions/956896]
    I recently upgraded both my work PC and my home PC to Firefox 20.0.1. My work PC (Win XP 32-bit) works fine, but my home PC (Win 7 64-bit) no longer allows me to auto-scroll when I click the middle mouse button (it does nothing). I have tried restarting Firefox with all addons disabled, as well as a totally fresh install, but haven't had any luck. To clarify, the mouse wheel itself still works as it should, it's just clicking it in to auto-scroll that's the problem.
    Has anyone else experienced this?
    ##EDIT##
    Please delete this (double post)

    Did you check the setting?
    *Tools > Options > Advanced > General: Browsing: "Use autoscrolling"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Mouse wheel events aren't caught in browser

    Hello.
    I developed an applet with NetBeans 6.5 with mouse wheel zooming. In applet viewer everything works fine, but when I start applet in page in browser (I tried Firefox 3.0.6, MS IE 6.0, MS IE 7.0), no mouse wheel events (neither scrolling) are caught by applet.
    Any ideas?
    Thanks.

    The reason behind this is: When applet is run on web browser, the applet window does not get focus. If you can grab the focus somehow, mouse wheel events will work fine. However, this works fine in applet viewer and in older versions of JDK. This is broken in JDK 1.6 and already fixed in JDK 1.7. Please have a look into this bug:
    [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6516675|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6516675]
    If you run following applet in your browser you will see mouse wheel events in action with JDK1.6:
    [In case it does not work, click on 'Click Me' button and try]
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    * @author mrityunjoy_saha
    public class TestApplet extends JApplet {
        public void init() {
             setLayout(new BorderLayout());
            XPane xPane = new XPane();
            //xPane.requestFocus();
            JScrollPane pane = new JScrollPane(xPane);
            //add(new JButton("Click Me"), BorderLayout.NORTH);
            add(pane, BorderLayout.CENTER);
        class XPane extends JPanel {
         private JLabel jLabel1;
            public XPane() {
                jLabel1 = new javax.swing.JLabel();
                addMouseWheelListener(new java.awt.event.MouseWheelListener() {
                    public void mouseWheelMoved(java.awt.event.MouseWheelEvent evt) {
                        formMouseWheelMoved(evt);
                jLabel1.setText("Mouse Wheel Info...");
                   add(jLabel1);
            private void formMouseWheelMoved(java.awt.event.MouseWheelEvent evt) {
                jLabel1.setText(String.valueOf(evt.paramString()));
    }Thanks,
    Mrityunjoy

  • [apvlv] mouse scrolling doesn't work anymore

    Hello guys,
    it occured with some newer version of apvlv that mouse scrolling isn't working anymore. Is there any chance to activate that feature again?
    Best regards

    Hmm It sounds like a problem with apvlv. Does another mouse work with it? Email one or both of these telling them the problem:
    [email protected]
    [email protected]

  • Mouse Wheel on Safari

    I'm trying to handle mouse wheel event, it works on IE &
    FF, but I see that nothing work under safari.
    Any suggestions?

    I'd start by suggesting you ask in the Windows Compatibility or Safari forums. This is the iPad in the Enterprise forum.
    Regards.

  • Photoshop Elements 13 - Mouse wheel won't zoon.

    Have Photoshop Elements on trial basis.  Find that the mouse wheel does not work to zoom in or out when looking at an image.  My prior version of PE did.  Can't find where to set this so mouse wheel works as zoom.  I did find the slide bar to zoom in and out, but like the mouse wheel method better.  Has anyone encountered and solved this issue?  Thanks for any input.   Jerry

    This is a Photoshop Forum, not devoted to Elements, but on the off chance your Preferences file is similar to Photoshop's you may want to look here for zoom settings

  • DV6-2177 Right Mouse Button (touchpad) not working.

    I've got a dv6-2177, 3 months old and the right mouse button isn't working.  When I right click, there is no context menu that shows up.  I've reloaded the pointing device drivers but it doesn't solve the problem.  Any external mouse that I connect will work fine but the built in right button is useless.
    Any idea what the problem is?

    I have the same issue. It has been driving me nuts for months. I have tried everything, and done a LOT of research. The left click brings on the context menu on the desktop and in a few other instances. The right click does not work AT ALL... even if you try to set it up as a tap-a-touch feature (so it is not the hardware), and also the windows lose focus, until you hit the start menu key, or control alt delete, if it is being really stubborn. I have an HP G7... only 6 months old. HP or Synaptic needs to fix this!! It makes my laptop almost useless and definitely frustrating to use!!

  • SWF in iFrame - How to get mouse wheel to work

    I have been searching for a solution to this for a few days
    without any luck. I was hoping someone here may have come across
    this problem and know of a solution, or know if it just is not
    possible.
    I have a static page which consists of an iframe, picture and
    a div with some links. The image is an image map and set to load
    all links within the iframe. The flash itself is a 360 degree
    panoramic view with hotspots (links) within the file that also
    point to other pages. My issue is that the mouse wheel scroll is
    supposed to be a zoom in/out feature, which work with the flash
    file and full screen view. However, when the file is loaded within
    the iframe, the scroll wheel on the mouse will only scroll the page
    and will not interact with the flash file at all.
    The problem seems to be with the following browsers (PC):
    Chrome 0.4
    Opera 9.5
    Firefox 3.0
    The zoom works in IE6, although the page does scroll with it.
    When I disabled the page from scrolling (see index2.html) the zoom
    stops working. This is probably due to the code used to disable the
    mouse. I really need to try to get the mouse wheel to zoom in
    FireFox 3 though. The large majority of our visitors are PC users
    with FireFox 3 or IE 7, so these are the two most important
    browsers to have working.
    The pages are still currently under development but examples
    are online here:
    http://www.utoledo.edu/campus/virtualtour/maincampus/index.html
    -Normal page
    http://www.utoledo.edu/campus/virtualtour/maincampus/index2.html
    -Page with scrolling disabled
    Does anyone have any ideas for a possible solution? Thanks
    for taking the time to help.

    As far as I know,there is no facility for detecting mouse scrolling wheel in JDK 1.3.
    Check it in the later releases of JDK.

  • I use a two button mouse with my Mac Book Pro.  It works fine, but after installing Lion, the mouse wheel goes in reverse of what it did (rolling the wheel towards your palm goes up not down the page).  Anyone know how to fix this?

    I use a two button mouse with my Mac Book Pro.  It works fine, but after installing Lion, the mouse wheel goes in reverse of what it did (rolling the wheel towards your palm goes up not down the page).  Anyone know how to fix this?

    First sentence in OPs question:
    I use a two button mouse with my Mac Book Pro
    I guess the track pad settings would look similar to my screen shot?
    Regards,
    Colin R.

Maybe you are looking for

  • How to refresh a region during tab change

    Hi All, In my page I have two tabs.There is one region each in each tab. Tab 1 region is on top of Parent View Object and Tab 2 region is on top of Child view object. Relationship is one-to-one. In tab 1 region, If populate some attributes <of Parent

  • REG: IDOCS

    Hi All,             Is there any specific process to import an Idoc in the metadata because when i imported an Idoc directly by using the tab create, i am facing a error while testing the file to Idoc scenario. Thanks in advance Siva.

  • Cost Planning for networks in a CO plan version other than 0

    Hi, We have a specific requirement of getting the planned cost in terms of $ and hours on a network activity getting posted to some other CO version other than 0 in certain cases. It would be great if anyone could suggest a FM or a BAPI to achieve th

  • Supplier Hierarchy issue

    anyone have idea to map 0XALSUPPA (Source System Supplier (parent) (ERP). As far as I understood this field is to enable supplier hierarchy in SPM. We are using datasource method to map from ECC but 0XALSUPPA (Source System Supplier (parent) (ERP) is

  • NSMM Replication Plugin Error

    Hi All, I have a multiple master setup and I am getting replication in only one direction. On one of the servers I am getting the following error: NSMMReplicationPlugin - repl_set_mtn_referrals: could not set referrals for replica dc=userRepository,