Evdev kills X with mouse buttons

Hi
I'm new to Arch so please have some patience.
I have a Logitech MX3100 mouse/kbd combo (MX1000 mouse), connected via usb
I just installed Arch yesterday and to get all my mouse buttons working I tried to use evdev, now the problem is if I use evdev, X crash instantly with any mouse button click other than button1. If I don't specify the event (as documented in the wiki) the mouse doesn't work at all.
Section "InputDevice"
Identifier "Evdev Mouse"
Driver "evdev"
Option "device" "/dev/input/event5"
# Option "Name" "Logitech USB Reciever"
Option "SendCoreEvents" #CorePointer"
Option "Buttons" "12"
EndSection
This is the backtrace from log
Backtrace:
0: X(xf86SigHandler+0x7e) [0x80d9e0e]
1: [0xb7fdc420]
2: /usr/lib/xorg/modules/input//evdev_drv.so [0xb722d8bd]
3: X [0x80d9f8a]
4: X [0x80b4fb6]
5: [0xb7fdc420]
6: X(Dispatch+0x82) [0x808c602]
7: X(main+0x48b) [0x8073d5b]
8: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7db7390]
9: X(FontFileCompleteXLFD+0x201) [0x80730d1]
Other interesting parts of the log:
(**) Evdev Mouse: always reports core events
(II) Evdev Mouse: Found 4 relative axes.
(II) Evdev Mouse: Configuring as pointer.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Unable to parse 'null' as a map specifier string.
(EE) Evdev Mouse: Button(null)MapTo: Button 96 already claimed.
(EE) Evdev Mouse: Unable to parse 'Button 96' as a map specifier.
(II) Evdev Mouse: Found 96 mouse buttons
(II) Evdev Mouse: Configured 96 mouse buttons.
(**) Option "CorePointer"
(**) USB Mouse: always reports core events
(II) USB Mouse: Found 4 relative axes.
(II) USB Mouse: Configuring as pointer.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Unable to parse 'null' as a map specifier string.
(EE) USB Mouse: Button(null)MapTo: Button 96 already claimed.
(EE) USB Mouse: Unable to parse 'Button 96' as a map specifier.
(II) USB Mouse: Found 96 mouse buttons
(II) USB Mouse: Configured 96 mouse buttons.
(II) evaluating device (USB Mouse)
(II) XINPUT: Adding extended input device "USB Mouse" (type: KEYBOARD)
(II) evaluating device (Evdev Mouse)
(II) XINPUT: Adding extended input device "Evdev Mouse" (type: KEYBOARD)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(**) USB Mouse: 2 valuators.
(**) USB Mouse: Configuring in Absolute mode.
(**) USB Mouse: Registering 96 buttons.
evdev: leds are 0x0 for device 2
(II) USB Mouse: Init
(**) Evdev Mouse: 2 valuators.
(**) Evdev Mouse: Configuring in Absolute mode.
(**) Evdev Mouse: Registering 96 buttons.
evdev: leds are 0x0 for device 3
(II) Evdev Mouse: Init
(II) USB Mouse: On
(II) Evdev Mouse: On
(EE) Evdev Mouse: Unable to grab device (Device or resource busy).

Hi Eradest,
I guess there is some confusion since it's a mouse/kbd combo, it creates 2 events, one for the keyboard og 1 for the mouse, and the tricky part is that the one for the mouse also features some extra keyboard keys.
I tried your suggestion, but still same result, if I don't specify event, then the mouse doesn't work.
If I comment out both mouse and keyboard X autodetect it and use evdev for both it seems, however then I have the problem that X crash when I click any other mouse button than button1
I've also tried using the default keyboard setting and let X autodetect it, but it makes no difference.
This is the part of my xorg.conf
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
# InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse" "CorePointer"
# InputDevice "Evdev Mouse" "SendCoreEvents" #"CorePointer"
# Serial Mouse not detected
# USB Mouse not detected
EndSection
Section "InputDevice"
Identifier "Evdev Mouse"
Driver "evdev"
# Option "device" "/dev/input/event6"
Option "Name" "Logitech USB Reciever"
# Option "SendCoreEvents"
Option "CorePointer"
Option "Buttons" "12"
EndSection
Last edited by kayrune (2007-12-15 19:11:41)

