Mouse clicks send app to crazy land

I have a multi-threaded app with two main windows. One is the data display / main user interface event handler. The other is a seperate window with nothing but the menu bar--basically categorized commands that may be executed independent of what the main user interface is doing. This way I can move the commands around, hide them, etc--they are seperate.
From the user interface I am running a script. At first the sub-vi that ran scripts was a modal 'Cancel' button to end the script and return to the user interface. The modal property kept the user from doing anything with the user-interface while the script was executing. Perfect. The problem is, it also kept the user from accessing the command window. So I changed the scri
pt from a modal dialog box to a non-modal pop-up window that i set to Always-on-Top. This allows access to the command window and keeps the 'Cancel' button on top so it won't disappear behind the user interface if the main window gets clicked. Also, the user interface remains locked out because the script sub-vi is called from the user interface event handler.
The problem I have is that clicking on the main user interface (for example, selecting a different tab to view) while the 'Cancel' button dialog box is visible, does nothing. When the dialog box exits however, all of the clicks done previously (which you'd think would have been forgotten), get propogated. The application goes haywire momentarily trying to change and update things. If you clicked five different tabs while the dialog box was open, it would do nothing, then all of a sudden (when the dialog box exits), flip rapidly between the five different tabs selected, as fast as possible.
Is there any way to cancel
or ignore these mouse click events that get sent to the main user interface? Is this a problem with the windows Always-on-Top setting?

This is certainly occuring because of the "Always on Top" selection. However, there is one option you have here. You could try using Dynamic Events. They're new to LabVIEW 7.0. You can actually unregister a particular event (tab changed) and have it only trigger when you want. For instance, you could unregister this right before the cancel window comes up. Then, if the user clicks the tabs, since this event is unregistered, they will not be tallied. Then, when you get back to that window, there will be no events stored up so nothing should happen.
J.R. Allen

Similar Messages

  • Exec utl_mail.send when mouse click

    Hi,
    I have a question,
    I want to exceute the exec utl_mail.send inside when mouse click i a form. how can i do that?
    Thanks and regards

    The ULT_MAIL, package is a utility for managing email which includes commonly used email features, such as CC, BCC etc.
    To install UTL_MAIL
    Method 1:
    sqlplus sys/<pwd>@db_sid
    SQL> @ORACLE_HOME/rdbms/admin/utlmail.sql
    SQL> @ORACLE_HOME/rdbms/admin/prvtmail.plb
    you define SMTP_OUT_SERVER parameter in the init.ora rdbms initialization file. However , if SMTP_OUT_SERVER is not define, this invoke a default of DB_DOMAIN which is guaranteed to be defined to perform appropriately.
    Method 2:
    Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Connected as SYS
    SQL> grant execute on utl_mail to public;
    Grant succeeded
    SQL> create or replace public synonym utl_mail for sys.utl_mail;
    Synonym created
    SQL> CREATE OR REPLACE FUNCTION SEND_MAIL
    (pIssuer IN VARCHAR2,
    pReceiver IN VARCHAR2,
    pSender IN VARCHAR2,
    pSubject IN VARCHAR2,
    pMessage IN VARCHAR2) RETURN VARCHAR2 IS
    c utl_smtp.connection;
    respuesta utl_smtp.reply;
    pServer VARCHAR2(50) := 'SERVER';
    BEGIN
    -- Open the connection to the Server-mail
    c: = utl_smtp.open_connection (pserver);
    answer: = utl_smtp.helo (c, pServer);
    - Starts the Issuer mail.
    answer: = utl_smtp.mail (c, pSender);
    - Start the receiver
    answer: = utl_smtp.rcpt (c, pReceiver);
    answer: = utl_smtp.open_data (c);
    - Write the header of the e-mail
    utl_smtp.write_data (c, 'From:' | | pIssuer | | utl_tcp.CRLF);
    utl_smtp.write_data (c, 'To:' | | pReceiver | | utl_tcp.CRLF);
    - Write the Subject
    utl_smtp.write_data (c, 'Subject:' | | pSubject | | utl_tcp.CRLF);
    - Write the text of the Message.
    utl_smtp.write_data (c, utl_tcp.CRLF | | pMessage);
    utl_smtp.write_data (c, utl_tcp.CRLF | |'.');
    answer: = utl_smtp.close_data (c);
    - Close connection
    answer: = utl_smtp.quit (c);
    RETURN '0 ';
    EXCEPTION
    Utl_smtp.permanent_error THEN WHEN OR utl_smtp.transient_error
    utl_smtp.quit (c);
    RETURN SQLERRM;
    - raise_application_error (-20000,
    - 'Sending email failed, returning the following error:' | | SQLERRM);
    WHEN OTHERS THEN
    RETURN SQLERRM;
    END;

  • Possible to send a mouse click through a JFrame

    Hi there.
    is there a way to send a mouse click event through a frame to the whatever underneath (another application for example)?
    Scenario: I use a Frame for (bigger, colorful) MouseCursor representation (see http://forums.sun.com/thread.jspa?threadID=5394797). But of course... The Cursor has to be on top... And so it catches all mouseClickEvents....
    Please; all hints are welcome! How do I achieve to send mouse clicks through the JFrame...
    Thx in advance
    Andi
    Edited by: neobond on 30.06.2009 09:43

    You don't do it that way - you'd just tell the button to dispatch a CLICK MouseEvent and anything listening for the click would get it... something like:
    myButton.dispatchEvent(new Event(MouseEvent.CLICK));

  • Issues with mouse clicks/jumps after using CleanMyMac App.

    Since using this app. my hitherto slightly slow responding iMac has required multiple mouse clicks and is less/unresponsive.
    Anyone else used this software?
    As yet have not approached CleanMy Mac.
    I have reinstalled Mountain Lion (download) not clean install.
    Any suggestions? Is there a separate app for mouse that I can reload. Im guessing a minor chunk of code was deleted along with rubbish.
    Reg25x

    Uninstall CleanMyMac and do not reinstall it.
    CleanMyMac is one of a broad category of time- and money-wasters capable of causing system corruption that can only be rectified by reinstalling OS X, restoring from a backup, or completely erasing your system and rebuilding it from the ground up. Get rid of it and test your Mac for operation. If it does not perform normally, the possibility that Cleanmymac resulted in system corruption must be considered.
    The vast majority of Mac problems reported on this site are the direct result of having used garbage like that. Never install such junk on a Mac.

  • Mouse clicks not working on published air app, works fine when debugging/testing

    So I have an issue where when debugging my Air application, it runs fine and mouse clicks work and everything.  When I publish the application and install it, it plays fine but clicking does nothing.
    We have an older version which is working when we publish it and we're trying to add things in one step at a time, but I figured I'd see if anyone else has had this issue.  A bit frustrating.
    Thanks!

    FIXED!!!!
    We're using Dropbox to share files and it turns out that two people having project open at same time is a bad idea when doing final publish!  It creates conflict files and effects the final package or something of that nature.
    Glad we got that one figured out!

  • Send a mouse click?

    Does anyone know how to generate a mouse click with lingo? I
    need a 'genuine' mouse event - not sendsprite(x,#mouseup)
    Cheers

    If your project is Windows only, Gary Smith (the fellow who
    brought us
    BuddyAPI) has posted a beta version of baMouseClick which
    will do just
    what you need. Though it is Windows only...
    http://www.mods.com.au/budapi/future.htm

  • J2ME, Robot class, and sending mouse clicks from a remote device

    I'm trying to simulate a mouse click on a client machine, using J2ME on a remote host device. What's the best way to do this?

    import java.awt.Robot;
    import java.awt.event.InputEvent;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    public class Main
        public static void main(String[] args)
            JFrame frame = new JFrame();
            frame.getContentPane().add(new JButton("Click Me"));
            frame.pack();
            frame.setLocationRelativeTo(null);
            try
                // Simulate a middle-button mouse click
                Robot robot = new Robot();
                robot.mousePress(InputEvent.BUTTON2_MASK);
                // Simulate a middle-button mouse click again
                robot.mousePress(InputEvent.BUTTON2_MASK);
            catch (Exception e)
                e.printStackTrace();
            frame.setVisible(true);
    }?

  • IMac mid 2010 not responding to mouse clicks for mac software

    I have a mid 2010 iMac 16 gb ram running 10.10.2.  My problem started a wk ago when the iMac wouldn't respond to the track pad's click.  I did change the trackpad which did not help. I also noted that this behavior was mostly w/ Mac software (with the obvious exception of safari.)  I can not retrieve email w/ the mail.app. Can not use pages to finish work that needs done.  I can open programs but once opened can't navigate.  I can scroll but mouse clicks either B/T or USB fail. I have restarted in SAFE mode - no joy - I ran disk warrior - told me all was just fine. I rest the SMC nothing.
    My hobby is photography and I use (and have been using) Photoshop 2014 (PS), Lightroom-5 (LR_5) w/o problemsI've pasted a report from Etrecheck (nice - helpful app).
    EtreCheck version: 2.1.8 (121)
    Report generated March 30, 2015 at 7:38:32 AM EDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Adware! - Remove] links for help removing adware.
    Hardware Information: ℹ️
        iMac (21.5-inch, Mid 2010) (Technical Specifications)
        iMac - model: iMac11,2
        1 3.06 GHz Intel Core i3 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM1
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        ATI Radeon HD 4670 - VRAM: 256 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 7:50:1
    Disk Information: ℹ️
        ST3500418AS disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
              (disk0s2) / : 499.25 GB (132.19 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-STDVDRW  GA32N
    USB Information: ℹ️
        X-Rite, Inc. ColorMunki Display
        Wacom Co.,Ltd. Intuos5 touch S
        Generic Mass Storage Device
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Internal Memory Card Reader 7.95 GB
            EFI (disk1s1) <not mounted> : 210 MB
            ssd (disk1s2) /Volumes/ssd : 7.60 GB (7.17 GB free)
        Western Digital My Book 500.11 GB
            SUPER_DUP (disk4s1) /Volumes/SUPER_DUP 1 : 500.11 GB (128.55 GB free)
        Western Digital My Book 1110 1.5 TB
            EFI (disk2s1) <not mounted> : 210 MB
            time_machine (disk2s2) /Volumes/time_machine : 1.50 TB (613.29 GB free)
        Apple Computer, Inc. IR Receiver
        Apple Inc. Built-in iSight
    Firewire Information: ℹ️
        Drobo Rev2 800mbit - 800mbit max
            EFI (disk5s1) <not mounted> : 210 MB
            Drobo (disk5s2) /Volumes/Drobo : 17.59 TB (16.17 TB free)
    Configuration files: ℹ️
        /etc/hosts - Count: 1
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Geneio [Adware! - Remove]
    Kernel Extensions: ℹ️
            /Applications/Toast 10 Titanium/Toast Titanium.app
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
            /DiskWarrior.app
        [not loaded]    com.alsoft.Preview (4.3) [Click for support]
            /Library/Extensions
        [loaded]    com.TrustedData.driver.VendorSpecificType00 (1.7.0 - SDK 10.7) [Click for support]
        [not loaded]    com.drobo.SCSI.ThunderBolt (1.1 [72278] - SDK 10.8) [Click for support]
        [loaded]    com.squirrels.airparrot.framebuffer (3 - SDK 10.8) [Click for support]
        [loaded]    com.squirrels.driver.AirParrotSpeakers (1.8 - SDK 10.8) [Click for support]
        [not loaded]    com.wacom.kext.ftdi (1 - SDK 10.10) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxDrv (4.0.8) [Click for support]
        [not loaded]    org.virtualbox.kext.VBoxNetAdp (4.0.8) [Click for support]
        [not loaded]    org.virtualbox.kext.VBoxNetFlt (4.0.8) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.0.8) [Click for support]
            /SafariDownloads/LCC Installer.app
        [not loaded]    com.Logitech.Control Center.HID Driver (2.4.0) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.AmbrosiaSW.AudioSupport (4.1.2 - SDK 10.6) [Click for support]
        [loaded]    com.attotech.driver.ATTOiSCSI (3.4.1b1 - SDK 10.6) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.master (5.6.1) [Click for support]
        [not loaded]    com.palm.ClassicNotSeizeDriver (3.2.1) [Click for support]
        [not loaded]    com.wacom.kext.pentablet (5.3.6 - SDK 10.9) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.11 - SDK 10.9) [Click for support]
        [not loaded]    tw.com.sitronix.driver.USBMassStorageClass (1.0.0) [Click for support]
            /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
        [not loaded]    com.paceap.kext.pacesupport.leopard (5.6.1) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.panther (5.6.1) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.tiger (5.6.1) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        PACESupport: Path: /Library/StartupItems/PACESupport
        ProTec6: Path: /Library/StartupItems/ProTec6
        ProTec6b: Path: /Library/StartupItems/ProTec6b
        RetroRun: Path: /Library/StartupItems/RetroRun
        VirtualBox: Path: /Library/StartupItems/VirtualBox
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.adobe.AdobeCreativeCloud.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.micromat.TechToolProAgent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.wacom.pentablet.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
        [loaded]    com.xrite.device.softwareupdate.plist [Click for support]
    Launch Daemons: ℹ️
        [running]    com.adobe.adobeupdatedaemon.plist [Click for support]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist [Click for support]
        [not loaded]    com.attotech.iscsid.plist [Click for support]
        [loaded]    com.barebones.authd.plist [Click for support]
        [loaded]    com.barebones.bbedit.plist [Click for support]
        [loaded]    com.charlessoft.pacifist.helper.plist [Click for support]
        [running]    com.datarobotics.ddservice64d.plist [Click for support]
        [running]    com.freemacsoft.appcleanerdaemon.plist [Click for support]
        [failed]    com.google.GoogleML.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.micromat.TechToolProDaemon.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [loaded]    com.prosofteng.DriveGenius.locum.plist [Click for support]
        [not loaded]    com.squirrels.kextinstaller.plist [Click for support]
        [running]    com.starfield.backupservice.plist [Click for support]
        [running]    com.xrite.device.xrdd.plist [Click for support]
        [failed]    openbase.plist [Click for support]
        [failed]    PACESupport.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.akamai.single-user-client.plist [Click for support]
        [running]    com.c-command.SpamSieve.LaunchAgent.plist [Click for support]
        [running]    com.prosofteng.DGMonitor.plist [Click for support]
        [loaded]    com.valvesoftware.steamclean.plist [Click for support]
        [running]    openlaunch.plist [Click for support]
        [not loaded]    org.virtualbox.vboxwebsrv.plist [Click for support]
        [running]    ws.agile.1PasswordAgent.plist [Click for support]
    User Login Items: ℹ️
        WBE Desktop Notifier.App    Application  (/Applications/WBE Desktop Notifier.App)
        WorkspaceUpdate    Application Hidden (/Applications/Workspace/WorkspaceUpdate.app)
        System Events    Application  (/System/Library/CoreServices/System Events.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        ColorMunkiDisplayTray    Application  (/Library/Application Support/Colormunki/Display/Tools/ColorMunkiDisplayTray.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        500px Uploader    Application  (/Applications/500px Uploader.app)
        Caffeine    Application  (/Applications/Caffeine.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        NoteBookHelper    Application  (/Users/[redacted]/Library/Services/NoteBookHelper.service)
        EEventManager    Application Hidden (/Applications/Epson Software/Event Manager.app/Contents/Resources/Assistants/Event Manager/EEventManager.app)
        ConnectService    Application Hidden (/Library/Application Support/ArcSoft/Connect Service/ConnectService.app)
    Internet Plug-ins: ℹ️
        UploaderForCiG: Version: 1.1.3.10 [Click for support]
        Google Earth Web Plug-in: Version: 6.0 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.3.1.2 [Click for support]
        RealPlayer Plugin: Version: Unknown
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.6 - SDK 10.9 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        CANONiMAGEGATEWAYDL: Version: 3.1.0.2 [Click for support]
        EPPEX Plugin: Version: 10.0 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 40 Check version
    User internet Plug-ins: ℹ️
        WbeTools64_14: Version: 1.0.23.53 © 2013 - SDK 10.6 [Click for support]
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.92 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        fileEditTool64_15: Version: 1.0.35.65 © 2013 - SDK 10.6 [Click for support]
    Safari Extensions: ℹ️
        TinEye
        Firebug Lite for Safari
        Translate
        Validator
        WOT
        Twitter for Safari
        1Password
        Adblock Plus
        LittleSnapper
    3rd Party Preference Panes: ℹ️
        Akamai NetSession Preferences  [Click for support]
        RCDefaultApp
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        GeekTool  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        MenuMeters  [Click for support]
        OpenBasePreferences  [Click for support]
        Shades Preferences  [Click for support]
        TechTool Protection  [Click for support]
        WacomTablet  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
             : Disk size: 499.25 GB Disk used: 367.05 GB
            ssd: Disk size: 7.60 GB Disk used: 432 MB
        Destinations:
            time_machine [Local]
            Total size: 1.50 TB
            Total number of backups: 82
            Oldest backup: 2014-02-17 10:31:54 +0000
            Last backup: 2015-03-30 11:33:00 +0000
            Size of backup disk: Adequate
                Backup size 1.50 TB > (Disk used 367.49 GB X 3)
    Top Processes by CPU: ℹ️
             3%    WindowServer
             1%    ConnectService
             0%    ColorMunkiDisplayTray
             0%    fontd
             0%    AppleSpell
    Top Processes by Memory: ℹ️
        447 MB    softwareupdated
        412 MB    mds_stores
        378 MB    Image Capture Extension
        206 MB    ColorMunkiDisplayTray
        103 MB    Spotlight
    Virtual Memory Information: ℹ️
        9.34 GB    Free RAM
        3.89 GB    Active RAM
        2.64 GB    Inactive RAM
        1.31 GB    Wired RAM
        6.21 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 29, 2015, 11:48:47 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-03-29-234847_[reda cted].crash
        Mar 29, 2015, 11:46:30 PM    Self test - passed
        Mar 29, 2015, 05:20:10 PM    /Library/Logs/DiagnosticReports/Finder_2015-03-29-172010_[redacted].cpu_resourc e.diag [Click for details]
        Mar 29, 2015, 12:05:16 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-03-29-000516_[reda cted].crash
        Mar 28, 2015, 10:18:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Adobe Photoshop CC 2014_2015-03-28-221805_[redacted].crash
    Any help appreciated
    Best regards
    Toni

    and the results!!
    Start time: 12:01:07 03/31/15
    Revision: 1309
    Model Identifier: iMac11,2
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 1 day12:15
    UID: 501
    Memory
        BANK 0/DIMM0
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x857F
        BANK 1/DIMM0
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x857F
        BANK 0/DIMM1
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x857F
        BANK 1/DIMM1
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x857F
    SerialATA
        ST3500418AS                            
    FireWire
        Rev2 (Drobo)
    USB
        ColorMunki Display (X-Rite Incorporated)
        My Book (Western Digital Technologies, Inc.)
        My Book 1110 (Western Digital Technologies, Inc.)
    Bluetooth
        Apple Wireless Keyboard
        Apple Wireless Trackpad
    System errors (per sec)
        xrdd (UID 0, error 60): 240
    Memory (MB)
        kernel_task (UID 0): 1247
    Font issues: 54
    Firewall: On
    Listeners
        kdc: kerberos
        launchd: afpovertcp
        launchd: microsoft-ds
    System caches/logs
        1.9 GiB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-03-02 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-03-04 ColorMunkiDisplayTray crash
        2015-03-04 garcon crash
        2015-03-05 AdobeCrashDaemon crash
        2015-03-08 syspolicyd crash
        2015-03-10 Adobe Photoshop CC 2014 crash
        2015-03-11 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-03-11 AdobeCrashDaemon crash
        2015-03-12 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-03-12 ColorMunkiDisplayTray crash
        2015-03-15 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-03-17 Preview crash
        2015-03-18 Adobe Photoshop CC 2014 crash
        2015-03-18 Mail crash
        2015-03-22 ColorMunkiDisplayTray crash
        2015-03-23 TextEdit crash
        2015-03-24 AdobeCrashDaemon crash
        2015-03-27 ColorMunkiDisplayTray crash
        2015-03-29 Adobe Photoshop CC 2014 crash
        2015-03-29 Finder crash
        2015-03-30 Finder crash
        2015-03-31 AdobeCrashDaemon crash x2
        2015-03-31 ColorMunkiDisplayTray crash
        2015-03-31 Core Sync crash
    HID errors: 6
    Kernel log
        Mar 25 13:29:35 PM notification timeout (pid 385, Creative Cloud)
        Mar 25 13:29:35 PM notification timeout (pid 488, Adobe CEF Helper)
        Mar 25 13:29:35 PM notification timeout (pid 489, Adobe CEF Helper)
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:49:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:51:20 proc 452: load code signature error 4 for file "NoteBookHelper"
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 28 23:59:40 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x24, ASCQ = 0x00
        Mar 29 00:00:43 utun_start: ifnet_disable_output returned error 12
        Mar 29 00:06:03 proc 502: load code signature error 4 for file "NoteBookHelper"
        Mar 30 21:15:22 proc 3070: load code signature error 4 for file "NoteBookHelper"
        Mar 30 21:40:19 proc 3781: load code signature error 4 for file "NoteBookHelper"
    System log
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:26:16 revisiond: sqlite3_step failed: 11 database disk image is malformed
        Mar 31 11:26:16 revisiond: _CSInsertChunk failed, i:0, count:1
        Mar 31 11:26:16 revisiond: _CSStoreChunks failed, batchIndex:0, batchCount:1
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:26:16 revisiond: sqlite3_step failed: 11 database disk image is malformed
        Mar 31 11:26:16 revisiond: _CSInsertChunk failed, i:0, count:1
        Mar 31 11:26:16 revisiond: _CSStoreChunks failed, batchIndex:0, batchCount:1
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:26:16 revisiond: sqlite3_step failed: 11 database disk image is malformed
        Mar 31 11:26:16 revisiond: _CSInsertChunk failed, i:0, count:1
        Mar 31 11:26:16 revisiond: _CSStoreChunks failed, batchIndex:0, batchCount:1
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:26:16 revisiond: sqlite3_step failed: 11 database disk image is malformed
        Mar 31 11:26:16 revisiond: _CSInsertChunk failed, i:0, count:1
        Mar 31 11:26:16 revisiond: _CSStoreChunks failed, batchIndex:0, batchCount:1
        Mar 31 11:26:16 revisiond: CKCreateStoredFile failed for "/Volumes/Drobo/.DocumentRevisions-V100/PerUID/501/9/com.apple.documentVersions /UUID.pages"
        Mar 31 11:27:20 WindowServer: WSGetSurfaceInWindow : Invalid surface 1029194250 for window 344
        Mar 31 11:27:20 WindowServer: WSGetSurfaceInWindow : Invalid surface 1029194250 for window 344
        Mar 31 11:27:20 WindowServer: WSGetSurfaceInWindow : Invalid surface 1029194250 for window 344
        Mar 31 11:29:19 WindowServer: WSGetSurfaceInWindow : Invalid surface 1006832658 for window 379
        Mar 31 11:29:19 WindowServer: WSGetSurfaceInWindow : Invalid surface 1006832658 for window 379
        Mar 31 11:29:50 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Mar 31 11:58:29 cloudd: Stream 0x7faea5920350 is sending an event before being opened
        Mar 31 11:59:26 WindowServer: WSBindSurface : Invalid surface 1037321041 for window 386
    launchd log
        Mar 29 17:23:12 com.apple.xpc.launchd.domain.user.loginwindow.77.4294967295: Could not import service from caller: caller = PenTabletDriver.228, service = com.wacom.TabletDriver.197412, error = 134: Service cannot load in requested session
        Mar 29 17:23:13 com.apple.xpc.launchd.domain.user.loginwindow.77.4294967295: Could not import service from caller: caller = WacomTabletDriv.229, service = com.wacom.TabletDriver.569168, error = 134: Service cannot load in requested session
        Mar 29 17:25:13 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.283, service = com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper, error = 119: Service is disabled
        Mar 29 17:25:13 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.283, service = com.freemacsoft.AppCleaner-Helper, error = 119: Service is disabled
        Mar 30 07:28:36 com.apple.xpc.launchd.domain.system: Could not import service from caller: caller = xrdd.65, service = com.xrite.device.X-Rite-Device-Services.136068.UUID, error = 134: Service cannot load in requested session
        Mar 30 09:26:10 com.adobe.ARM.UUID: Interval spawn of service failed: 139: Service cannot presently execute
        Mar 30 18:52:09 com.apple.xpc.launchd.domain.system: Could not import service from caller: caller = xrdd.65, service = com.xrite.device.X-Rite-Device-Services.136068.UUID, error = 134: Service cannot load in requested session
        Mar 30 21:12:51 com.apple.xpc.launchd.domain.user.loginwindow.2857.4294967295: Could not import service from caller: caller = PenTabletDriver.2871, service = com.wacom.ConsumerTouchDriver.197128, error = 134: Service cannot load in requested session
        Mar 30 21:12:57 com.apple.xpc.launchd.domain.user.loginwindow.2857.4294967295: Could not import service from caller: caller = PenTabletDriver.2871, service = com.wacom.TabletDriver.197412, error = 134: Service cannot load in requested session
        Mar 30 21:15:15 com.apple.xpc.launchd.user.501.100045.Aqua: Could not import service from caller: caller = otherbsd.2933, service = com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper, error = 119: Service is disabled
        Mar 30 21:15:15 com.apple.xpc.launchd.user.501.100045.Aqua: Could not import service from caller: caller = otherbsd.2933, service = com.freemacsoft.AppCleaner-Helper, error = 119: Service is disabled
        Mar 30 21:21:26 com.apple.xpc.launchd.domain.user.loginwindow.3240.4294967295: Could not import service from caller: caller = PenTabletDriver.3253, service = com.wacom.ConsumerTouchDriver.197128, error = 134: Service cannot load in requested session
        Mar 30 21:21:27 com.apple.xpc.launchd.domain.user.loginwindow.3240.4294967295: Could not import service from caller: caller = PenTabletDriver.3253, service = com.wacom.TabletDriver.197412, error = 134: Service cannot load in requested session
        Mar 30 21:22:07 com.apple.xpc.launchd.user.505.100055.Aqua: Could not read path: path = /Users/USER/Library/LaunchAgents, error = 2: No such file or directory
        Mar 30 21:22:07 com.apple.xpc.launchd.user.505.100055.Aqua: Could not import service from caller: caller = otherbsd.3307, service = com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper, error = 119: Service is disabled
        Mar 30 21:22:07 com.apple.xpc.launchd.user.505.100055.Aqua: Could not import service from caller: caller = otherbsd.3307, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 30 21:22:07 com.apple.xpc.launchd.user.505.100055.Aqua: Could not import service from caller: caller = otherbsd.3307, service = com.rockysandstudio.Memory-Diag.Launch-Helper, error = 119: Service is disabled
        Mar 30 21:26:46 com.apple.internetaccounts: GUI session does not exist for service to join. It will be spawned without access to the GUI.
        Mar 30 21:39:35 com.apple.xpc.launchd.domain.user.loginwindow.3585.4294967295: Could not import service from caller: caller = PenTabletDriver.3603, service = com.wacom.ConsumerTouchDriver.197128, error = 134: Service cannot load in requested session
        Mar 30 21:39:37 com.apple.xpc.launchd.domain.user.loginwindow.3585.4294967295: Could not import service from caller: caller = PenTabletDriver.3603, service = com.wacom.TabletDriver.197412, error = 134: Service cannot load in requested session
        Mar 30 21:40:13 com.apple.xpc.launchd.user.501.100069.Aqua: Could not import service from caller: caller = otherbsd.3653, service = com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper, error = 119: Service is disabled
        Mar 30 21:40:13 com.apple.xpc.launchd.user.501.100069.Aqua: Could not import service from caller: caller = otherbsd.3653, service = com.freemacsoft.AppCleaner-Helper, error = 119: Service is disabled
        Mar 31 01:10:18 com.adobe.ARM.UUID: Interval spawn of service failed: 139: Service cannot presently execute
        Mar 31 11:26:11 com.apple.xpc.launchd.domain.system: Could not import service from caller: caller = xrdd.65, service = com.xrite.device.X-Rite-Device-Services.136068.UUID, error = 134: Service cannot load in requested session
        Mar 31 11:26:11 com.apple.xpc.launchd.domain.system: Attempt to spawn app in non-GUI domain: caller = xrdd.65, label = [0x0-0x1dd1dd].com.xrite.device.X-Rite-Device-Services
    Console log
        Mar 25 00:09:02 mdworker: Error loading /Applications/GarageBand.app/Contents/Library/Spotlight/GarageBandSpotlightImpo rter.mdimporter/Contents/MacOS/GarageBandSpotlightImporter:  dlopen(/Applications/GarageBand.app/Contents/Library/Spotlight/GarageBandSpotli ghtImporter.mdimporter/Contents/MacOS/GarageBandSpotlightImporter, 262): Library not loaded: @rpath/MAFiles.framework/Versions/A/MAFiles
         Referenced from: /Applications/GarageBand.app/Contents/Library/Spotlight/GarageBandSpotlightImpo rter.mdimporter/Contents/MacOS/GarageBandSpotlightImporter
         Reason: image not found
        Mar 29 13:30:43 fontd: Failed to open read-only database, regenerating DB
    Loaded kernel extensions
        com.TrustedData.driver.VendorSpecificType00 (1.7.0)
        com.attotech.driver.ATTOiSCSI (3.4.1b1)
        com.squirrels.airparrot.framebuffer (3)
        com.squirrels.driver.AirParrotSpeakers (1.8)
        org.virtualbox.kext.VBoxDrv (4.0.8)
        org.virtualbox.kext.VBoxUSB (4.0.8)
    System services loaded
        com.adobe.adobeupdatedaemon
        com.adobe.fpsaud
        com.ambrosiasw.ambrosiaaudiosupporthelper.daemon
        com.apple.Kerberos.kdc
        - status: 1
        com.apple.watchdogd
        com.barebones.authd
        com.barebones.bbedit
        com.charlessoft.pacifist.helper
        com.datarobotics.ddservice64d
        com.freemacsoft.appcleanerdaemon
        com.google.GoogleML
        - status: 1
        com.google.keystone.daemon
        com.micromat.TechToolProDaemon
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
        com.paceap.pacesupport
        - status: 71
        com.prosofteng.DriveGenius.locum
        com.starfield.backupservice
        com.xrite.device.xrdd.plist
    System services disabled
        com.apple.xgridcontrollerd
        com.apple.distccd
        com.openssh.sshd
        org.samba.winbindd
        com.apple.mrt
        com.apple.xprotectupdater
        com.apple.dnbvolunteerd
        com.apple.dnbobserverd
        com.apple.xgridagentd
        com.apple.configureLocalKDC
        org.samba.nmbd
        com.symantec.deepsight-extractor
    Login services loaded
        2BUA8C4S2C.com.agilebits.onepassword4-helper
        com.adobe.AAM.Scheduler-1.0
        com.adobe.ARM.UUID
        com.adobe.ARM.UUID
        com.adobe.ARM.UUID
        - status: 78
        com.adobe.AdobeCreativeCloud
        com.akamai.single-user-client
        com.apple.mrt.uiagent
        com.c-command.SpamSieve.LaunchAgent
        com.google.keystone.system.agent
        com.micromat.TechToolProAgent
        com.openbase.com.openlaunch
        com.oracle.java.Java-Updater
        com.prosofteng.DGMonitor
        com.rockysandstudio.Memory-Diag.Launch-Helper
        com.valvesoftware.steamclean
        com.wacom.pentablet
        com.xrite.device.softwareupdate.plist
    Login services disabled
        com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper
    User services loaded
        com.apple.MailServiceAgent
        - status: -9
    User services disabled
        com.rockysandstudio.FreeMemory.FreeMemoryLaunchHelper
    Startup items
        /Library/StartupItems/PACESupport/PACESupport
        /Library/StartupItems/PACESupport/Resources/PACESupport.plist
        /Library/StartupItems/PACESupport/StartupParameters.plist
        /Library/StartupItems/ProTec6/DemoOver
        /Library/StartupItems/ProTec6/Nalpeirond6
        /Library/StartupItems/ProTec6/ProTec6
        /Library/StartupItems/ProTec6/StartupParameters.plist
        /Library/StartupItems/ProTec6b/DemoOver
        /Library/StartupItems/ProTec6b/Nalpeirond6b
        /Library/StartupItems/ProTec6b/ProTec6b
        /Library/StartupItems/ProTec6b/StartupParameters.plist
        /Library/StartupItems/RetroRun/RetroRun
        /Library/StartupItems/RetroRun/StartupParameters.plist
        /Library/StartupItems/VirtualBox/StartupParameters.plist
        /Library/StartupItems/VirtualBox/VirtualBox
    Global login items
        /Applications/Epson Software/Event Manager.app/Contents/Resources/Assistants/Event Manager/EEventManager.app
        /Library/Application Support/ArcSoft/Connect Service/ConnectService.app
    User login items
        WBE Desktop Notifier.App
        - /Applications/WBE Desktop Notifier.App
        WorkspaceUpdate
        - /Applications/Workspace/WorkspaceUpdate.app
        System Events
        - /System/Library/CoreServices/System Events.app
        Dropbox
        - /Applications/Dropbox.app
        ColorMunkiDisplayTray
        - /Library/Application Support/Colormunki/Display/Tools/ColorMunkiDisplayTray.app
        AdobeResourceSynchronizer
        - /Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app
        500px Uploader
        - /Applications/500px Uploader.app
        Caffeine
        - /Applications/Caffeine.app
        AdobeResourceSynchronizer
        - /Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app
        NoteBookHelper
        - /Users/USER/Library/Services/NoteBookHelper.service
        EEventManager
        - /Applications/Epson Software/Event Manager.app/Contents/Resources/Assistants/Event Manager/EEventManager.app
        ConnectService
        - /Library/Application Support/ArcSoft/Connect Service/ConnectService.app
    Safari extensions
        1Password
        - com.agilebits.onepassword4-safari
        Adblock Plus
        - org.adblockplus.adblockplussafari
        Amazon Shopping Assistant
        - com.spigot.safari.amazonshopassist
        Firebug Lite for Safari
        - com.slicefactory.firebug
        LittleSnapper
        - com.realmacsoftware.safari.littlesnapper
        TinEye
        - com.ideeinc.tineye
        Translate
        - com.sidetree.Translate
        Twitter for Safari
        - com.twitter.safari-extension
        Validator
        - be.grincheux.validator
        WOT
        - com.wotservicesoy.wot
    Firefox extensions
        Clipmarks
        StumbleUpon
        Pocket
        Live HTTP Headers
        United States English Spellchecker
        Adblock Plus
    Widgets
        NationalParksLodging
        PEMDAS
        iStock
    iCloud errors
        bird 318
        cloudd 36
        comapple.InputMethodKit.UserDictionary 1
        Activity Monitor 1
    Continuity errors
        sharingd 2
    Restricted files: 48762
    Lockfiles: 50
    Accessibility
        Cursor Magnification: On
        Keyboard Zoom: On
        Scroll Zoom: On
    Contents of /Library/LaunchAgents/com.micromat.TechToolProAgent.plist
        - mod date: Apr  5 07:41:53 2011
        - size (B): 476
        - checksum: 2018225105
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>RunAtLoad</key>
        <true/>
        <key>Label</key>
        <string>com.micromat.TechToolProAgent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PreferencePanes/TechTool Protection.prefPane/Contents/PlugIns/TechToolProAgent.app/Contents/MacOS/TechTo olProAgent</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Sep  5 13:00:55 2013
        - size (B): 104
        - checksum: 2646026733
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>33</integer>
        <key>Weekday</key>
        <integer>5</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.wacom.pentablet.plist
        - mod date: Dec 23 15:59:49 2014
        - size (B): 708
        - checksum: 3556858023
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnvironmentVariables</key>
        <dict>
        <key>RUN_WITH_LAUNCHD</key>
        <string>1</string>
        </dict>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.wacom.pentablet</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Library/Application Support/Tablet/PenTabletSpringboard</string>
        <key>RunAtLoad</key>
        <true/>
        ...and 4 more line(s)
    Contents of /Library/LaunchAgents/com.xrite.device.softwareupdate.plist
        - mod date: Oct 22 16:18:19 2013
        - size (B): 645
        - checksum: 3055576921
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.xrite.device.softwareupdate.plist</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/X-Rite/Frameworks/XRiteDevice.framework/Versions/B/Resources/XRD Software Update.app/Contents/MacOS/XRD Software Update</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>0</integer>
        </dict>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/PACESupport.plist
        - mod date: Feb 15 03:00:00 2008
        - size (B): 450
        - checksum: 1658798800
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
                 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.paceap.pacesupport</string>
        <key>ProgramArguments</key>
        <array>
        <string>/System/Library/Extensions/PACESupportFamily.kext/Contents/Resources/pa ceload</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist
        - mod date: Dec 21 11:32:33 2012
        - size (B): 780
        - checksum: 1980407752
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.ambrosiasw.ambrosiaaudiosupporthelper.daemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>/System/Library/Extensions/AmbrosiaAudioSupport.kext/Contents/MacOS/amb rosiaaudiosupporthelper</string>
        </array>
        <key>KeepAlive</key>
        <false/>
        <key>Disabled</key>
        <false/>
        <key>LaunchEvents</key>
        <dict>
        <key>com.apple.iokit.matching</key>
        <dict>
        <key>AmbrosiaAudioSupport</key>
        <dict>
        <key>IOMatchLaunchStream</key>
        <true/>
        <key>IOProviderClass</key>
        <string>com_AmbrosiaSW_AudioSupport</string>
        </dict>
        ...and 4 more line(s)
    Contents of /Library/LaunchDaemons/com.attotech.iscsid.plist
        - mod date: Mar 29 23:45:06 2015
        - size (B): 1108
        - checksum: 4278398742
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>GroupName</key>
        <string>wheel</string>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.attotech.iscsid</string>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/sbin/xtendsan/iscsid</string>
        <string>-d</string>
        <string>-J-Djava.security.policy=/usr/sbin/xtendsan/iscsid.sec</string>
        <string>-J-Dcom.attotech.iscsid.discovery.verbose=true</string>
        <string>--J-Dcom.attotech.iscsid.logLevel=VERBOSE</string>
        <string>--J-Dcom.attotech.iscsid.discovery.MaxRecvDataSegmentLength=512</string >
        ...and 12 more line(s)
    Contents of /Library/LaunchDaemons/com.barebones.authd.plist
        - mod date: Jan 23 12:23:21 2012
        - size (B): 634
        - checksum: 1995816654
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.authd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.authd</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>com.barebones.authd.socket</key>
        <dict>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/tmp/com.barebones.authd.socket</string>
        </dict>
        </dict>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.barebones.bbedit.plist
        - mod date: Aug 31 20:37:00 2009
        - size (B): 784
        - checksum: 3691224471
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.bbedit</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.bbedit</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.charlessoft.pacifist.helper.plist
        - mod date: Nov 28 10:28:00 2014
        - size (B): 584
        - checksum: 3867330796
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.charlessoft.pacifist.helper</string>
        <key>MachServices</key>
        <dict>
        <key>com.charlessoft.pacifist.helper</key>
        <true/>
        </dict>
        <key>Program</key>
        <string>/Library/PrivilegedHelperTools/com.charlessoft.pacifist.helper</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.charlessoft.pacifist.helper</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.datarobotics.ddservice64d.plist
        - mod date: Feb 11 19:08:14 2014
        - size (B): 488
        - checksum: 1751270588
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.datarobotics.ddservice64d</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Data Robotics/Drobo Dashboard/DDService64d</string>
        </array>
        <key>ServiceIPC</key>
        <false/>
        <key>OnDemand</key>
        <false/>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.freemacsoft.appcleanerdaemon.plist
        - mod date: Aug 19 04:34:10 2008
        - size (B): 476
        - checksum: 3941055308
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.freemacsoft.appcleanerdaemon</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/AppCleaner/AppCleaner Daemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.google.GoogleML.plist
        - mod date: Mar 10 13:19:30 2008
        - size (B): 684
        - checksum: 315725308
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.GoogleML</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Google/GoogleML/GoogleML.bundle/Contents/MacOS/googleml-modwat ch</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>UserName</key>
        <string>root</string>
        <key>WatchPaths</key>
        <array>
        <string>/Library/Google/GoogleML/Modules</string>
        <string>/Library/Google/GoogleML</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.micromat.TechToolProDaemon.plist
        - mod date: Apr  5 07:41:53 2011
        - size (B): 514
        - checksum: 771652093
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.micromat.TechToolProDaemon</string>
        <key>RunAtLoad</key>
        <true/>
        <key>LowPriorityIO</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PreferencePanes/TechTool Protection.prefPane/Contents/PlugIns/TechToolProDaemon.app/Contents/MacOS/TechT oolProDaemon</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.prosofteng.DriveGenius.locum.plist
        - mod date: Aug 16 12:35:12 2012
        - size (B): 682
        - checksum: 757526819
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnvironmentVariables</key>
        <dict/>
        <key>GroupName</key>
        <string>wheel</string>
        <key>KeepAlive</key>
        <false/>
        <key>Label</key>
        <string>com.prosofteng.DriveGenius.locum</string>
        <key>MachServices</key>
        <dict>
        <key>com.prosofteng.DriveGenius.locum</key>
        <true/>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.prosofteng.DriveGenius.locum</string >
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>UserName</key>
        <string>root</string>
        ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.squirrels.kextinstaller.plist
        - mod date: Jul 23 12:11:23 2012
        - size (B): 675
        - checksum: 1563409895
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.squirrels.kextinstaller</string>
        <key>LaunchOnlyOnce</key>
        <false/>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.squirrels.kextinstaller</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>com.squirrels.kextinstaller.socket</key>
        <dict>
        <key>SockServiceName</key>
        <string>3209</string>
        </dict>
        ...and 3 more line(s)
    Contents of /Library/LaunchDaemons/com.starfield.backupservice.plist
        - mod date: Oct  1 19:08:04 2013
        - size (B): 465
        - checksum: 1966268484
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.starfield.backupservice</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Workspace/BackupService/offSyncService</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.xrite.device.xrdd.plist
        - mod date: Oct 22 16:18:19 2013
        - size (B): 618
        - checksum: 1464013229
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.xrite.device.xrdd.plist</string>
        <key>RunAtLoad</key>
        <true/>
        <!--
        <key>UserName</key>
        <string>com.xrite.device.user.xrd</string>
        <key>GroupName</key>
        <string>com.xrite.device.group.xrd</string>
        -->
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/X-Rite/Frameworks/XRiteDevice.framework/Versions/B/Resources/xrdd</stri ng>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/openbase.plist
        - mod date: Jan  1 16:54:29 2011
        - size (B): 521
        - checksum: 1112937859
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//OpenBase International//DTD PLIST 1.0//EN"
         "http://www.openbase.com">
        <plist version="1.0">
        <dict>
        <key>GroupName</key>
        <string>admin</string>
        <key>Label</key>
        <string>com.openbase.com.openexec</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/OpenBase/bin/openmonitor</string>
        <string>-noexit</string>
        <string>YES</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>UserName</key>
        <string>openbase</string>
        </dict>
        </plist>
    Contents of /private/etc/hosts
        - mod date: Oct  1 19:08:01 2013
        - size (B): 255
        - checksum: 3555392180
        127.0.0.1 localhost
        255.255.255.255 broadcasthost
        ::1             localhost
        fe80::1%lo0 localhost
        127.0.0.1 DriveMap
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Jan 25 08:06:08 2013
        - size (B): 603
        - checksum: 394026997
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        <string>semi-auto</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Feb 25 12:52:27 2014
        - size (B): 623
        - checksum: 1768810574
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string&gt

  • Need to loop to certain point on mouse-click

    Hello,
    for work I am trying to create a visual for a simple electric circuit. What I want is that when the circuit opening is clicked, it closes and the light bulb comes on. When it is clicked again, it opens and the light bulb turns off.
    I have it working fine when I try to play it one time through. However, I do not know how to send it back to the beginning and run through the entire timeline again.
    On frame 1 I have this actionscript:
    stop();
    movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_3);
    function fl_ClickToGoToAndPlayFromFrame_3(event:MouseEvent):void
    gotoAndPlay(2);
    This plays till frame 11, which has the script:
    movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame);
    function fl_ClickToGoToAndPlayFromFrame(event:MouseEvent):void
    gotoAndPlay(13);
    stop();
    It then plays till the end (frame 24), where I put in the script:
    movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayAtFrame);
    function fl_ClickToGoToAndPlayAtFrame(event:MouseEvent):void
    gotoAndPlay(2);
    Everything works great, even when it is sent back to frame 2. The problem is that when it reaches 11 again, clicking the mouse always sends it back to 2 instead of on to 13.
    I hope this makes sense, I don't really know any better ways to explain it. It's probably a simple fix, but I'm new to actionscript and this has been driving me crazy. Any help would be appreciated.
    Thanks,
    Emily

    use:
    On frame 1 I have this actionscript:
    stop();
    movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_3);
    function fl_ClickToGoToAndPlayFromFrame_3(event:MouseEvent):void
    gotoAndPlay(2);
    This plays till frame 11, which has the script:
    movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame);
    function fl_ClickToGoToAndPlayFromFrame(event:MouseEvent):void
    gotoAndPlay(13);
    stop();
    It then plays till the end (frame 24), where I put in the script:
    movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayAtFrame24);
    function fl_ClickToGoToAndPlayAtFrame24(event:MouseEvent):void
    gotoAndPlay(2);
    Everything works great, even when it is sent back to frame 2. The problem is that when it reaches 11 again, clicking the mouse always sends it back to 2 instead of on to 13.
    I hope this makes sense, I don't really know any better ways to explain it. It's probably a simple fix, but I'm new to actionscript and this has been driving me crazy. Any help would be appreciated.
    Thanks,
    Emily

  • Weird mouse click behaviour

    Hi,
    I don't really know how to explain this. Somethimes, in some situations, my mouse clicks registers twice. Like sometimes I can't minimize an applicatireaon by clicking on the taskbar entry, because the click registers twice and the application minimizes but right after that restores too. It happens with both right and left mouse buttons. Sometimes can't bring up the rigth click menu in thunar, because it appears and right after that disappears, but if I rigth click elsewhere,in an another application, it works. So it happens only with certain elements of the gui, it isn't that everywhere I click, it counts twice, only with a specific menu, or with the taskbar, or with an icon on my desktop - but can drive me crazy.
    With equinox gtk engine it happens more often than with clearlooks engine
    I observed this behavior with Linux Mint Debian Edition and with openSUSE with certain themes, and now with Arch. I don't think it is a hardware error, because it appears only with some elements of the desktop, not everywhere everytime, I don't think my mouse knows that I want to minimize firefox and decides to mailfunction just to drive me crazy
    Does anybody else observed this? Has anybody an idea how can I fix it?
    I use Xfce, but when I tried LMDE, I used Gnome, my apps are up to date, the mouse is a A4tech G6.

    I have the same behavior along with an additional clause that sometimes mouse clicks will not register at all.
    I am using i3...so I do not think its DE/WM specific. Been looking at xev...but it doesn't show up anything.
    Here's my Xorg.0.log, no errors as such, some information about using evdev for the mouse at the very end.
    [ 22.077]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 22.077] X Protocol Version 11, Revision 0
    [ 22.077] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 22.077] Current Operating System: Linux wolfdale 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 27 21:26:22 CEST 2011 x86_64
    [ 22.077] Kernel command line: root=/dev/disk/by-uuid/2531f3c1-e139-48c0-bbda-a6650b58eb0c ro
    [ 22.077] Build Date: 30 May 2011 08:18:15AM
    [ 22.077]
    [ 22.077] Current version of pixman: 0.22.0
    [ 22.077] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.077] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.077] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 29 19:50:11 2011
    [ 22.099] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.109] (==) No Layout section. Using the first Screen section.
    [ 22.109] (==) No screen section available. Using defaults.
    [ 22.109] (**) |-->Screen "Default Screen Section" (0)
    [ 22.110] (**) | |-->Monitor "<default monitor>"
    [ 22.110] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 22.110] (==) Automatically adding devices
    [ 22.110] (==) Automatically enabling devices
    [ 22.130] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.130] Entry deleted from font path.
    [ 22.175] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 22.175] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.175] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 22.175] (II) Loader magic: 0x7d3440
    [ 22.175] (II) Module ABI versions:
    [ 22.175] X.Org ANSI C Emulation: 0.4
    [ 22.175] X.Org Video Driver: 10.0
    [ 22.175] X.Org XInput driver : 12.2
    [ 22.175] X.Org Server Extension : 5.0
    [ 22.175] (--) PCI:*(0:1:0:0) 1002:94c1:1028:0d02 rev 0, Mem @ 0xd0000000/268435456, 0xfe9f0000/65536, I/O @ 0x0000dc00/256, BIOS @ 0x????????/131072
    [ 22.175] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 22.175] (II) LoadModule: "extmod"
    [ 22.205] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.217] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.217] compiled for 1.10.2, module version = 1.0.0
    [ 22.217] Module class: X.Org Server Extension
    [ 22.217] ABI class: X.Org Server Extension, version 5.0
    [ 22.217] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.217] (II) Loading extension XFree86-VidModeExtension
    [ 22.217] (II) Loading extension XFree86-DGA
    [ 22.217] (II) Loading extension DPMS
    [ 22.217] (II) Loading extension XVideo
    [ 22.217] (II) Loading extension XVideo-MotionCompensation
    [ 22.217] (II) Loading extension X-Resource
    [ 22.217] (II) LoadModule: "dbe"
    [ 22.217] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.222] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.222] compiled for 1.10.2, module version = 1.0.0
    [ 22.222] Module class: X.Org Server Extension
    [ 22.222] ABI class: X.Org Server Extension, version 5.0
    [ 22.222] (II) Loading extension DOUBLE-BUFFER
    [ 22.222] (II) LoadModule: "glx"
    [ 22.222] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.242] (II) Module glx: vendor="X.Org Foundation"
    [ 22.242] compiled for 1.10.2, module version = 1.0.0
    [ 22.242] ABI class: X.Org Server Extension, version 5.0
    [ 22.242] (==) AIGLX enabled
    [ 22.242] (II) Loading extension GLX
    [ 22.242] (II) LoadModule: "record"
    [ 22.242] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.250] (II) Module record: vendor="X.Org Foundation"
    [ 22.250] compiled for 1.10.2, module version = 1.13.0
    [ 22.250] Module class: X.Org Server Extension
    [ 22.250] ABI class: X.Org Server Extension, version 5.0
    [ 22.250] (II) Loading extension RECORD
    [ 22.250] (II) LoadModule: "dri"
    [ 22.250] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.264] (II) Module dri: vendor="X.Org Foundation"
    [ 22.264] compiled for 1.10.2, module version = 1.0.0
    [ 22.264] ABI class: X.Org Server Extension, version 5.0
    [ 22.264] (II) Loading extension XFree86-DRI
    [ 22.264] (II) LoadModule: "dri2"
    [ 22.264] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.265] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.265] compiled for 1.10.2, module version = 1.2.0
    [ 22.265] ABI class: X.Org Server Extension, version 5.0
    [ 22.265] (II) Loading extension DRI2
    [ 22.265] (==) Matched ati as autoconfigured driver 0
    [ 22.265] (==) Matched vesa as autoconfigured driver 1
    [ 22.265] (==) Matched fbdev as autoconfigured driver 2
    [ 22.265] (==) Assigned the driver to the xf86ConfigLayout
    [ 22.265] (II) LoadModule: "ati"
    [ 22.265] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 22.273] (II) Module ati: vendor="X.Org Foundation"
    [ 22.273] compiled for 1.10.0, module version = 6.14.1
    [ 22.273] Module class: X.Org Video Driver
    [ 22.273] ABI class: X.Org Video Driver, version 10.0
    [ 22.274] (II) LoadModule: "radeon"
    [ 22.274] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 22.319] (II) Module radeon: vendor="X.Org Foundation"
    [ 22.319] compiled for 1.10.0, module version = 6.14.1
    [ 22.319] Module class: X.Org Video Driver
    [ 22.319] ABI class: X.Org Video Driver, version 10.0
    [ 22.325] (II) LoadModule: "vesa"
    [ 22.335] (WW) Warning, couldn't open module vesa
    [ 22.335] (II) UnloadModule: "vesa"
    [ 22.335] (II) Unloading vesa
    [ 22.335] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 22.335] (II) LoadModule: "fbdev"
    [ 22.335] (WW) Warning, couldn't open module fbdev
    [ 22.335] (II) UnloadModule: "fbdev"
    [ 22.335] (II) Unloading fbdev
    [ 22.335] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 22.335] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS
    [ 22.340] (--) using VT number 7
    [ 22.343] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 22.343] (II) [KMS] Kernel modesetting enabled.
    [ 22.344] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 22.344] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 22.344] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 22.344] (==) RADEON(0): Default visual is TrueColor
    [ 22.344] (==) RADEON(0): RGB weight 888
    [ 22.344] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 22.344] (--) RADEON(0): Chipset: "ATI Radeon HD 2400 XT" (ChipID = 0x94c1)
    [ 22.344] (II) RADEON(0): PCIE card detected
    [ 22.344] drmOpenDevice: node name is /dev/dri/card0
    [ 22.344] drmOpenDevice: open result is 9, (OK)
    [ 22.344] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 22.344] drmOpenDevice: node name is /dev/dri/card0
    [ 22.344] drmOpenDevice: open result is 9, (OK)
    [ 22.344] drmOpenByBusid: drmOpenMinor returns 9
    [ 22.344] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 22.345] (II) Loading sub module "exa"
    [ 22.345] (II) LoadModule: "exa"
    [ 22.345] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 22.346] (II) Module exa: vendor="X.Org Foundation"
    [ 22.346] compiled for 1.10.2, module version = 2.5.0
    [ 22.346] ABI class: X.Org Video Driver, version 10.0
    [ 22.346] (II) RADEON(0): KMS Color Tiling: disabled
    [ 22.346] (II) RADEON(0): KMS Pageflipping: enabled
    [ 22.346] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 22.356] (II) RADEON(0): Output DIN has no monitor section
    [ 22.410] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 22.423] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 22.436] (II) RADEON(0): EDID for output DIN
    [ 22.490] (II) RADEON(0): EDID for output DVI-0
    [ 22.490] (II) RADEON(0): Manufacturer: DEL Model: 4042 Serial#: 1145451340
    [ 22.490] (II) RADEON(0): Year: 2009 Week: 34
    [ 22.490] (II) RADEON(0): EDID Version: 1.3
    [ 22.490] (II) RADEON(0): Digital Display Input
    [ 22.490] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27
    [ 22.490] (II) RADEON(0): Gamma: 2.20
    [ 22.490] (II) RADEON(0): DPMS capabilities: Off
    [ 22.490] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 22.490] (II) RADEON(0): Default color space is primary color space
    [ 22.490] (II) RADEON(0): First detailed timing is preferred mode
    [ 22.490] (II) RADEON(0): redX: 0.654 redY: 0.331 greenX: 0.220 greenY: 0.679
    [ 22.490] (II) RADEON(0): blueX: 0.148 blueY: 0.055 whiteX: 0.313 whiteY: 0.329
    [ 22.490] (II) RADEON(0): Supported established timings:
    [ 22.490] (II) RADEON(0): 720x400@70Hz
    [ 22.490] (II) RADEON(0): 640x480@60Hz
    [ 22.490] (II) RADEON(0): 640x480@67Hz
    [ 22.490] (II) RADEON(0): 640x480@72Hz
    [ 22.490] (II) RADEON(0): 640x480@75Hz
    [ 22.490] (II) RADEON(0): 800x600@56Hz
    [ 22.490] (II) RADEON(0): 800x600@60Hz
    [ 22.490] (II) RADEON(0): 800x600@72Hz
    [ 22.490] (II) RADEON(0): 800x600@75Hz
    [ 22.491] (II) RADEON(0): 832x624@75Hz
    [ 22.491] (II) RADEON(0): 1024x768@60Hz
    [ 22.491] (II) RADEON(0): 1024x768@70Hz
    [ 22.491] (II) RADEON(0): 1024x768@75Hz
    [ 22.491] (II) RADEON(0): 1280x1024@75Hz
    [ 22.491] (II) RADEON(0): 1152x864@75Hz
    [ 22.491] (II) RADEON(0): Manufacturer's mask: 0
    [ 22.491] (II) RADEON(0): Supported standard timings:
    [ 22.491] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 22.491] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 22.491] (II) RADEON(0): #2: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 22.491] (II) RADEON(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 22.491] (II) RADEON(0): #4: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 22.491] (II) RADEON(0): #5: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 22.491] (II) RADEON(0): Supported detailed timing:
    [ 22.491] (II) RADEON(0): clock: 146.2 MHz Image Size: 433 x 271 mm
    [ 22.491] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
    [ 22.491] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 22.491] (II) RADEON(0): Serial No: G433H98MDF3L
    [ 22.491] (II) RADEON(0): Monitor name: DELL 2009W
    [ 22.491] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 165 MHz
    [ 22.491] (II) RADEON(0): EDID (in hex):
    [ 22.491] (II) RADEON(0): 00ffffffffffff0010ac42404c334644
    [ 22.491] (II) RADEON(0): 22130103802b1b782eb705a75438ad26
    [ 22.491] (II) RADEON(0): 0e5054bfef80714f8180b300950081c0
    [ 22.491] (II) RADEON(0): 81000101010121399030621a274068b0
    [ 22.491] (II) RADEON(0): 3600b10f1100001c000000ff00473433
    [ 22.491] (II) RADEON(0): 334839384d4446334c0a000000fc0044
    [ 22.491] (II) RADEON(0): 454c4c2032303039570a2020000000fd
    [ 22.491] (II) RADEON(0): 00384b1e5310000a2020202020200004
    [ 22.491] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 22.491] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 22.491] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 22.491] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 22.491] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 22.491] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz)
    [ 22.491] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 22.491] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 22.491] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    [ 22.491] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 22.491] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 22.491] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 22.491] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 22.491] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 22.491] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 22.491] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 22.491] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    [ 22.491] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 22.491] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 22.491] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 22.491] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 22.506] (II) RADEON(0): EDID for output DVI-1
    [ 22.506] (II) RADEON(0): Output DIN disconnected
    [ 22.507] (II) RADEON(0): Output DVI-0 connected
    [ 22.507] (II) RADEON(0): Output DVI-1 disconnected
    [ 22.507] (II) RADEON(0): Using exact sizes for initial modes
    [ 22.507] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    [ 22.507] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 22.507] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:f8ca000
    [ 22.507] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 22.507] (==) RADEON(0): DPI set to (96, 96)
    [ 22.507] (II) Loading sub module "fb"
    [ 22.507] (II) LoadModule: "fb"
    [ 22.507] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 22.517] (II) Module fb: vendor="X.Org Foundation"
    [ 22.517] compiled for 1.10.2, module version = 1.0.0
    [ 22.517] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 22.517] (II) Loading sub module "ramdac"
    [ 22.517] (II) LoadModule: "ramdac"
    [ 22.517] (II) Module "ramdac" already built-in
    [ 22.517] (--) Depth 24 pixmap format is 32 bpp
    [ 22.517] (II) RADEON(0): [DRI2] Setup complete
    [ 22.517] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 22.517] (II) RADEON(0): Front buffer size: 7128K
    [ 22.517] (II) RADEON(0): VRAM usage limit set to 222868K
    [ 22.531] (==) RADEON(0): Backing store disabled
    [ 22.531] (II) RADEON(0): Direct rendering enabled
    [ 22.541] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 22.541] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 22.541] (II) EXA(0): Driver registered support for the following operations:
    [ 22.541] (II) Solid
    [ 22.541] (II) Copy
    [ 22.541] (II) Composite (RENDER acceleration)
    [ 22.541] (II) UploadToScreen
    [ 22.541] (II) DownloadFromScreen
    [ 22.541] (II) RADEON(0): Acceleration enabled
    [ 22.541] (==) RADEON(0): DPMS enabled
    [ 22.541] (==) RADEON(0): Silken mouse enabled
    [ 22.550] (II) RADEON(0): Set up textured video
    [ 22.550] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 23.153] (--) RandR disabled
    [ 23.153] (II) Initializing built-in extension Generic Event Extension
    [ 23.153] (II) Initializing built-in extension SHAPE
    [ 23.153] (II) Initializing built-in extension MIT-SHM
    [ 23.153] (II) Initializing built-in extension XInputExtension
    [ 23.153] (II) Initializing built-in extension XTEST
    [ 23.153] (II) Initializing built-in extension BIG-REQUESTS
    [ 23.153] (II) Initializing built-in extension SYNC
    [ 23.153] (II) Initializing built-in extension XKEYBOARD
    [ 23.153] (II) Initializing built-in extension XC-MISC
    [ 23.153] (II) Initializing built-in extension SECURITY
    [ 23.153] (II) Initializing built-in extension XINERAMA
    [ 23.153] (II) Initializing built-in extension XFIXES
    [ 23.153] (II) Initializing built-in extension RENDER
    [ 23.153] (II) Initializing built-in extension RANDR
    [ 23.153] (II) Initializing built-in extension COMPOSITE
    [ 23.153] (II) Initializing built-in extension DAMAGE
    [ 23.295] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 23.295] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 23.295] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 23.295] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 23.295] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 23.296] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r600_dri.so
    [ 23.296] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 23.303] (II) RADEON(0): Setting screen physical size to 444 x 277
    [ 23.674] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 23.674] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 23.674] (II) LoadModule: "evdev"
    [ 23.675] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 23.683] (II) Module evdev: vendor="X.Org Foundation"
    [ 23.683] compiled for 1.10.0, module version = 2.6.0
    [ 23.683] Module class: X.Org XInput Driver
    [ 23.683] ABI class: X.Org XInput driver, version 12.2
    [ 23.683] (II) Using input driver 'evdev' for 'Power Button'
    [ 23.683] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 23.683] (**) Power Button: always reports core events
    [ 23.683] (**) Power Button: Device: "/dev/input/event1"
    [ 23.713] (--) Power Button: Found keys
    [ 23.713] (II) Power Button: Configuring as keyboard
    [ 23.713] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 23.713] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 23.713] (**) Option "xkb_rules" "evdev"
    [ 23.713] (**) Option "xkb_model" "evdev"
    [ 23.713] (**) Option "xkb_layout" "us"
    [ 23.734] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 23.734] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 23.734] (II) Using input driver 'evdev' for 'Power Button'
    [ 23.734] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 23.734] (**) Power Button: always reports core events
    [ 23.734] (**) Power Button: Device: "/dev/input/event0"
    [ 23.750] (--) Power Button: Found keys
    [ 23.750] (II) Power Button: Configuring as keyboard
    [ 23.750] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 23.750] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 23.750] (**) Option "xkb_rules" "evdev"
    [ 23.750] (**) Option "xkb_model" "evdev"
    [ 23.750] (**) Option "xkb_layout" "us"
    [ 23.752] (II) config/udev: Adding input device Dell Dell USB Keyboard Hub (/dev/input/event5)
    [ 23.752] (**) Dell Dell USB Keyboard Hub: Applying InputClass "evdev keyboard catchall"
    [ 23.752] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard Hub'
    [ 23.752] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 23.752] (**) Dell Dell USB Keyboard Hub: always reports core events
    [ 23.752] (**) Dell Dell USB Keyboard Hub: Device: "/dev/input/event5"
    [ 23.766] (--) Dell Dell USB Keyboard Hub: Found keys
    [ 23.766] (II) Dell Dell USB Keyboard Hub: Configuring as keyboard
    [ 23.766] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.1/3-2.1:1.0/input/input5/event5"
    [ 23.766] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard Hub" (type: KEYBOARD)
    [ 23.766] (**) Option "xkb_rules" "evdev"
    [ 23.766] (**) Option "xkb_model" "evdev"
    [ 23.766] (**) Option "xkb_layout" "us"
    [ 23.767] (II) config/udev: Adding input device Dell Dell USB Keyboard Hub (/dev/input/event6)
    [ 23.767] (**) Dell Dell USB Keyboard Hub: Applying InputClass "evdev keyboard catchall"
    [ 23.767] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard Hub'
    [ 23.767] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 23.767] (**) Dell Dell USB Keyboard Hub: always reports core events
    [ 23.767] (**) Dell Dell USB Keyboard Hub: Device: "/dev/input/event6"
    [ 23.783] (--) Dell Dell USB Keyboard Hub: Found absolute axes
    [ 23.783] (--) Dell Dell USB Keyboard Hub: Found keys
    [ 23.783] (II) Dell Dell USB Keyboard Hub: Configuring as mouse
    [ 23.783] (II) Dell Dell USB Keyboard Hub: Configuring as keyboard
    [ 23.783] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.1/3-2.1:1.1/input/input6/event6"
    [ 23.783] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard Hub" (type: KEYBOARD)
    [ 23.783] (**) Option "xkb_rules" "evdev"
    [ 23.783] (**) Option "xkb_model" "evdev"
    [ 23.783] (**) Option "xkb_layout" "us"
    [ 23.783] (II) Dell Dell USB Keyboard Hub: initialized for absolute axes.
    [ 23.783] (**) Dell Dell USB Keyboard Hub: (accel) keeping acceleration scheme 1
    [ 23.783] (**) Dell Dell USB Keyboard Hub: (accel) acceleration profile 0
    [ 23.783] (**) Dell Dell USB Keyboard Hub: (accel) acceleration factor: 2.000
    [ 23.783] (**) Dell Dell USB Keyboard Hub: (accel) acceleration threshold: 4
    [ 23.784] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 23.784] (II) No input driver/identifier specified (ignoring)
    [ 23.785] (II) config/udev: Adding input device Dell Premium USB Optical Mouse (/dev/input/event4)
    [ 23.785] (**) Dell Premium USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 23.785] (II) Using input driver 'evdev' for 'Dell Premium USB Optical Mouse'
    [ 23.785] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 23.785] (**) Dell Premium USB Optical Mouse: always reports core events
    [ 23.785] (**) Dell Premium USB Optical Mouse: Device: "/dev/input/event4"
    [ 23.810] (--) Dell Premium USB Optical Mouse: Found 14 mouse buttons
    [ 23.810] (--) Dell Premium USB Optical Mouse: Found scroll wheel(s)
    [ 23.810] (--) Dell Premium USB Optical Mouse: Found relative axes
    [ 23.810] (--) Dell Premium USB Optical Mouse: Found x and y relative axes
    [ 23.810] (II) Dell Premium USB Optical Mouse: Configuring as mouse
    [ 23.810] (II) Dell Premium USB Optical Mouse: Adding scrollwheel support
    [ 23.810] (**) Dell Premium USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 23.810] (**) Dell Premium USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 23.810] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input4/event4"
    [ 23.810] (II) XINPUT: Adding extended input device "Dell Premium USB Optical Mouse" (type: MOUSE)
    [ 23.810] (II) Dell Premium USB Optical Mouse: initialized for relative axes.
    [ 23.810] (**) Dell Premium USB Optical Mouse: (accel) keeping acceleration scheme 1
    [ 23.810] (**) Dell Premium USB Optical Mouse: (accel) acceleration profile 0
    [ 23.810] (**) Dell Premium USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 23.810] (**) Dell Premium USB Optical Mouse: (accel) acceleration threshold: 4
    [ 23.810] (II) config/udev: Adding input device Dell Premium USB Optical Mouse (/dev/input/mouse0)
    [ 23.810] (II) No input driver/identifier specified (ignoring)
    [ 23.813] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 23.813] (II) No input driver/identifier specified (ignoring)

  • OS randomly sees my mouse click, doesn't do anything

    I've had a problem for the past few months that's been driving me crazy.  Often, but inconsistenly, I will click on something and nothing happens.  More often than not I will be in Mail.app and will click to reply to an email.  I hear my mouse click, the click target turns dark to acknowledge my click, and then... nothing.  If I click on another email, it will come up fine.  If I click back on the original email and click on Reply it will dutifully pop out the email for me to type my response.  The same thing will sometimes happen in Safari.  If I have multiple tabs open, sometimes I will click on the close tab button, but it does nothing.  If I click on another tab, then click back to my original tab and then click the close tab button the tab closes like it should have originally.  Yesterday it got just absurd.  With the Apple.com site up I could click on any link and nothing would happen.  Like with mail, the color of the button on the page would darken to indicate that I clicked, but it wouldn't go there.  If I right-clicked and chose Open In New Tab it worked fine.  Other webpages in other tabs worked fine.  If I closed that tab and reopened the site, it was still broken.  Only after a wipe and restore did the site start working again.
    Then, as if almost just to mess with me, in Terminal it will frequently register a click as a double-click.  I know it's a single click, I hear only one click of the mouse.  I'm having to constantly close the inspector window that pops up when it sees my "double-click" that is a single click.  It will randomly happen in other places as well.
    Being a problem without an error code or message or easy way to describe, I haven't had any luck in any searches for people reporting the same problem.
    I'm using a Mac Mini with OS X 10.8.3.  The problem has been around after multiple OS updates didn't seem to appear after any particular change made to the computer.
    I've been a 'computer guy' for a long time, used most mainstream OSes since Windows for Workgroups, so I know my way around.  I've been using a Mac as my main computer for 7-8 years now.  I've already done a complete wipe and restore of the computer (using Time Machine).  I have an investment of time in the apps and data on my computer (my work computer to boot) so I am loathe to do a nuke-and-pave solution of resintalling everything from scratch instead of from a backup.  My hope is that there is someone else out there who had this problem and figured it out that might save me that trouble (and save my sanity).  These kinds of intermittent, nonsense issues are the worst.
    Thanks to anyone who reads this and helps.

    Sorry it took so long macjack.  I ran down to a Best Buy and grabbed a cheap-o wired mouse.  Unfortunately I had gotten so used to the large size of my usual mouse that I found it's small size almost unusable.  Last night I got another, better mouse.  At first, everything seemed fine.  This morning I was replying to an email and I clicked on the Reply All button and nothing happened.  Same thing as before, the button darkens on click, like the OS is seeing my mouse click, but nothing happens.
    So far though, since switching to the new mouse I have not had an instance of the double-clicks that should be single-clicks and vice-versa.  I'll give it a couple of more days before I declare that problem squared away.  Perhaps I was having an OS issue as well as a mouse issue.
    I'm trying to decide if I should try another user account first, or safe-mode.  Being this is my work computer, both are going to be difficult to try without impacting productivity.

  • Simulate mouse clicks with keyboard

    Hello,
    I'd like to create a little tool in JAVA that would simulate a mouseclick when I pressed a key on the keyboard.
    But that should be valid even when I have any other program as active (selected).
    Can that be done in Java or Java can only listen to events generated when the java application is active?
    If you have working code that would be very appreciated.
    Thank you in advance,
    Nuno Vidal

    Ok... have never done anythong with JNI before, can
    you give me an insight?The way I would do it would be to write a system wide keyboard hook, (which you can't do in Java and should do in C++)into a JNI dll as smg123 said. Then you will have that method notify your java program on a key press and from your Java program you can use the Robot class to send a mouse click or since your already using a native code you could write a C++ function to do it and invoke that from your Java app.

  • Mouse clicks blocked improperly when stage resizes

    Hi everyone,
    Been working on this for a while with no success. would really appreciate your help.
    We have the following issue: 1 main flex application is loading another flex application swf using a swfloader placing the child app in the same security domain, but in separate application domains from the parent. There is an '...allowDomain(*)' between the apps and the stage scaling is set to no scaling.
    The problem is that when the stage is resized (window size increases or it goes to fullscreen) the child app 'grows' a large invisible area that blocks mouse clicks from reaching the parent app. This area far exceeds the child app's width & height and can be seen only when doing 'right-click' --> 'show redraw regions'. When scaling the window slowly back to the original stage size that the flash player started out with, those areas grow smaller and eventually disappear. If i load the child app when the main app stage size (window size) is already very big (or in fullscreen), this issue does NOT appear.
    Thanks in advance,
    Uri

    Sounds like a bug.  If you have a simple test case, please file a bug.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Mouse Clicks' Queue when Button is Disabled

    Hi, I was wondering about the Disable property for UI
    Components.
    In the docs it says that when the component is disabled it
    ignores all
    interaction whatsoever - in particular - user interaction.
    In my case, the button is disabled for a few seconds right
    after it
    was clicked by the user (I disable it till the httprequest is
    returned
    and then enable it).
    What happens is that if the user clicks the button while it's
    disabled
    - nothing happens. But when the button turns enabled - it
    acts as if
    it just got the click event.
    It seems like the mouse click event went into this queue and
    the
    button listened to it right after to turned enable?
    Am I correct? If so - how can I prevent this problem?
    If I'm wrong, what's the reason for this? And again, how can
    I sort
    this so the user can't send mouse clicks to the button when
    it's
    disabled??
    Many thanks :)
    Gilad

    "giladozer" <[email protected]> wrote in
    message
    news:gnbng6$o6m$[email protected]..
    > Hi, I was wondering about the Disable property for UI
    Components.
    > In the docs it says that when the component is disabled
    it ignores all
    > interaction whatsoever - in particular - user
    interaction.
    > In my case, the button is disabled for a few seconds
    right after it
    > was clicked by the user (I disable it till the
    httprequest is returned
    > and then enable it).
    > What happens is that if the user clicks the button while
    it's disabled
    > - nothing happens. But when the button turns enabled -
    it acts as if
    > it just got the click event.
    > It seems like the mouse click event went into this queue
    and the
    > button listened to it right after to turned enable?
    > Am I correct? If so - how can I prevent this problem?
    > If I'm wrong, what's the reason for this? And again, how
    can I sort
    > this so the user can't send mouse clicks to the button
    when it's
    > disabled??
    No idea about whether you're correct or wrong, but you might
    want to try
    setting mouseEvents = false on the button and see if that
    helps.

  • Mouse clicks inside image in applet

    How can I respond to mouse clicks inside particular regions in an image loaded as part of an applet in a browser? ie, I want to send these clicks onto the server for the server to handle it and the server should change the image according to the mouse clicks.
    Thanks,

    /*  <applet code="ImageMouse" width="400" height="400"></applet>
    *  use: >appletviewer ImageMouse.java
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import java.net.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class ImageMouse extends JApplet
        JLabel label;
        public void init()
            ImageMousePanel panel = new ImageMousePanel();
            ImageMouser mouser = new ImageMouser(panel, this);
            panel.addMouseMotionListener(mouser);
            getContentPane().add(panel);
            getContentPane().add(getLabel(), "South");
        private JLabel getLabel()
            label = new JLabel(" ");
            label.setHorizontalAlignment(JLabel.CENTER);
            label.setBorder(BorderFactory.createTitledBorder("image coordinates"));
            Dimension d = label.getPreferredSize();
            d.height = 35;
            label.setPreferredSize(d);
            return label;
        public static void main(String[] args)
            JApplet applet = new ImageMouse();
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(applet);
            f.setSize(400,400);
            f.setLocation(200,200);
            applet.init();
            f.setVisible(true);
    class ImageMousePanel extends JPanel
        BufferedImage image;
        Rectangle r;
        public ImageMousePanel()
            loadImage();
            r = new Rectangle(getPreferredSize());
        protected void paintComponent(Graphics g)
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            int w = getWidth();
            int h = getHeight();
            int imageWidth = image.getWidth();
            int imageHeight = image.getHeight();
            r.x = (w - imageWidth)/2;
            r.y = (h - imageHeight)/2;
            g2.drawImage(image, r.x, r.y, this);
            //g2.setPaint(Color.red);
            //g2.draw(r);
        public Dimension getPreferredSize()
            return new Dimension(image.getWidth(), image.getHeight());
        private void loadImage()
            String s = "images/greathornedowl.jpg";
            try
                URL url = getClass().getResource(s);
                image = ImageIO.read(url);
            catch(MalformedURLException mue)
                System.err.println("url: " + mue.getMessage());
            catch(IOException ioe)
                System.err.println("read: " + ioe.getMessage());
    class ImageMouser extends MouseMotionAdapter
        ImageMousePanel panel;
        ImageMouse applet;
        boolean outsideImage;
        public ImageMouser(ImageMousePanel imp, ImageMouse applet)
            panel = imp;
            this.applet = applet;
            outsideImage = true;
        public void mouseMoved(MouseEvent e)
            Point p = e.getPoint();
            if(panel.r.contains(p))
                int x = p.x - panel.r.x;
                int y = p.y - panel.r.y;
                applet.label.setText("x = " + x + "  y = " + y);
                if(outsideImage)
                    outsideImage = false;
            else if(!outsideImage)
                outsideImage = true;
                applet.label.setText("outside image");
    }

Maybe you are looking for