Similar Messages

  • What's the latest version of macbook or mackbook pro with mouse buttons?, what's the latest version of macbook or mackbook pro with mouse buttons?

    what's the latest version of macbook or mackbook pro with mouse buttons?, what's the latest version of macbook or mackbook pro with mouse buttons?

    Are you talking about MacBooks and MacBook Pros with the two buttons at the bottom of the trackpad and not the buttonless multi-touch trackpad?

  • Expose / Spaces function(s) fail to work with mouse buttons, ongoing issue

    Please see this now very old thread:
    http://discussions.apple.com/thread.jspa?threadID=2131775&start=0&start=0
    This is an issue as old as snow leopard itself. The problem varies in that it can effect spaces or expose. When using a non-apple mouse, one or more of these functions will fail to perform with a mouse button indefinitely as soon as a restart has taken place.
    In my particular case, whatever mouse button I assign to "show desktop" fails to function entirely after a restart has taken place. This remains true even if I re-apply the setting in system preferences, such as changing it to another button, or changing it to nothing, and back. I can still use keyboard shortcuts and screen corners to activate "show desktop". I can continue to use other expose and spaces features with the properly assigned mouse keys. Only one feature, in my case "show desktop", fails to function with -any- mouse button after a restart.
    To make this even more clear, this behavior has remained the same and consistent for the 14 months I've had snow leopard. It has even continued to exist after I recently removed and recreated my HFS+ partition, and re-installed OS 10.6, entirely from scratch. It did not exist whatsoever for the year and a month I had OS 10.5 leopard, before upgrading to 10.6. This behavior was +literally introduced upon installing snow leopard+. I have a razer death adder 1500 DPI mouse.
    Several others share the exact same symptoms, with only the affected expose/spaces function and mouse model differing. A sibling of mine experienced the +exact same issue+ with an entirely different mac model and the exact same model of mouse.
    As a relatively unimportant aside, certain "tricks" seem to fix the issue, but only temporarily (one involves moving the location of spaces and/or expose out of the utilities folder, another involves deleting "com.apple.symbolichotkeys.plist" from ~/Library/Preferences). Unfortunately, these tricks:
    A. always only fix the problem temporarily, the issue returns
    B. do not address whatever is causing the issue in the first place
    This is really frustrating quite a few people, as the linked-to thread can attest to. Along with the obvious, this frustration is magnified because:
    A. This issue +does not appear+ to involve terribly challenging technical difficulties (i.e., merely mouse button behaviors).
    B. This issue did not seem to exist before OS 10.6.
    C. This issue, with the previous two points above in mind, has remained unaddressed for 14-plus months - the entire duration of Mac OS 10.6 snow leopard. I myself originally figured a reasonable time for this issue to be addressed & resolved would be a matter of +a few days+, weeks at most, and at the very least, thought I'd be using these beloved features again +well over a year ago+.
    To put it frankly, what the %$#&? Why hasn't this been addressed yet?
    Message was edited by: -DrD-
    Message was edited by: -DrD-

    Anyone even care? I submitted this as feedback to apple, and haven't got a reply through that route, either.

  • Problems with mouse buttons after update

    In recent days, for no apparent reason, I am experiencing problems with the mouse. The right button is set to right-click does not work and the role of the side buttons have also changed. A friend who also has a similar iMac is experienced problems from the day. ¿Could anybody help me? Thanks.
    These are the lates Software Update lines in install.log file:
    Jun 23 11:00:53 ebd40 Software Update[97005]: JS: 10.5.8
    Jun 23 11:00:53 ebd40 Software Update[97005]: JS: 10.5.8
    Jun 23 11:00:57 ebd40 Software Update[97005]: Found receipt (name match) for (RemoteDesktopClient / b): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 23 11:00:57 ebd40 Software Update[97005]: Found receipt (name match) for (RemoteDesktopClient / client): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 23 11:00:57 ebd40 Software Update[97005]: Found receipt (name match) for (RemoteDesktopClient / client_auto): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 23 11:00:57 ebd40 Software Update[97005]: Found receipt (name match) for (AirPortUtility / a): (AirPortUtility / com.apple.pkg.AirPortUtility)
    Jun 23 11:00:58 ebd40 Software Update[97005]: Found receipt (name match) for (RAWCameraUpdate3 / RAWCameraUpdate3Leopard): (RAWCameraUpdate3 / com.apple.pkg.RAWCameraUpdate3)
    Jun 23 11:00:58 ebd40 Software Update[97005]: Found receipt (name match) for (RAWCameraUpdate3 / RAWCameraUpdate3): (RAWCameraUpdate3 / com.apple.pkg.RAWCameraUpdate3)
    Jun 23 11:00:59 ebd40 Software Update[97005]: Package Authoring Error: installation-check results requires a message
    Jun 23 11:01:00 ebd40 Software Update[97005]: Found receipt (name match) for (AppleIntermediateCodec / auto): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 23 11:01:00 ebd40 Software Update[97005]: JS: model = iMac9,1
    Jun 23 11:01:01 ebd40 Software Update[97005]: JS: 10.5.8
    Jun 23 11:01:04 ebd40 Software Update[97005]: JS: Firmware is up to date.
    Jun 23 11:01:04 ebd40 Software Update[97005]: __choice_su_visible returned wrong type (CFArray: (\n))
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Printer HP_Laserjet does not require an update.
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Printer HP_Laserjet does not require an update.
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Printer HP_Laserjet does not require an update.
    Jun 23 11:01:10 ebd40 Software Update[97005]: Found receipt (name match) for (FrontRowUpdate2.1.7 / auto): (FrontRowUpdate2.1.7 / com.apple.pkg.FrontRowUpdate2.1.7)
    Jun 23 11:01:10 ebd40 Software Update[97005]: Found receipt (name match) for (iDVD_704 / auto): (iDVD_704 / com.apple.pkg.iDVD_704)
    Jun 23 11:01:11 ebd40 Software Update[97005]: JS: 10.5.8
    Jun 23 11:01:13 ebd40 Software Update[97005]: Found receipt (full match) for (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 23 11:01:13 ebd40 Software Update[97005]: Found receipt (name match) for (AppleIntermediateCodec / autoAppleIntermediateCodec): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 23 11:01:14 ebd40 Software Update[97005]: __choice_su_visible returned wrong type (CFArray: (\n))
    Jun 23 11:01:14 ebd40 Software Update[97005]: Found receipt (name match) for (CoreFP / CoreFP): (CoreFP / com.apple.pkg.CoreFP)
    Jun 23 11:01:14 ebd40 Software Update[97005]: Found receipt (name match) for (iTunesAccess / iTunesAccess): (iTunesAccess / com.apple.pkg.iTunesAccess)
    Jun 23 11:01:14 ebd40 Software Update[97005]: Found receipt (name match) for (iTunesX / iTunes): (iTunesX / com.apple.pkg.iTunesX)
    Jun 23 11:01:14 ebd40 Software Update[97005]: Found receipt (name match) for (AppleMobileDeviceSupport / amds): (AppleMobileDeviceSupport / com.apple.pkg.AppleMobileDeviceSupport)
    Jun 30 11:01:12 ebd40 Software Update[48505]: JS: 10.5.8
    Jun 30 11:01:12 ebd40 Software Update[48505]: JS: 10.5.8
    Jun 30 11:01:15 ebd40 Software Update[48505]: Found receipt (name match) for (RemoteDesktopClient / b): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 30 11:01:16 ebd40 Software Update[48505]: Found receipt (name match) for (RemoteDesktopClient / client): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 30 11:01:16 ebd40 Software Update[48505]: Found receipt (name match) for (RemoteDesktopClient / client_auto): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 30 11:01:16 ebd40 Software Update[48505]: Found receipt (name match) for (AirPortUtility / a): (AirPortUtility / com.apple.pkg.AirPortUtility)
    Jun 30 11:01:17 ebd40 Software Update[48505]: Found receipt (name match) for (RAWCameraUpdate3 / RAWCameraUpdate3Leopard): (RAWCameraUpdate3 / com.apple.pkg.RAWCameraUpdate3)
    Jun 30 11:01:17 ebd40 Software Update[48505]: Found receipt (name match) for (RAWCameraUpdate3 / RAWCameraUpdate3): (RAWCameraUpdate3 / com.apple.pkg.RAWCameraUpdate3)
    Jun 30 11:01:18 ebd40 Software Update[48505]: Package Authoring Error: installation-check results requires a message
    Jun 30 11:01:19 ebd40 Software Update[48505]: Found receipt (name match) for (AppleIntermediateCodec / auto): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 30 11:01:19 ebd40 Software Update[48505]: JS: model = iMac9,1
    Jun 30 11:01:21 ebd40 Software Update[48505]: JS: 10.5.8
    Jun 30 11:01:23 ebd40 Software Update[48505]: JS: Firmware is up to date.
    Jun 30 11:01:24 ebd40 Software Update[48505]: __choice_su_visible returned wrong type (CFArray: (\n))
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Printer HP_Laserjet does not require an update.
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Printer HP_Laserjet does not require an update.
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Printer HP_Laserjet does not require an update.
    Jun 30 11:01:32 ebd40 Software Update[48505]: Found receipt (name match) for (FrontRowUpdate2.1.7 / auto): (FrontRowUpdate2.1.7 / com.apple.pkg.FrontRowUpdate2.1.7)
    Jun 30 11:01:32 ebd40 Software Update[48505]: Found receipt (name match) for (iDVD_704 / auto): (iDVD_704 / com.apple.pkg.iDVD_704)
    Jun 30 11:01:34 ebd40 Software Update[48505]: JS: 10.5.8
    Jun 30 11:01:35 ebd40 Software Update[48505]: Found receipt (name match) for (AppleIntermediateCodec / autoAppleIntermediateCodec): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 30 11:01:35 ebd40 Software Update[48505]: Found receipt (full match) for (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 30 11:01:37 ebd40 Software Update[48505]: __choice_su_visible returned wrong type (CFArray: (\n))
    Jun 30 11:01:37 ebd40 Software Update[48505]: Found receipt (name match) for (iTunesX / iTunes): (iTunesX / com.apple.pkg.iTunesX)
    Jun 30 11:01:37 ebd40 Software Update[48505]: Found receipt (name match) for (AppleMobileDeviceSupport / amds): (AppleMobileDeviceSupport / com.apple.pkg.AppleMobileDeviceSupport)
    Jun 30 11:01:37 ebd40 Software Update[48505]: Found receipt (name match) for (iTunesAccess / iTunesAccess): (iTunesAccess / com.apple.pkg.iTunesAccess)
    Jun 30 11:01:37 ebd40 Software Update[48505]: Found receipt (name match) for (CoreFP / CoreFP): (CoreFP / com.apple.pkg.CoreFP)
    Thanks.

    Blank (lighted, but black) screen with cursor at bootup
    [SOLVED] - Macbook Air Sleep/Wake problem
    Dark screen on start-up can only see curser

  • KeyStroke with mouse button

    hi. i am working on a project that involves w/ keystroke, but i can't get it to work w/ mouse. i wrote a test program for it, but it does not work. can someone please help.
    my program:
    import javax.swing.KeyStroke;
    public class testKeyStroke {
         public testKeyStroke()
              String s = "button1";
              System.out.println("s: " + KeyStroke.getKeyStroke(s));
         public static void main(String[] args)
              System.out.println("testKeyStroke");
              new testKeyStroke();
    the output
    testKeyStroke
    s: null
    Thanks

    KeyStroke should be used with valid Keyboard keys not just any string.
    For example, when you create a JMenuItem, you can assign a KeyBoard key to fire its associated action when the key is pressed.
    JMenuItem item = new JMenuItem("Exit Program");
      item.setAccelerator( KeyStroke.getKeyStroke("ctrl W") );Please read the associated API information about KeyStrokes and post again if you still have a problem or if you manage resolve the problem
    ICE

  • Option click with mouse?

    This is my last question for now. I'm playing an online puzzle challenge at Gold Rush. And for the puzzle for Mac users, you need to option click to alternate the puzzle pieces. How do you option click with the Mighty Mouse?

    Hi, Kirsten.
    Same as with any other mouse: hold the Option key, then click with mouse button one, i.e. the same button you would use to perform a single click, usually the left mouse button if you've set up your mouse as right-handed.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • [SOLVED] Thunar 1.6 doesn't drag-and-drop with the right mouse button

    Hallo all.
    It might be something I've done (though I did delete my ~/.config/Thunar directory before upgrading), but Thunar doesn't let me drag-and-drop with the right mouse button, thus stopping me from copying something instead of moving it, etc. Has anyone else had that too?
    Last edited by GordonGR (2012-12-28 14:34:20)

    Joel wrote:
    anonymous_user wrote:Is it supposed to be with the right-mouse button? I always thought drag and drop was done with the left button?
    Could be right-hand user
    Come on! Read what GordonGR wrote!
    Microsoft Windows, Nautilus, the Haiku Tracker, and probably many other file managers have a feature where, when you right-click or middle-click and drag an icon to a new location, a pop-up menu appears and asks what you'd like to do (Move, Copy, Link). I thought I used to use this feature in Thunar too but it seems to have stopped working in recent versions. Has anyone else had any experience with it?
    EDIT: Here's random blogger talking about the feature in an older version of Thunar: http://jeromeg.blog.free.fr/index.php?p … and-tricks So that's good, I wasn't just imagining the feature.
    Last edited by drcouzelis (2012-12-12 03:45:05)

  • Lenovo Thinkpad Compact USB Keyboard with Trackpoint: Middle mouse button and scrolling

    I got this keyboard (KU-1255).
    Unfortunately, it generates bogus mouse button events if I click the middle mouse button and use the trackpoint:
    With "thinkpad scrolling mode" disabled, the middle mouse button is released as soon as I move the trackpoint while still pressing the button!
    Expected behaviour: The middle mouse button is pressed, the event created. Moving the trackpoint moves the cursor normally. Releasing the middle button creates a corresponding event.
    With "thinkpad scrolling mode" enabled, the button is registered as pressed, then scrolling occurs as I move the trackpoint and the button is released if I release it.
    Expected behaviour: No middle mouse button event is registered if I move the trackpoint. Pressing and releasing the middle mouse button is only registered if I click the button without moving the trackpoint.
    When will there be a firmware update available for the keyboard, like for the SK-8855?
    Since I am also using Linux, I would be really interested in fixing this in the firmware, not only getting a new Windows driver.

    Help please.

  • Firefox doesn't let me copy the web address from the address bar using the context menu with second button in mouse or trackpad

    Hello!
    I write to report a problem I have with the new update v35 and v35.0.1 Firefox on address bar
    With the new version 35 of Firefox on Mac OSX Yosemite, clicking directly with the right mouse button in the address bar to copy the web address, context menu NOT allowed to copy the link, it shaded in gray, inactive ... you have to click on another browser free zone before returning to click a second time and be able to copy the link from the context menu
    I mean, with the first right click in the address bar context menu that appears don't allow me to copy the link directly, you have to click on another area and then clicking again with the right mouse button in the address bar to copy the web address (happens to all pages)
    I tried to open Firefox with inactive complements and plugins, and reset Firefox to first time use (like the first install) and the problem is here again... With or without complements and plugins the problem is here
    This happens before and then when I format my computer
    Here I put a screenshot that explains the problem better than my words
    http://i.imgur.com/QxKd8P1.gif
    I hope you can help me

    ''guigs2 [[#answer-685712|said]]''
    <blockquote>
    The icons that show up when you right click in that image do not look like the default version of Firefox, even with the Spanish Dictionary/Language pack.</blockquote>
    Hello
    The icons in the screenshot is from Linux OS, because I don't know how to capture screen, and somebody in Linux OS made it to show the problem that I was talking about
    I don't have any icon addons only have 2 plugins, quicktime (integrated in OS) and adobe Flash, updated both
    Before I format my Mac, I upgraded Firefox to v35 and here came this error
    Then I format my Mac after days, by subjects of hard disk space, etc... when I install Firefox 35 (new install) the problem was here again
    I tried to Open Firefox with disabled Add-ons, and Reset Firefox to an install version, but the problem is here always

  • Open Tabs with Middle Mouse Button in Linux FF

    Hey all, the issue I'm seeing is this:
    I can open and close tabs, on Windows Firefox, with the wheel (middle button) on the mouse.
    Once I go back over to Linux Firefox (v3/4 both) (Fedora 12/13) I can't get it to work. I've even seen forum posts elsewhere where some people are even having trouble with the newest Fedora 14.
    The mouse is a [http://www.logitech.com/en-us/for-business/products/keyboard-mice-combos/devices/879 Logitech RX300]; a simple 3-button mouse where the middle button is the scroll wheel. I've seen forum posts about this mouse specifically - but in relation to Windows problems.
    I'd very much like to find out what the root of this problem is and how to fix it.
    If that is too slippery, even a suggestion of a known-good working mouse of the same type would be helpful. If the answer is to get away from the one I have then I might just.
    If anyone can lend some insights my sanity would be greatly appreciative.
    Thanks in advance,
    TT

    And, wouldn't you know it, an hour after posting I found the simple solution...
    Someone suggested that the Logitech RX300 mouse had a problem with mapping the middle (wheel) mouse button - try another one.
    I tried 4 various mice - they all worked. The Logitech RX30x mice needs some adjustments.

  • I used to open, bbc radio 2, with a left click on the 'listen' tab? this now longer responds, I have to now right click the mouse button and open link in a new tab? whats wrong

    I used to be able to open BBc Radio 2 via the 'Listen' link with a left click of the mouse button, this nolonger works, I now have to right click the link and 'open link in a new tab'
    I must have disabled something?
    If you can help then please make it easy for me to understand.
    Thanks
    Regards
    Rj

    2 Solutions found in [http://support.mozilla.com/en-US/questions/791244]
    the user cor-el has a method that does not require any add-ons. He States
    This code in userChrome.css will move "Open Link in New Window" to the top of the context menu.
    <pre>@namespace url("<a href="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul</a>"); /* only needed once */
    #contentAreaContextMenu &gt; * { -moz-box-ordinal-group: 2; }
    #context-openlink { -moz-box-ordinal-group: 1 !important; }</pre>
    the user jay_ff shows how to do it using the Menu Editor Add-on
    1. Install the Menu Editor add-on from https://addons.mozilla.org/en-US/firefox/addon/menu-editor/ .
    2. After the installation, go to Firefox> add-ons (or simply use Ctrl+Shift+A)
    3. Go to the Menu Editor "Options"
    4. In the "Main context menu," simply grab the "Open link in New Tab" and place it below the "Open Link in New Window"
    5. and Voila! You may also change other menu options if you want to!
    I tried jay_ff method first and found that indeed changing the Main Context Menu did cause the hotlink context menu to change as well.

  • I can't remove Yandex Elements from the Open menu list with right mouse button and Tools menu although I removed Yandex. I think it slows down Firefox.

    I downloaded Freeyoutube downloader from internet and somehow got yandex installed in my computer with toolbars on firefox.Despite I removed Yandex from my computer Yandex elements still stays in open menu when right mouse button clicked and in the Tools menu. I tried to uninstall Firefox, remove yandex registry from windows registry and restart computer, and then reinstall firefox, Yandex elements still hangs there. Firefox is now running very slow compared to the running before Yandex.

    hello, please try all these steps:
    # [[Reset Firefox – easily fix most problems|reset firefox]] (this will keep your bookmarks and passwords)
    # afterwards go to the firefox menu [[Image:New Fx Menu]] > addons > extensions and in case there are still extensions listed there, disable them.
    # finally run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] and [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner] to make sure that adware isn't present in other places of your system as well.
    [[Troubleshoot Firefox issues caused by malware]]

  • Minimize button doesnt work with mouse right button after openning a new tab in windows 8.1 with firefox nightly

    I'am using Mozilla firefox nightly version in Windows 8.1 .... after starting the Mozilla all toolbar options, minimize, maximum buttons works fine. but as soon as i open a new tabe the (minimize, maximize, close) options do not work with mouse left button clicking. I have to click taskbar "nightly icon" to minimize or close the browser.

    HI Ashraful_007,
    Currently Nightly is not a supported version and is changing each day, however please also to not be discouraged to try to start Firefox in Safe Mode to make sure it is not an add on as well as file a bug in bugzilla.mozilla.org.

  • Open file with... photoshop CS6 by clicking right mouse button..

    Hi, I want to open a jpeg Picture with photoshop CS6 by clicking right mouse button open with....photoshop. The PS wont open the Pictures but freezes. I can only close it when using ctrl alt delete. I was asked to update the Version, which I did without success. CS also told me to reset the log file, with no success too, what else can i do to have this issue fixed?

    Hi,
    In the Finder doa Get Info ona NEF file, look for Open with..., change it to PS6, click the Apply to all box.

  • Thinkpad laptop, red "mouse" button/nub in keyboard does not work with version 4.0, Why?

    IBM and/or Lenova laptop computers have the red button/nub in the center of the keyboard that acts with "mouse" functions such as scrolling up and down pages. After downloading Version 4.0 of Firefox this feature does not work anymore. Is it locked in some settings?

    i figured it out!
    1) go to control panel
    2) click on mouse
    3) click on the UltraNav tab at the top
    4) for the TrackPoint, i have the Enable TrackPoint box checked and the "Use as pointing device with advanced features
    5) click on Settings
    6) click on settings again towards the bottom right
    7) for "Scrolling Type" click on Smooth.
    that should work!

Maybe you are looking for

  • Display uploaded file on JSP page

    Hi All, I want to display uploaded file in JSP. Initially I am displaying File Name after saving the file & click on edit link. i.e on JSP Page I have File Upload component & save button.With that save button I am saving my file to databse. So when I

  • "Recent messages" on mail folders are not "recent"

    I have just got a 3Gs, and am using it with a MobileMe account. I have a number of subfolders for archived messages in my mail account, and I have set the iPhone to download the most recent 50 messages in those folders. However, the messages that it

  • Customer Service Help Severely Needed!

    I have a huge, ongoing issue with customer service.... I've literally spent precious hours of my life on the phone and unfortunately, it's getting to be a weekly occurrence.  I'm posting here with the hopes that this is another venue for me to be hea

  • Search Help Exit with portal (webdynpro)

    Hi, I'm implementing a customised search help for CAT2. In the portal it is using the webdynpro. I'm using the search help exit to populate the hit list that i want it to appear at both the R/3 backend and the portal side. I've also added the search

  • Burn dmg to flash drive

    Hi, i just got a macbook and Iam trying to save a movie file .dmg to a usb flash drive, so i can vuew it on my dvd players USB drive. Does ayone know how to covert a dmg file sothat it is small enough to save on a usb stick? Thanks C