LocationAPI getLocation timeout don´t work

Hey,
I´ve a Problem with the LocationAPI. I want to update my Position everey 500ms.
Here my Code:
while(true){
     try {
          location = locProvider.getLocation(5);          // Lokalisierung (timeout: Provider default)
          coord = location.getQualifiedCoordinates();     // Koordinaten holen                    
     } catch (LocationException locExc) {               // Provider in Timeout-Zeit nicht erreichbar
          status = false;
          coord = null;
     } catch (InterruptedException intExc) {
          status = false;
     if(coord != null){
          status = true;
          lat   = coord.getLatitude();          // Breitengrad     
          lon   = coord.getLongitude();          // Längengrad
          hoehe = coord.getAltitude();          // Höhe
          speed = location.getSpeed();          // Geschwindigkeit
     }else{
          status = false;
}Problem: On my MobilePhone (Samsung Jet S8000) the Thread paused at "location = locProvider.getLocation(5)" (when I´ve no Signal). Even after the timeout (5s) it does not continue... when i´ve a signal it works fine... my samsung emulator don´t have this problem...
where is the problem or how can i change the variable "status" after 5 seconds false?
Thanks!

Hey IceTi,
Have a look at Timer and TimerTask* classes.
Daniel

Similar Messages

  • Signed applet don't work on XP

    Hi,
    I'am currently working on a point-of-sale (POS) using windows XP/Firefox and a linux apache/jboss server.
    I have developed a dynamic windows library in order to use an industrial printer connected to the POS to perform some printing without confirmation of the customer.
    The POS is under Windows XP SP2 and use Firefox 2.0.0.11/JRE 1.5.0.14.
    This dll is used by a signed applet located on the apache/jboss server.
    The applet is correctly downloaded by the client, but normally i have to wait for the certicat authentification windows appearing and for confirming that i want execute the applet. And instead i have a java exception :
    security: La v�rification du certificat � l'aide des certificats AC racine a �chou�
    security: Aucune information d'horodatage disponible
    java.lang.NullPointerException
         at com.sun.deploy.ui.UIFactory.showSecurityDialog(Unknown Source)
         at com.sun.deploy.security.TrustDeciderDialog.showDialog(Unknown Source)
         at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
         at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
         at sun.plugin.security.PluginClassLoader.getPermissions(Unknown Source)
         at java.security.SecureClassLoader.getProtectionDomain(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    security: L'utilisateur a refus� les droits d'acc�s au code
    basic: Taille de cache du chargeur de classes courant : 1
    basic: Termin�...
    basic: Jonction du thread d'applet...
    basic: Destruction de l'applet...
    basic: Elimination de l'applet...
    basic: Sortie de l'applet...
    java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.C:\Program Files\BICImpression\impression_api.dll)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkLink(Unknown Source)
         at java.lang.Runtime.load0(Unknown Source)
         at java.lang.System.load(Unknown Source)
         at applets.impression.Impression.<clinit>(Impression.java:38)
         ... 11 moreand then the certicat authentification windows appears but it's too late, the applet won't never execute ...
    the apache/jboss server is accessed via some gateway, firewal, ... tha t i can't control
    the apache jboss/server on my own PC is accessed directly :
    What is amazing, is that work fine with my own professionnal PC on W2000 SP4, with JRE1.5.0.14 and Firefox 2.0.0.11 :
    when I look in the java console, the java freeze until i have answered this java security window (certicat authentification windows). And when i answered "run" no problem the applet makes her own job.
    here is the code when it works :
    security: La v�rification du certificat � l'aide des certificats AC racine a �chou�
    security: Aucune information d'horodatage disponible
    basic: Plugin modality.pushed
    basic: Modalit� empil�e
    basic: push javax.swing.JDialog[dialog0,379,296,519x323,layout=java.awt.BorderLayout,modal,title=Avertissement - S�curit�,defaultCloseOperation=HIDE_ON_CLOSE,rootPane=javax.swing.JRootPane[,3,22,513x298,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    basic: Chargement arr�t�...
    basic: Arr�t de l'applet...Conclusion
    POS : Win XP SP2, JRE1.5.0.14 (i tried 1.5.0.6 and 1.6.3 the latest), Firefox 2.0.0.11 (I tried 2.0.0.0 and 3 beta2 don't work anyway)
    my own server/client : W2000 SP4, JRE1.5.0.14, Firefox 2.0.0.11
    Linux server : RHEL4
    It works with IE on the POS with the linux sever but it's not the selected browser.
    It works with IE on the POS with my own server.
    It works with Firefox on the POS with my own server.
    It works with IE on my own server with the linux sever but it's not the selected browser.
    It works with IE on my own server with my own server.
    It works with Firefox on my own server with the linux sever.
    It works with Firefox on my own server with my own server.
    If you have some idea to make it work i'm you're buyer !!
    Thank a lot for reading this, and i apologize for my poor english ...
    greetings,
    Benoit
    Edited by: bendur on Feb 29, 2008 3:49 AM

    Ok I have found my problem :
    On every web pages, we have defined some inactivity timeouts.
    On my own server I have disabled these timeouts but not on the distant timeout.
    And it seems that the timeout (defined in javascript ont he web pages : 3s) has a very bad influence on the launching of my applet ... only with firefox (with IE and Opera no problem)
    My problem is anwsered but the problem keep alive for firefox ...

  • Yosemite (10.10.3). Any browser don´t work with by wifi

    Hi
    I think i have the same problem that most the Mac users have had after upgrade from Mavericks to Yosemite (10.10.3) and are connected to internet by wifi.
    This new version don´t work fine, or in any way, with any internet browser (Safari, Mozilla, Crome...) when the connection it´s by WiFi. In fact i´m writing this with a ethernet cat 5e connection.
    I read in other thread that version 10.10.3 solved this problem but at least in my case it's not true.
    And like other users as i read, in some normal actions, like open "System Preferences", appears the wheel round and round during two o three seconds, when with Maverick don´t happens. Probably this last problem it´s a question of RAM memory, but nothing in the upgrade said that you need more that 8 GB to work with normality like before.
    Below this you have the Etrecheck report.
    Thanks in advance and greetings from Madrid
    Problem description:
    Yosemite (10.10.3). Wifi don´t work with any browser
    EtreCheck version: 2.1.8 (121)
    Report generated 12 de abril de 2015, 20:44:10 CEST
    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.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.7 GHz Intel Core i7 CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 29
    Video Information: ℹ️
        Intel HD Graphics 3000
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.3 (14D131) - Time since boot: 0:42:4
    Disk Information: ℹ️
        TOSHIBA MK5065GSXF disk0 : (500,11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (275.44 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8
    USB Information: ℹ️
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 30
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.6.0) [Click for support]
            /Library/Application Support/MacKeeper/AntiVirus.app
        [not loaded]    net.kromtech.kext.AVKauth (2.3.7 - SDK 10.9) [Click for support]
        [loaded]    net.kromtech.kext.Firewall (2.3.7 - SDK 10.9) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
        [not loaded]    com.emu.driver.EMUUSBAudio (1.4.0 - SDK 10.6) [Click for support]
        [loaded]    com.hzsystems.terminus.driver (4) [Click for support]
        [not loaded]    com.macvide.driver.MacVideAudioConnectorDriver (1.0.0) [Click for support]
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.7 - SDK 10.8) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        MySQLCOM: Path: /Library/StartupItems/MySQLCOM
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.mtrecorder.plist
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [failed]    com.apple.spirecorder.plist
        [loaded]    com.bombich.ccc.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.zeobit.MacKeeper.AntiVirus.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
        [running]    com.zeobit.MacKeeper.Helper.plist [Click for support]
    User Login Items: ℹ️
        Mail    Aplicación Hidden (/Applications/Mail.app)
        Dropbox    Aplicación  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - 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
        SharePointBrowserPlugin: Version: 14.0.0 [Click for support]
        DirectorShockwave: Version: 12.0.3r133 - SDK 10.6 [Click for support]
    User internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    Safari Extensions: ℹ️
        iMedia Converter Deluxe
        iTube Studio
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MySQL  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
        Destinations:
            Time Machine [Local]
            Total size: 499.76 GB
            Total number of backups: 2
            Oldest backup: 2012-11-25 14:45:01 +0000
            Last backup: 2012-11-26 22:08:06 +0000
            Size of backup disk: Excellent
                Backup size 499.76 GB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
            18%    WindowServer
             0%    fontd
             0%    AppleSpell
             0%    taskgated
             0%    SystemUIServer
    Top Processes by Memory: ℹ️
        481 MB    MacKeeper Helper
        275 MB    AntiVirus
        215 MB    firefox
        172 MB    softwareupdated
        129 MB    mds_stores
    Virtual Memory Information: ℹ️
        3.04 GB    Free RAM
        3.49 GB    Active RAM
        668 MB    Inactive RAM
        1.39 GB    Wired RAM
        1.66 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Apr 12, 2015, 08:00:37 PM    Self test - passed
        Apr 12, 2015, 07:58:07 PM    /Library/Logs/DiagnosticReports/System Preferences_2015-04-12-195807_[redacted].hang

    Hi again Linc
    Sorry for de delay but i have receive the famous e-mail:
    "Hello!
    My name is Josephine Bergson representing the advertising department of the LLI Consulting company..." thats offers 950$ for put a banner in your web site!!. For that it´s necessary to run one supposed applet of Java, and after do that i have been checking, and apparently does nothing.
    Well. I have done old you tell me in your response and here you have the result of your "Diagnostic Test". Only one thing for you information: the wifi connection have works fine during two hours but fails run the  "Diagnostic Test". I want explain that the failures of wifi connection are intermittent.
    Thanks again. Wait for your answer
    Greetings
    Jesus
    Start time: 01:55:22 04/13/15
    Revision: 1311
    Model Identifier: MacBookPro8,1
    System Version: OS X 10.10.3 (14D131)
    Kernel Version: Darwin 14.3.0
    Time since boot: 3:28
    UID: 501
    SerialATA
        TOSHIBA MK5065GSXF                     
    FireWire
        eGo Rugged FW USB2 (iomega)
    USB
        Compact Optical Mouse 500 (Microsoft Corporation)
        Intuos5 touch S (WACOM Co., Ltd.)
        USB SMART CARD READER (C3PO)
        Storage (Iomega Corporation)
        Storage (Iomega Corporation)
        Deskjet F4100 series (Hewlett Packard)
    Bluetooth
        Apple Magic Mouse
        Apple Wireless Keyboard
    Activity
        CPU: user 10%, system 7%
        en1: in 636, out 19 (KiB/s)
    CPU usage (%)
        WindowServer (UID 0): 25,8
    Energy (lifetime)
        kernel_task (UID 0): 9.88
        WindowServer (UID 88): 6.97
    Energy (sampled)
        Safari (UID 501): 8.70
        storedownloadd (UID 501): 6.39
    DNS: 80.58.61.250 (static)
    Listeners
        kdc: kerberos
        launchd: afpovertcp
    Wi-Fi
        Security: WPA Personal
    Diagnostic reports
        2015-04-12 System Preferences hang
        2015-04-13 WacomTabletDriver crash
    HID errors: 11
    Kernel log
        Apr 11 16:13:39 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
        Apr 11 19:39:08 MacAuthEvent en1   Auth result for: 00:19:15:d0:8a:84 Auth request tx failed
        Apr 11 19:51:05 firefox (map: 0xffffff801d7fb0f0) triggered DYLD shared region unnest for map: 0xffffff801d7fb0f0, region 0x7fff8ec00000->0x7fff8ee00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 12 19:55:00 firefox (map: 0xffffff8040abe960) triggered DYLD shared region unnest for map: 0xffffff8040abe960, region 0x7fff90e00000->0x7fff91000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 12 20:01:34 [BNBMouseDevice][waitForHandshake][58-1f-aa-fc-6b-e9] Timeout waiting for handshake
        Apr 12 20:01:34 [BNBMouseDevice::_simpleSetReport][85.3] ERROR: setReport returned error 0xe00002d6 for reportID 0xD7
        Apr 12 20:01:34 [BNBMouseDevice::_enableMultitouchEvents][85.3] ERROR: _simpleSetReport returned error 0xe00002d6
        Apr 12 20:01:35 [AppleBluetoothHIDKeyboard][waitForHandshake][40-30-04-07-71-f9] Timeout waiting for handshake
        Apr 12 20:01:35 [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
        Apr 12 20:01:35 [AppleBluetoothHIDKeyboard][sendData][40-30-04-07-71-f9] commandSleep in sendData returned an error
        Apr 12 20:01:37 [BNBMouseDevice][waitForHandshake][58-1f-aa-fc-6b-e9] Timeout waiting for handshake
        Apr 12 20:01:37 [BNBMouseDevice::_simpleSetReport][85.3] ERROR: setReport returned error 0xe00002d6 for reportID 0xD7
        Apr 12 20:01:37 [BNBMouseDevice::_enableMultitouchEvents][85.3] ERROR: _simpleSetReport returned error 0xe00002d6
        Apr 12 20:01:47 ### ERROR: Exit sniff failed (probably already unsniffed) (err=10)
        Apr 12 20:01:48 ### ERROR: opCode = 0x0406 (Disconnect) -- send request failed (err=0x0010 (kBluetoothHCIErrorHostTimeout))
        Apr 12 20:30:50 firefox (map: 0xffffff8016b324b0) triggered DYLD shared region unnest for map: 0xffffff8016b324b0, region 0x7fff89400000->0x7fff89600000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 12 22:19:55 Kext com.apple.driver.AppleIntelSlowAdaptiveClocking failed to loadCouldn't alloc class "AppleThunderboltEDMSink"
        Apr 12 22:19:55 Failed to load kext com.apple.driver.AppleIntelSlowAdaptiveClocking Couldn't alloc class "AppleThunderboltIPService"
        Apr 12 22:21:10 [AppleBluetoothHIDKeyboard][sendData][40-30-04-07-71-f9] commandSleep in sendData returned an error
        Apr 12 22:21:13 [AppleBluetoothHIDKeyboard][waitForHandshake][40-30-04-07-71-f9] Timeout waiting for handshake
        Apr 12 22:21:13 [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
        Apr 12 22:21:13 [AppleBluetoothHIDKeyboard][waitForHandshake][40-30-04-07-71-f9] Timeout waiting for handshake
        Apr 12 22:21:15 [AppleBluetoothHIDKeyboard][getExtendedReport] getReport returned error e00002d8
        Apr 12 22:21:21 [IOBluetoothHCIController][handleACLPacketTimeout] -- Disconnecting due to device not responding (ACL Packet timed out) for connection handle 0xb
        Apr 12 22:31:47 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
    System log
        Apr 13 00:47:36 WindowServer: window 130 is already attached to window 12b
        Apr 13 00:47:43 WindowServer: WSGetSurfaceInWindow : Invalid surface 1086438165 for window 298
        Apr 13 00:47:43 WindowServer: WSGetSurfaceInWindow : Invalid surface 1086438165 for window 298
        Apr 13 00:47:43 WindowServer: WSGetSurfaceInWindow : Invalid surface 1086438165 for window 298
        Apr 13 00:53:05 fseventsd: Logging disabled completely for device:1: /Volumes/Antivirus for Mac
        Apr 13 00:53:46 BDCoreIssues: VerifyLo_(com.bitdefender.coreissues.issues.plist): 22
        Apr 13 00:53:46 BDCoreIssues: VerifyLo_(state.txt): 22
        Apr 13 00:55:39 WindowServer: WSGetSurfaceInWindow : Invalid surface 1061774428 for window 343
        Apr 13 00:58:59 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
        Apr 13 00:59:39 spindump: Error loading dyld shared cache uuid UUID: 0x8
        Apr 13 01:00:41 BDUpdDaemon: [com.bitdefender.upddaemon] reload('/var/tmp/Bitdefender/AvDaemon', 584): 60
        Apr 13 01:09:02 com.apple.kextd: Kext id com.apple.kernel.iokit not found; removing personalities from kernel.
        Apr 13 01:09:02 com.apple.kextd: String/URL conversion failure.
        Apr 13 01:09:08 fseventsd: event logs in /Volumes/Copia de Seguridad/.fseventsd out of sync with volume.  destroying old logs. (528 1 19163)
        Apr 13 01:09:09 fseventsd: log dir: /Volumes/Copia de Seguridad/.fseventsd getting new uuid: UUID
        Apr 13 01:09:09 fseventsd: event logs in /Volumes/JVT/.fseventsd out of sync with volume.  destroying old logs. (528 1 19164)
        Apr 13 01:09:10 fseventsd: log dir: /Volumes/JVT/.fseventsd getting new uuid: UUID
        Apr 13 01:09:27 WindowServer: MPServiceForDisplayDevice: Invalid device alias (0)
        Apr 13 01:09:35 WindowServer: MPServiceForDisplayDevice: Invalid device alias (0)
        Apr 13 01:17:20 WindowServer: _CGXRemoveWindowFromWindowMovementGroup: Window not in group
        Apr 13 01:17:40 WindowServer: _CGXRemoveWindowFromWindowMovementGroup: Window not in group
        Apr 13 01:22:21 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "App Store" for over 1.00 seconds. Server has re-enabled them.
        Apr 13 01:23:39 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr 13 01:28:20 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr 13 01:38:00 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    launchd log
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc/Contents/MacOS/DataDetectorsDynamicData error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCTimeSta mpingService.xpc/Contents/MacOS/XPCTimeStampingService error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/XPCServices/com.apple.DictionaryServiceHelper.x pc/Contents/MacOS/com.apple.DictionaryServiceHelper error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCKeychai nSandboxCheck.xpc/Contents/MacOS/XPCKeychainSandboxCheck error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/IOKit.framework/Versions/A/XPCServices/IOServiceAuth orizeAgent.xpc/Contents/MacOS/IOServiceAuthorizeAgent error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.S peechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCTimeSta mpingService.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/XPCServices/com.apple.DictionaryServiceHelper.x pc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/IOKit.framework/Versions/A/XPCServices/IOServiceAuth orizeAgent.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCKeychai nSandboxCheck.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.S peechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc/Contents/MacOS/DataDetectorsDynamicData error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/ com.apple.geod.xpc/Contents/MacOS/com.apple.geod error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:28:22 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.214, service = com.apple.photostream-agent, error = 119: Service is disabled
        Apr 13 00:53:38 com.apple.xpc.launchd.user.501.100006.Aqua: Could not read path: path = /Library/LaunchAgents/com.bitdefender.antivirusformac.plist, error = 2: No such file or directory
        Apr 13 00:53:38 com.apple.xpc.launchd.user.501.100006.Aqua: Could not read path: path = /Library/LaunchAgents/com.bitdefender.EndpointSecurityforMac.plist, error = 2: No such file or directory
        Apr 13 00:53:39 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.upgrade.plist, error = 2: No such file or directory
        Apr 13 00:53:39 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.epag.plist, error = 2: No such file or directory
        Apr 13 00:53:39 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.AuthHelperTool.plist, error = 2: No such file or directory
        Apr 13 00:53:41 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.epag.plist, error = 2: No such file or directory
    Console log
        Apr 10 22:42:36 fontd: Failed to open read-only database, regenerating DB
        Apr 10 22:44:05 mbloginhelper: Property list invalid for format: 200 (property lists cannot contain NULL)
        Apr 12 22:28:23 fontd: Failed to open read-only database, regenerating DB
    Loaded kernel extensions
        com.Cycling74.driver.Soundflower (1.6.6)
        com.hzsystems.terminus.driver (4)
        net.kromtech.kext.Firewall (2.3.7)
    System services loaded
        com.adobe.fpsaud
        com.apple.Kerberos.kdc
        - status: 1
        com.apple.mtrecorder
        - status: 78
        com.apple.spirecorder
        - status: 78
        com.apple.watchdogd
        com.bitdefender.AuthHelperTool
        com.bitdefender.CoreIssues
        com.bitdefender.Daemon
        com.bitdefender.UpdDaemon
        com.bitdefender.upgrade
        com.bombich.ccc
        com.macpaw.CleanMyMac2.Agent
        com.microsoft.office.licensing.helper
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
        com.zeobit.MacKeeper.AntiVirus
    System services disabled
        com.apple.mtmd
        com.apple.mrt
        com.apple.mtmfs
    Login services loaded
        com.adobe.CS5ServiceManager
        com.apple.mrt.uiagent
        com.bitdefender.antivirusformac
        com.divx.dms.agent
        com.divx.update.agent
        com.google.keystone.user.agent
        com.macpaw.CleanMyMac2Helper.diskSpaceWatcher
        com.macpaw.CleanMyMac2Helper.scheduledScan
        com.macpaw.CleanMyMac2Helper.trashWatcher
        com.oracle.java.Java-Updater
        com.wacom.wacomtablet
        com.zeobit.MacKeeper.Helper
    Login services disabled
        com.macpaw.CleanMyMac.volumeWatcher
        com.macpaw.CleanMyMac.trashSizeWatcher
        com.apple.photostream-agent
        com.macpaw.CleanMyMac.helperTool
        com.adobe.AAM.Scheduler-1.0
        com.spotify.webhelper
    User services disabled
        com.macpaw.CleanMyMac.volumeWatcher
        com.macpaw.CleanMyMac.trashSizeWatcher
        com.apple.photostream-agent
        com.macpaw.CleanMyMac.helperTool
        com.adobe.AAM.Scheduler-1.0
        com.spotify.webhelper
    Startup items
        /Library/StartupItems/MySQLCOM/MySQLCOM
        /Library/StartupItems/MySQLCOM/StartupParameters.plist
    User login items
        Mail
        - /Applications/Mail.app
        Dropbox
        - /Applications/Dropbox.app
    Safari extensions
        iMedia Converter Deluxe 
        - com.wondershare.iskyvc
        iTube Studio
        - com.wondershare.safari.itubestudio
    Firefox extensions
        Clear Console
        QBurst
    iCloud errors
        cloudd 51
        comapple.CloudPhotosConfiguration 27
        cloudphotosd 8
        storedownloadd 2
        accountsd 2
        Finder 2
        Spotlight 1
        Mail 1
        CallHistorySyncHelper 1
    Continuity errors
        sharingd 3
    Restricted files: 1610
    Lockfiles: 178
    High file counts
        Desktop: 61
    Contents of /Library/LaunchAgents/com.bitdefender.antivirusformac.plist
        - mod date: Feb 23 15:39:54 2015
        - size (B): 690
        - checksum: 2783812254
        <?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.bitdefender.antivirusformac</string>
        <key>Nice</key>
        <integer>1</integer>
        <key>KeepAlive</key>
        <dict>
        <key>PathState</key>
        <dict>
        <key>/private/var/db/.AVXupgRunning</key>
        <false/>
        </dict>
        </dict>
        <key>Program</key>
        <string>/Library/Bitdefender/AVP/AntivirusforMac.app/Contents/MacOS/Antivirusfo rMac</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Bitdefender/AVP/AntivirusforMac.app/Contents/MacOS/Antivirusfo rMac</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.divx.dms.agent.plist
        - mod date: Nov 17 09:11:48 2014
        - size (B): 426
        - checksum: 637650676
        <?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.divx.dms.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXMediaServer.app/Contents/MacOS/DivXMediaServer</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.divx.update.agent.plist
        - mod date: May 19 23:24:29 2014
        - size (B): 498
        - checksum: 3867571547
        <?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.divx.update.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXUpdate.app/Contents/MacOS/DivXUpdate</string>
        <string>/silent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>10800</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Jan 15 14:05:43 2014
        - size (B): 104
        - checksum: 1039097793
        <?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>50</integer>
        <key>Minute</key>
        <integer>52</integer>
        <key>Weekday</key>
        <integer>2</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.wacom.wacomtablet.plist
        - mod date: Oct 12 00:37:46 2013
        - size (B): 712
        - checksum: 2972905917
        <?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.wacomtablet</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Library/Application Support/Tablet/WacomTabletSpringboard</string>
        <key>RunAtLoad</key>
        <true/>
        ...and 4 more line(s)
    Contents of /Library/LaunchDaemons/com.bitdefender.AuthHelperTool.plist
        - mod date: Feb 23 15:39:55 2015
        - size (B): 801
        - checksum: 329828832
        <?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.bitdefender.AuthHelperTool</string>
        <key>KeepAlive</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Bitdefender/AVP/common.bundle/AuthHelperTool</string>
        <string>/Library/Bitdefender/AVP/common.bundle/Common.plist</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/run/com.bitdefender.AuthHelperTool</string>
        <key>SockType</key>
        <string>Stream</string>
        ...and 4 more line(s)
    Contents of /Library/LaunchDaemons/com.bitdefender.upgrade.plist
        - mod date: Feb 23 15:39:55 2015
        - size (B): 609
        - checksum: 972189573
        <?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.bitdefender.upgrade</string>
        <key>Nice</key>
        <integer>1</integer>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>Program</key>
        <string>/Library/Bitdefender/AVP/antivirus.bundle/BDUpgDaemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Bitdefender/AVP/antivirus.bundle/BDUpgDaemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.bombich.ccc.plist
        - mod date: Nov 25 14:27:44 2012
        - size (B): 770
        - checksum: 3730953884
        <?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>
        <false/>
        <key>Label</key>
        <string>com.bombich.ccc</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.bombich.ccc</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.macpaw.CleanMyMac2.Agent.plist
        - mod date: Nov 13 14:21:09 2014
        - size (B): 801
        - checksum: 3775555851
        <?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.macpaw.CleanMyMac2.Agent</string>
        <key>MachServices</key>
        <dict>
        <key>com.macpaw.CleanMyMac2.Agent</key>
        <true/>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.macpaw.CleanMyMac2.Agent</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/run/com.macpaw.CleanMyMac2.Agent.socket</string>
        ...and 6 more line(s)
    Contents of /Library/LaunchDaemons/com.zeobit.MacKeeper.AntiVirus.plist
        - mod date: Nov 26 20:34:16 2012
        - size (B): 455
        - checksum: 4244331265
        <?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>
        <false/>
        <key>Label</key>
        <string>com.zeobit.MacKeeper.AntiVirus</string>
        <key>Program</key>
        <string>/Library/Application Support/MacKeeper/AntiVirus.app/Contents/MacOS/AntiVirus</string>
        <key>OnDemand</key>
        <false/>
        </dict>
        </plist>
    Contents of /private/etc/hosts
        - mod date: Nov 29 21:28:38 2012
        - size (B): 1194
        - checksum: 1440585190
        127.0.0.1 localhost
        255.255.255.255 broadcasthost
        ::1             localhost
        fe80::1%lo0 localhost
        127.0.0.1 activate.adobe.com
        127.0.0.1 practivate.adobe.com
        127.0.0.1 ereg.adobe.com
        127.0.0.1 activate.wip3.adobe.com
        127.0.0.1 wip3.adobe.com
        127.0.0.1 3dns-3.adobe.com
        127.0.0.1 3dns-2.adobe.com
        127.0.0.1 adobe-dns.adobe.com
        127.0.0.1 adobe-dns-2.adobe.com
        127.0.0.1 adobe-dns-3.adobe.com
        127.0.0.1 ereg.wip3.adobe.com
        127.0.0.1 activate-sea.adobe.com
        127.0.0.1 wwis-dubc1-vip60.adobe.com
        127.0.0.1 activate-sjc0.adobe.com
        127.0.0.1 hl2rcv.adobe.com
        127.0.0.1 activate.adobe.com
        127.0.0.1 practivate.adobe.com
        127.0.0.1 ereg.adobe.com
        127.0.0.1 activate.wip3.adobe.com
        127.0.0.1 wip3.adobe.com
        127.0.0.1 3dns-3.adobe.com
        ...and 9 more line(s)
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Mar 17 00:58:04 2015
        - size (B): 805
        - checksum: 2902800363
        <?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.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
        - mod date: Apr 11 01:00:25 2015
        - size (B): 639
        - checksum: 2857823656
        <?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.macpaw.CleanMyMac2Helper.diskSpaceWatcher</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-watchDiskSpace</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StartInterval</key>
        <integer>3600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.scheduledScan.plist
        - mod date: Apr 11 01:00:25 2015
        - size (B): 738
        - checksum: 766325059
        <?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.macpaw.CleanMyMac2Helper.scheduledScan</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>-n</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-scheduled</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>13</integer>
        <key>Minute</key>
        <integer>25</integer>
        </dict>
        ...and 2 more line(s)
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.trashWatcher.plist
        - mod date: Apr 11 01:00:25 2015
        - size (B): 664
        - checksum: 4001678413
        <?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.macpaw.CleanMyMac2Helper.trashWatcher</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-watchTrash</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/.Trash</string>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.zeobit.MacKeeper.Helper.plist
        - mod date: Mar 16 11:47:58 2015
        - size (B): 619
        - checksum: 1794757485
        <?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>EnvironmentVariables</key>
        <dict>
        <key>ZBTimeStamp</key>
        <string>20150305190134</string>
        </dict>
        <key>Label</key>
        <string>com.zeobit.MacKeeper.Helper</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>OnDemand</key>
        <false/>
        <key>Program</key>
        <string>/Applications/MacKeeper.app/Contents/Resources/MacKeeper Helper.app/Contents/MacOS/MacKeeper Helper</string>
        </dict>
        </plist>
    Bad plists
        /Library/Preferences/com.epson.Epson Customer Research Participation.UnInstallList.plist
        /Library/Preferences/com.epson.Epson Event Manager.UnInstallList.plist
        /Library/Preferences/com.epson.EPSON Scan.UnInstallList.plist
        /Library/Preferences/com.epson.Epson Scanner ICA Driver.UnInstallList.plist
        /Library/Preferences/com.epson.Inkjet Printer Driver.UnInstallList.plist
    Extensions
        /System/Library/Extensions/EMUUSBAudio.kext
        - com.emu.driver.EMUUSBAudio
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/MacVideAudioConnectorDriver.kext
        - com.macvide.driver.MacVideAudioConnectorDriver
        /System/Library/Extensions/RoxioBluRaySupport.kext
        - com.roxio.BluRaySupport
        /System/Library/Extensions/SiLabsUSBDriver.kext
        - com.silabs.driver.CP210xVCPDriver
        /System/Library/Extensions/SiLabsUSBDriver64.kext
        - com.silabs.driver.CP210xVCPDriver64
        /System/Library/Extensions/Soundflower.kext
        - com.Cycling74.driver.Soundflower
        /System/Library/Extensions/Terminus.kext
        - com.hzsystems.terminus.driver
        /System/Library/Extensions/Wacom Tablet.kext
        - com.wacom.kext.wacomtablet
    Applications
        /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app
        - com.adobe.AfterEffects
        /Applications/Adobe After Effects CS5/Adobe After Effects Render Engine.app
        - N/A
        /Applications/Adobe Fireworks CS5/Configuration/Mac/Shared/AdobeAIR/SDK/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS5/AIK2.0/lib/nai/lib/naib.app
        - APP_ID
        /Applications/Adobe Flash CS5/AIK2.0/runtimes/air/mac/Adobe AIR.framework/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS5/AIK2.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS5/AIK2.0/runtimes/air/mac/Adobe AIR.framework/Versions/Current/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Media Encoder CS5/PCI/AMEPCI/resources/uninstall/Uninstall Product.app
        - com.Adobe.Uninstall Product
        /Applications/Adobe Media Encoder CS5/PCI/Dolby/resources/uninstall/Uninstall Product.app
        - com.Adobe.Uninstall Product
        /Applications/Adobe Media Player.app
        - com.adobe.amp.UUID.1
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/Audacity/Audacity.app
        - net.sourceforge.audacity
        /Applications/AudioXplorer.app
        - ch.curvuspro.audioxplorer
        /Applications/BitTorrent.app
        - com.bittorrent.BitTorrent
        /Applications/Creative Professional/E-MU USB Audio/E-MU USB Audio Control Panel.app
        - com.creative-professional.E-MU USB Audio Control Panel
        /Applications/Creative Professional/E-MU USB Audio/E-MU USB Audio Uninstaller.app
        - com.emu.Uninstaller
        /Applications/DivX/DivX Preferences.app
        - com.divx.divxprefs
        /Applications/DivX/Uninstall DivX for Mac.app
        - com.divxinc.uninstalldivxformac
        /Applications/Epson Software/EPSON Scan Settings.app
        - com.epson.scan.settingutility
        /Applications/Epson Software/EPSON Scan.app
        - com.epson.scan.standalone
        /Applications/Epson Software/Event Manager.app
        - com.epson.ProjectManager
        /Applications/Google SketchUp 8/SketchUp.app
        - com.google.sketchupfree8
        /Applications/Img2icns.app
        - net.shinyfrog.img2icns
        /Applications/Lucien.app
        - N/A
        /Applications/MacScan 2/MacScan Scheduler.app
        - com.securemac.MacScan Scheduler
        /Applications/MacScan 2/MacScan.app
        - com.securemac.MacScan
        /Applications/Microsoft Communicator.app
        - com.microsoft.Communicator
        /Applications/Microsoft Messenger.app
        - com.microsoft.Messenger
        /Applications/Microsoft Office 2011/Microsoft Document Connection.app:́n de documentos de Microsoft:
        - N/A
        /Applications/Microsoft Office 2011/Microsoft Excel.app
        - com.microsoft.Excel
        /Applications/Microsoft Office 2011/Microsoft Outlook.app
        - com.microsoft.Outlook
        /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
        - com.microsoft.Powerpoint
        /Applications/Microsoft Office 2011/Microsoft Word.app
        - com.microsoft.Word
        /Applications/Microsoft Office 2011/Office/Alerts Daemon.app
        - com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
        - com.microsoft.openxml.chart.app
        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app:́a de imágenes de Microsoft:
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
        - com.microsoft.outlook.database_daemon
        /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
        - com.microsoft.outlook.database_utility
        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
        - com.microsoft.Graph
        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
        - com.microsoft.outlook.office_reminders
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app:́n de Microsoft Office:
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Query
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
        - com.microsoft.office.uploadcenter
        /Applications/Microsoft Office 2011/Office/My Day.app
        - com.microsoft.myday
        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
        - com.microsoft.SyncServicesAgent
        /Applications/Pure Analyzer System.app
        - com.gaelyvan.flux.pureanalysersystem
        /Applications/Remote Desktop Connection.app:́n a Escritorio remoto:
        - N/A
        /Applications/Sample Manager.app
        - com.audiofile.SampleManager
        /Applications/Smaart.app
        - Rational Acoustics
        /Applications/Soundflower/Soundflowerbed.app
        - com.cycling74.Soundflowerbed
        /Applications/StellarPhoenix.app
        - com.StellarInformationSystemLtd..StellarPhoenix
        /Applications/StuffIt 12/DropStuff.app
        - com.stuffit.DropStuff
        /Applications/StuffIt 12/MagicMenu.app
        - com.stuffit

  • XORG: Keyboard don't work right

    Hi,
    after the last System update my keyboard (under xorg) is totally messed up! The arrow keys,the del key the Pos1 key, the End key.....  all don't work. All characters numbers and special characters like(!"§$%&/....) work though. Even the German "Umlauts" are working!
    Here my xorg.conf:
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this  section  is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
        Load        "dbe"   # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
        SubSection  "extmod"
          Option    "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
    # This loads the font modules
    #    Load        "type1"
        Load        "freetype"
    #    Load        "xtt"
    # This loads the GLX module
    #    Load       "glx"
    # This loads the DRI module
    #    Load       "dri"
    EndSection
    # Files section.  This allows default font and rgb paths to be set
    Section "Files"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
        FontPath   "/usr/share/fonts/misc"
        FontPath   "/usr/share/fonts/100dpi:unscaled"
        FontPath   "/usr/share/fonts/75dpi:unscaled"
        FontPath   "/usr/share/fonts/TTF"
        FontPath   "/usr/share/fonts/Type1"
    #    FontPath   "/usr/lib/X11/fonts/local/"
    #    FontPath   "/usr/lib/X11/fonts/misc/"
    #    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
    #    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
    #    FontPath   "/usr/lib/X11/fonts/Type1/"
    #    FontPath   "/usr/lib/X11/fonts/TrueType/"
    #    FontPath   "/usr/lib/X11/fonts/freefont/"
    #    FontPath   "/usr/lib/X11/fonts/75dpi/"
    #    FontPath   "/usr/lib/X11/fonts/100dpi/"
    # The module search path.  The default path is shown here.
    #    ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #    Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12).  This allows clients to receive these key
    # events.
    #    Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #    Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #    Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    #    Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    #    Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    #    Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    #    Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    #    Option     "Xleds"      "1 2 3"
    #    Option "LeftAlt"     "Meta"
    #    Option "RightAlt"    "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults).  For example, for a non-U.S.
    # keyboard, you will probably want to use:
    #    Option "XkbModel"    "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    #    Option "XkbModel"    "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    #    Option "XkbLayout"   "de"
    # or:
    #    Option "XkbLayout"   "de"
    #    Option "XkbVariant"  "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    #    Option "XkbOptions"  "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    #    Option "XkbRules"    "xorg"
    #    Option "XkbModel"    "pc105"
    #    Option "XkbLayout"   "us"
    #    Option "XkbVariant"  ""
    #    Option "XkbOptions"  ""
    #    Option "XkbDisable"
        Option "XkbRules"   "xorg"
        Option "XkbModel"   "pc105"
        Option "XkbLayout"  "de"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
        Identifier  "Mouse1"
        Driver      "mouse"
        Option "Protocol"    "Auto" # Auto detect
        Option "Device"      "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    #    Option "Resolution"        "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    #    Option "BaudRate"  "9600"
    #    Option "SampleRate"        "150"
    # Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
        Option "ZAxisMapping"   "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
        Option "Emulate3Buttons"
    #    Option "Emulate3Timeout"    "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    #    Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices.  This is for example only.  Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    #    Identifier  "Mouse2"
    #    Driver      "mouse"
    #    Option      "Protocol"      "MouseMan"
    #    Option      "Device"        "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball"
    #    Driver     "magellan"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball2"
    #    Driver     "spaceorb"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen0"
    #    Driver     "microtouch"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "1412"
    #    Option     "MaxX"          "15184"
    #    Option     "MinY"          "15372"
    #    Option     "MaxY"          "1230"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen1"
    #    Driver     "elo2300"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "231"
    #    Option     "MaxX"          "3868"
    #    Option     "MinY"          "3858"
    #    Option     "MaxY"          "272"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonThreshold"       "17"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
        Identifier  "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        HorizSync   31.5 - 64.3
    #    HorizSync  30-64         # multisync
    #    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
    #    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        VertRefresh 50-100
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
        Identifier  "Standard VGA"
        VendorName  "Unknown"
        BoardName   "Unknown"
    # The chipset line is optional in most cases.  It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    #    Chipset    "generic"
    # The Driver line must be present.  When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module.  Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
        Driver     "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for.  When this line isn't present, a device
    # section can only match up with the primary video device.  For PCI
    # devices a line like the following could be used.  This line should not
    # normally be included unless there is more than one video device
    # intalled.
    #    BusID      "PCI:0:10:0"
    #    VideoRam   256
    #    Clocks     25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
        Identifier  "** ATI Radeon (generic)               [radeon]"
        Driver      "radeon"
        #VideoRam    262144
        # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present.  Each describes
    # the configuration of a single screen.  A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
        Identifier  "Screen 1"
        Device      "** ATI Radeon (generic)               [radeon]"
        Monitor     "My Monitor"
        DefaultDepth 24
        Subsection "Display"
            Depth       8
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       16
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       24
            Modes       "1400x1050" "1280x1024" "1024x768"
            ViewPort    0 0
        EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present.  Each describes
    # the way multiple screens are organised.  A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option.  In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
        Identifier  "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens.  The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen.  In this example, screen 2 is located to the
    # right of screen 1.
        Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used.  Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    #    Mode 0666
    # EndSection
    and the corresponding log:
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux stella 2.6.27-ARCH #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008 i686
    Build Date: 05 December 2008  09:10:55PM
            Before reporting problems, check http://wiki.x.org
            to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
            (++) from command line, (!!) notice, (II) informational,
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec  9 17:03:13 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) |   |-->Monitor "My Monitor"
    (**) |   |-->Device "** ATI Radeon (generic)               [radeon]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
            /usr/share/fonts/misc,
            /usr/share/fonts/100dpi:unscaled,
            /usr/share/fonts/75dpi:unscaled,
            /usr/share/fonts/TTF,
            /usr/share/fonts/Type1,
            /usr/share/fonts/misc,
            /usr/share/fonts/100dpi:unscaled,
            /usr/share/fonts/75dpi:unscaled,
            /usr/share/fonts/TTF,
            /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Mouse1
    (WW) Disabling Keyboard1
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d5900
    (II) Module ABI versions:
            X.Org ANSI C Emulation: 0.4
            X.Org Video Driver: 4.1
            X.Org XInput driver : 2.1
            X.Org Server Extension : 1.1
            X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xa8000000/0, 0xe0010000/0, I/O @ 0x0000c100/0, BIOS @ 0x????????/131072
    (II) System resource ranges:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
            [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
            [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded by default.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
            compiled for 1.5.3, module version = 2.1.0
            Module class: X.Org Font Renderer
            ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            ABI class: X.Org Server Extension, version 1.1
    (==) AIGLX enabled
    (==) Exporting typical set of GLX visuals
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 6.9.0
            Module class: X.Org Video Driver
            ABI class: X.Org Video Driver, version 4.1
    (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 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 8500 AIW BC (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 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 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 RV610, ATI Radeon HD 2400 XT,
            ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
            ATI RV610, ATI ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
            ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI RV670,
            ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670,
            ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, 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 Radeon HD 3470,
            ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Mobility Radeon HD 3430,
            ATI Mobility Radeon HD 3400 Series, ATI FireMV 2450, ATI FireMV 2260,
            ATI FireMV 2260, ATI ATI Radeon HD 3600 Series,
            ATI ATI Radeon HD 3650 AGP, ATI ATI Radeon HD 3600 PRO,
            ATI ATI Radeon HD 3600 XT, ATI ATI Radeon HD 3600 PRO,
            ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
            ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
            ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics
    (II) Primary Device is: PCI 01@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
            [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
            [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
            [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[b]
            [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[b]
            [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[b]
            [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
            [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]
            [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[b]
            [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): MMIO registers at 0x00000000e0010000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 0.1.0
            ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP)" (ChipID = 0x4e50)
    (--) RADEON(0): Linear framebuffer at 0x00000000a8000000
    (II) RADEON(0): AGP card detected
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): Legacy BIOS detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
    (==) RADEON(0): Page Flipping disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=65536K, accessible=131072K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 65536 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1200
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): ref_freq: 2700, min_out_pll: 20000, max_out_pll: 35000, min_in_pll: 40, max_in_pll: 3000, xclk: 20000, sclk: 200.000000, mclk: 390.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=35000; xclk=20000
    (II) RADEON(0): Bios Connector table:
    (II) RADEON(0): Port0: DDCType-0x60, DACType-1, TMDSType-1, ConnectorType-1
    (II) RADEON(0): Port4: DDCType-0x0, DACType-0, TMDSType-0, ConnectorType-7
    (II) RADEON(0): Port5: DDCType-0x0, DACType-2, TMDSType-0, ConnectorType-5
    (II) RADEON(0): Output VGA-0 using monitor section My Monitor
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): Panel ID string: AUO                     
    (II) RADEON(0): Panel Size from BIOS: 1400x1050
    (II) RADEON(0): BIOS provided dividers will be used.
    (WW) RADEON(0): LVDS Info:
    XRes: 1400, YRes: 1050, DotClock: 108000
    HBlank: 240, HOverPlus: 48, HSyncWidth: 112
    VBlank: 15, VOverPlus: 1, VSyncWidth: 3
    (II) RADEON(0): Output S-video has no monitor section
    (II) RADEON(0): Default TV standard: NTSC
    (II) RADEON(0): TV standards supported by chip: NTSC PAL
    (II) RADEON(0): Port0:
    Monitor   -- AUTO
    Connector -- VGA
    DAC Type  -- Primary
    TMDS Type -- None
    DDC Type  -- 0x60
    (II) RADEON(0): Port1:
    Monitor   -- AUTO
    Connector -- LVDS
    DAC Type  -- None
    TMDS Type -- None
    DDC Type  -- 0x0
    (II) RADEON(0): Port2:
    Monitor   -- AUTO
    Connector -- STV
    DAC Type  -- TVDAC/ExtDAC
    TMDS Type -- None
    DDC Type  -- 0x0
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    finished output detect: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    finished output detect: 1
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    finished output detect: 2
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    in RADEONProbeOutputModes
    (II) RADEON(0): Added native panel mode: 1400x1050
    (II) RADEON(0): Adding Screen mode: 1280x1024
    (II) RADEON(0): Adding Screen mode: 1024x768
    (II) RADEON(0): Total number of valid Screen mode(s) added: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output LVDS connected
    (II) RADEON(0): Output S-video disconnected
    (II) RADEON(0): Using user preference for initial modes
    (II) RADEON(0): Output LVDS using initial mode 1400x1050
    after xf86InitialConfiguration
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.2.0
            ABI class: X.Org Video Driver, version 4.1
    (==) RADEON(0): Assuming overlay scaler buffer width is 1920
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
            of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
            [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
            [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
            [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
            [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
            [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]
            [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
            [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit a8000000 0 0
    Entering TV Save
    Save TV timing tables
    saveTimingTables: reading timing tables
    TV Save done
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0):   mem_size         : 0x04000000
    (II) RADEON(0):   MC_FB_LOCATION   : 0xabffa800
    (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Using 32 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 29 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1408,8191)
    (II) RADEON(0): Reserved area from (0,1200) to (1408,1202)
    (II) RADEON(0): Largest offscreen area available: 1408 x 6989
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0xd10000
    (II) RADEON(0): Will use depth buffer at offset 0x1382000
    (II) RADEON(0): Will use 38912 kb for textures at offset 0x19f4000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xa8000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (==) RADEON(0): Using AGP 4x
    (II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x8086/0x3340; Card 0x1002/0x4e50]
    (II) RADEON(0): [agp] 32768 kB allocated with handle 0x00000001
    (II) RADEON(0): [agp] ring handle = 0xb0000000
    (II) RADEON(0): [agp] Ring mapped at 0xb37a2000
    (II) RADEON(0): [agp] ring read ptr handle = 0xb0101000
    (II) RADEON(0): [agp] Ring read ptr mapped at 0xb7f7a000
    (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xb0102000
    (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xb35a2000
    (II) RADEON(0): [agp] GART texture map handle = 0xb0302000
    (II) RADEON(0): [agp] GART Texture map mapped at 0xb1922000
    (II) RADEON(0): [drm] register handle = 0xe0010000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0xabffa800 0x1fff0000
    (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 10
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0):   MC_FB_LOCATION  was: 0xabffa800 is: 0xabffa800
    (WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xb1ffb000
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0xabffa800 0xabffa800
    (II) RADEON(0):   MC_AGP_LOCATION  : 0xb1ffb000
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): num quad-pipes is 1
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
            Screen to screen bit blits
            Solid filled rectangles
            8x8 mono pattern filled rectangles
            Indirect CPU to Screen color expansion
            Solid Lines
            Scanline Image Writes
            Setting up tile and stipple cache:
                    32 128x128 slots
                    32 256x256 slots
                    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (II) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00674c00
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00678e00
    (II) RADEON(0): Largest offscreen area available: 1408 x 6983
    (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (II) RADEON(0): Set up overlay video
    (II) RADEON(0): Set up textured video
    init memmap
    init common
    init crtc1
    init pll1
    restore memmap
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0xabffa800 0xabffa800
    (II) RADEON(0):   MC_AGP_LOCATION  : 0xb1ffb000
    restore common
    restore crtc1
    restore pll1
    finished PLL1
    restore LVDS
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 370 x 277
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 0.99.1
            Module class: X.Org XInput Driver
            ABI class: X.Org XInput driver, version 2.1
    (II) Synaptics touchpad driver version 0.99.1
    (**) Option "Device" "/dev/input/event8"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
    (--) SynPS/2 Synaptics TouchPad touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (--) SynPS/2 Synaptics TouchPad touchpad found
    (II) config/hal: Adding input device Logitech USB Receiver
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 2.0.7
            Module class: X.Org XInput Driver
            ABI class: X.Org XInput driver, version 2.1
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event4"
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "base"
    (**) Logitech USB Receiver: xkb_rules: "base"
    (**) Option "xkb_model" "evdev"
    (**) Logitech USB Receiver: xkb_model: "evdev"
    (**) Option "xkb_layout" "us"
    (**) Logitech USB Receiver: xkb_layout: "us"
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event3"
    (II) Logitech USB Receiver: Found x and y relative axes
    (II) Logitech USB Receiver: Found mouse buttons
    (II) Logitech USB Receiver: Configuring as mouse
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
    (II) config/hal: Adding input device C-Media USB Headphone Set
    (**) C-Media USB Headphone Set: always reports core events
    (**) C-Media USB Headphone Set: Device: "/dev/input/event2"
    (II) C-Media USB Headphone Set: Found keys
    (II) C-Media USB Headphone Set: Configuring as keyboard
    (II) XINPUT: Adding extended input device "C-Media USB Headphone Set" (type: KEYBOARD)
    (**) Option "xkb_rules" "base"
    (**) C-Media USB Headphone Set: xkb_rules: "base"
    (**) Option "xkb_model" "evdev"
    (**) C-Media USB Headphone Set: xkb_model: "evdev"
    (**) Option "xkb_layout" "us"
    (**) C-Media USB Headphone Set: xkb_layout: "us"
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "base"
    (**) AT Translated Set 2 keyboard: xkb_rules: "base"
    (**) Option "xkb_model" "evdev"
    (**) AT Translated Set 2 keyboard: xkb_model: "evdev"
    (**) Option "xkb_layout" "us"
    (**) AT Translated Set 2 keyboard: xkb_layout: "us"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Found mouse buttons
    (II) Macintosh mouse button emulation: Configuring as mouse
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    in RADEONProbeOutputModes
    (II) RADEON(0): Added native panel mode: 1400x1050
    (II) RADEON(0): Adding Screen mode: 1280x1024
    (II) RADEON(0): Adding Screen mode: 1024x768
    (II) RADEON(0): Total number of valid Screen mode(s) added: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    sorry for this huge post - but i think that's all needed.... so does anybody have a clue?
    thanks and bye
    smax

    Thanks Bob for that very fast reply!
    But neither "Modifying hal configuration" nor "Using the Desktop Environment settings" (xfce) worked. So I tried the "I don't want this crap, how do I turn it off?" solution and well it works
    Maybe I turn it back on in a month or so.. but for now i'm fine with no hot plugging but a working keyboard...
    Thanks and Bye!
    smax
    Last edited by smaxer (2008-12-09 17:42:43)

  • Asynchronuous functions don't work in a C# dll used by a CVI application

    Hello,
    I have an existing application written with CVI 9.0.1, which have to interact with a C# 2010 dll (which doesn't have any window) via a CVI<->.net wrapper (created using the usefull .net controller of CVI).
    This C# dll uses asynchronuous functions, like NetworkStream.BeginRead() and EndRead() functions of a System.Net.Sockets.TcpClient object for example.
    These asynchronuous functions work fine when the C# dll is used by a C# application (having a main window) or when the C# dll is converted in a standalone C# program (having a main window with buttons, to call its methods, just to try), but asynchronuous functions don't work when my C# dll is called by my CVI application (which is my goal): execution stays inside NetworkStream.BeginRead() for example (for the concerned thread).
    NetworkStream.BeginRead() can be successfully bypassed by using the synchronuous function NetworkStream.Read() instead, but the C# dll uses others asynchronuous functions wich have no associated synchronuous functions.
    Here is a portion of C# code (I don't have the source code for the Snmp object ; got_trap() method is never called when asynchonuous calls don't work):
    public void run() // the thread
     Snmp snmp = null;
     try
      snmp = new Snmp(true);
      snmp.NotifyListenPort = 162;
      snmp.NotifyRegister(null, null, new NotifyCallback(got_trap), CB_DATA_);
      isActive = true;
      Thread.Sleep(Timeout.Infinite);
    Thinking it could be a problem with window messages which could be not processed (in the C# dll), I tried to replace the Thread.Sleep(Timeout.Infinite) instruction, in the code where the asynchronuous management take place, by a window creation plus my Win32 window message loop, but asynchronuous functions don't work better (whereas my loop seems to successfully process messages):
    Form myForm = new Form(); // an empty window
    myForm.Show();
    int bRet;
    MSG msg = new MSG();
    while ((bRet = GetMessage(out msg, IntPtr.Zero, 0, 0)) != 0)
        if (bRet == -1)
           // handle the error and possibly exit
        else
          switch (msg.message)
            default: // everything else
            TranslateMessage(ref msg);
            DispatchMessage(ref msg);
            break;
    Any idea ?
    Thank you,
    rvfr.
    Solved!
    Go to Solution.

    Solved: in fact, the snmp assembly that I was using just needed to be dotNet registered.
    rvfr.

  • OC4J connection polling don't work

    Application Server version is Oracle Enterprise Manager 10g Application Server Control 9.0.4.0.0
    Operating System is Sun Solaris 9
    data-source.xml configuration file is
    <?xml version = '1.0' standalone = 'yes'?>
    <!DOCTYPE data-sources PUBLIC "Orion data-sources" "http://xmlns.oracle.com/ias/dtds/data-sources-9_04.dtd">
    <data-sources>
    <data-source location="jdbc/pool/JCheckSuiteDS"
    class="oracle.jdbc.pool.OracleConnectionCacheImpl"
    password="ckmgr"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username="ckmgr"
    url="jdbc:oracle:thin:@localhost:1521:JHECK"
    inactivity-timeout="30"
    name="JCheckSuiteDS"
    min-connections="1"
    max-connections="10">
         <property name="cacheScheme" value="1"/>
    </data-source>
    </data-sources>
    connection pooling don't work !!!
    thanks for help
    Aldo

    Hi Steve,
    I solved the problem,
    Reading the article
    http://www.oracle.com/technology/products/jdev/tips/muench/ampooling/index.html
    I tried to check the 'Disconnect Application Module Upon Release' in the configuration panel of an ApplicationModule who sets the parameter "jbo.doconnectionpooling=true" in bc4j.xcfg,
    Now the Application does not open one connection for every ApplicationModule and for every Http Session,
    but only one for every simultaneous request, having a total number of connections small.
    Despite of this, I had to restore original configuration parameters in bc4j.xcfg,
    because using this approach there where problems with View Objects that I assumes as pre-filter in some pages
    and that now seems to be 'clear' (I.E. wrong paging or 'Not all variables bound' error on parametrized query..)
    Thanks anyway...
    Aldo

  • "Enable Swipe" don't work and Tablet Layout on a Smartphone

    Hi there,
    I have two big problems with my own site www.mhgrafikdesign.de:
    1. I have different slideshows in my tablet version of my site. I created the slideshow before one of the updates with the feature "Enable swipe" came out. However, it worked well on my Samsung Galaxy Tab 10.1n. Now I have a Microsoft Surface and it's not working anymore although "Enable Swipe" is enabled. I don't know if the Microsoft Surface has problems with the slideshow or one of the updates has "damaged" my slideshow. Please help me! Any ideas?
    2. I have a HTC 8S smartphone and if I type www.mhgrafikdesign.de my smartphone always show me the tablet version. Any idea why? P.S. Swiping there is also not possible.
    Many thanks for quick help. My website is my flagship in the web and it's a little bit embarrassing if my slideshow on the tab don't work... = /

    This is now a slideshow created with Muse: Homepage
    The slideshow uses fullscreen mode and was build with the latest version of Muse. On my Win8-Tablet, it is not working. I tested this with the IE11 in desktop- and in modern-ui-mode.
    Next to this problem, I also run into these things:
    1. Using the buttons to go forward and backward in the slideshow will select the text-arrow inside the button when touched.
    2. Clicking the forward- and backward-button behaves different. Windows Desktop -> slideshow does not roll back, so you can click forever in one direction, no feedback that you reached the end. On iOS -> slideshow will be rolled back and you get the visual feedback to start over again.
    3. Zoom into the fullscreen-slideshow will result in strange and not really controllabel behaviour. Zooming in does not allow to pan.
    But I am not talking only about the phones. It is more about windows tablets in general. So, content can be viewed in the InternetExplorer11 in desktop-mode and also in modern-UI-mode (touch does work in both modes). But it is also possible, that people use other browsers like Firefox and Chrome. I think, it would be a quite a good idea to translate the movement of the mousepointer into gestures. This javascript library shows what I think is a good aproach: Hammer.JS - Hammer.js

  • Adobe Flash & Javascript don't work even though Enabled

    Ever since what I think was either a Firefox upgrade (I don't know which one) or installation of Quicktime, my Adobe Flash Plugin is perpetually crashed and I cannot play any Flash content on any website. All that displays in place of the video is a gray screen with the sad-face Lego icon and the message: “The Adobe Flash Plugin has crashed. Please reload the page to try again.” (See attached image.) But it will not resolve when reloaded.
    No Flash videos on any sites work. HTML5 videos work on YouTube when tested, but non-HTML5 videos won't work.
    Also, my Javascript does not seem to be working since at least some displays requiring javascript don't work. Sometimes the display just doesn't work, and sometimes I get a message that javascript is disabled and must be enabled, but it is already enabled (set to “true” in about:config).
    I have spent days scouring every help forum entry I can find on troubleshooting Flash Player and Javascript. Everything on my end seems to be in order and I cannot find or fix either problem. I think it is possible the issue could have its roots in the fact that Javascript seems to not be working which may be preventing Flash Player content from working...??
    Also, Flash content does work in I.E. but not in Firefox (I do not have Chrome installed so did not test in Chrome). I have too many window tabs open in Firefox and can't switch to I.E. (nor do I like to use I.E.).
    PLEASE HELP as this is crippling for very important work deadlines I have.
    This is what else I know and have tried:
    I have a Toshiba Satellite C75D-A Laptop;
    Processor: AMD A6-5200 APU with Radeon HD Graphics; x64; 2.00 Ghz;
    RAM: 8 MB;
    OS: 64-bit system; Windows 8.1 (but some auto-check utilities detect it as 8.0 because it was upgraded.);
    Graphics Card: “Desktop Graphics” System – AMD Radeon HD 8400 (0x9830);
    Installed Graphics Driver Version: AMD 13.352.1004.1007 (Driver Date: 4/22/2014)
    My Device Manager graphics driver updater states: “driver software is up to date.”
    From the AMD website: the graphics driver auto-detect utility recommended the AMD Catalyst Driver (amd-catalyst-omega-14.12-without-dotnet45-win8.1-64bit.exe) I tried installing this driver, but it won't install. After trying to install, I got a message stating: “We are unable to find a driver for your system.” But Device Manager states I have a current driver, and my graphics card & driver seem to be working fine, so I do not believe this is part of the issue.
    I am using Latest Firefox version 35.0.1; and
    Using Latest Flash Player: 32-bit NPAPI Plug-in Version: 16.0.0.296; designated: “always activate” (Downloaded new update several times, including fresh install after uninstall; system & web address icons indicate Flash is enabled).
    I turned off hardware acceleration in FF Tools>Options>Advanced>General
    I disabled WebGL as explained here: https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-acceleration
    I am using Ad-Block Plus which has never affected things in the past. I have not tried starting FF in Safe Mode because I believe I will lose all open tabs and not be able to recover them (I may have over 200 open). But disabling add-ons has no effect (I disabled all except for Sessions Manager in case of a crash). (My No-Script has been disabled for at least six months.)
    I have Windows Media Player and Quicktime installed.
    Quicktime is most recent upgrade (7.7.6) so should not be a problem according to:
    “QuickTime plugin takes over Flash” at:
    http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (note underscores in place of spaces in string; underscores not insertable here)
    Disabling Quicktime had no effect in the prior version of FF (ver. 35.0), but in latest FF ver. 35.0.1, Flash videos only display a plain (blank) gray screen instead of the sad-faced icon and crash message.
    (I tried to uninstall Quicktime altogether, but was not able to due to Error codes 2502 & 2503. I tried troubleshooting that as well with no luck using methods successful for other programs, including here:
    http://www.fixkb.com/2014/01/error-2503-and-2502-when-uninstalling-on-windows-8.html;
    & here:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-winapps/re-internal-error-codes-2502-and-2503-for/ba5f2145-aa6e-4cc0-81a7-e4346f43b698.)
    Disabling my FF theme and using the default brought back the sad-faced icon and crash message in the place of videos on some YouTube pages, but not other YouTube pages (where video was still blank gray screen). It also enabled a still Flash image (an ad) to display on a different website page that previously had a Flash Plugin crash message. I have been using this same theme for a couple of years without previous issue. While turning it off did generate an effect on some still imagery, it didn't fix the video problem.
    I tried Disabling Protected Mode in Flash 11.3 as explained here:
    http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (note underscores in place of spaces in string; underscores not insertable here).
    It did not solve the issue.
    I also deleted all storage & data in Flash Player as advised. This had no effect either.
    I've tried all solutions I've been able to find and am at a loss for what to try next. Please help and advise ASAP. Thank you!!

    ''guigs2 [[#answer-684038|said]]''
    <blockquote>
    I truely admire the efforts that have been made to make this work.
    "“We are unable to find a driver for your system.” "
    For it not installing, you need to follow these instructions to install them: see the comments: [http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_devices/windows-10-atiamd-display-drivers/50944d10-dde3-4e08-8244-d54eb2b1e7de] --> take warning though it looks like it has caused issues for others as well.
    Since it was working for some youtube videos and not others, there might be an issue with a particular video codec. DO you have OpenH264 Video Codec provided by Cisco Systems, Inc. plugin?
    Is it possible to try Safe Mode after saving your session with [https://addons.mozilla.org/en-US/firefox/addon/session-manager/ Session Manager Addon]? IT would test hardware acceleration in Firefox.
    </blockquote>
    Thank you, guigs2! Sorry for my delayed reply...I didn't realize I hadn't gotten back to you. Update is that I did try a whole slew of other troubleshooting steps including starting FF in safe mode, to no avail. However, I was FINALLY (after months) able to solve this problem just today by pure chance!
    The problem was that hardware acceleration was enabled in the Flash settings. I had not been able to turn it off because I didn't have access to the Flash Player settings as long as the crash error message was visible, which was all the time! Today, by a sheer fluke, I saw a static picture in place of the crash message on a Flash video. I snagged the opportunity to call up the settings and turn off hardware acceleration, and it fixed the problem for my whole browser! This has been a frustrating issue because I did not have access to the settings utility as long as I had the crash message, which was always, so my Flash was crippled without the ability for me to fix it until pure luck gave me this window of opportunity.
    Does anyone know another way to access the settings utility if this ever happens again in the future? I could not find a way. (Incidentally, I had tried disabling hardware acceleration via my graphics driver settings, but it didn't fix the problem.) We need Adobe to allow some other way to access the Flash Player settings utility when this problem arises since they aren't accessible when there is a static crash message.
    Thanks again!

  • IPod Touch: apps (facebook, twitter, facetime) don't work properly with my wireless internet having worked perfectly before. Help needed!

    I got my iPod Touch 4g for Christmas 2011 and for the first 2 weeks everything worked fine - I could download apps; use apps to their full potential; use FaceTime; use everything.
    But after the two weeks, the iPod decided to no longer work as well as it had promised. First of all, it would take more than 2 hours to download a single app from the app store and then, straight after that, I couldn't connect to FaceTime (it had worked perfectly before). Then, finally, to top it all off - Facebook and Twitter stopped working on occasions. For example, I couldn't post/send messages or photos on Twitter and at the majority of the time, the News Feeds wouldn't load.
    Sometimes everything works but most of the time it doesn't. I've tried my iPod at every time of the day and it makes no difference - nothing still works! Also, I don't think it is the fault of my wireless internet because I've had an iPod touch before and it worked perfectly, and the laptop that I am writing this question on also works perfectly with wifi.
    The weird thing is that I have used my iPod to its full potential (everything worked fine) at my friends hosue on multiple occasions - using his wifi. I am really lost for ideas for what to do - I have uninstalled all the apps that don't work with the internet (facebook, twitter) and have always made sure that I have closed apps after using them, so that my iPod wouldn't run slow.
    My iPod has been like this for over a month now, help would be appreciated

    Do you have a blackberry data plan active. On your account? You need an active blackberry data plan to use the majority of data functions on your phone, even if you are connected to wifi 

  • TV don't work with OSX Server software?

    Everything worked great BEFORE I updated our MacMini Intel to OSX Server software, now iTunes can't find the recent found Apple TV. And therefore the connection is gone and the syncing don't work anymore.
    Any work-around or suggestions on how to solve this?
    Or do I have to revert to previus userversion of OSX to make it work again?
    Is there a limitation built into OSX Server software or is there maybe some kind of firewall / preferences etc that needs to be adjusted? (The built in firewall has been disconnected.)
    FYI:
    All apps are up to date. The Mac Mini + Apple TV is on my local network at home and I'm trying to make it my family's digital hub for all family-related media.
    MacBook Pro CD2 & X-servers Mac OS X (10.4.9)
    MacBook Pro CD2 & X-servers   Mac OS X (10.4.9)  

    1) I've not tried to reset ATV from scratch. But it works fine on other Mac's on the network (sharing).
    2) Security options, yes I belive so to. I've followed all instructions and opened all ports I've seen mentioned i apples Knowledge database / support. Still don't work. Maybe I've missed some ports...
    3) YES! It works fine sharing the MacMinis lib over the network.
    4) Today I also tried to reinstall iTunes. But no luck.
    Any mor suggestions anyone? Thx
    I really wanny solve this, otherwhise my ATV is pretty useless for me...

  • Help needed! Just want to cancel my year subscription. No answer from support via mail, noone answers when I call, support chat don't work.

    Help needed! Just want to cancel my year subscription. No answer from support via mail, noone answers when I call, support chat don't work.

    Hi there
    I'll pass your details to our Russian team and they'll contact you to assist further.
    Kind regards
    Bev

  • Bookmarks exist but don't work in PDF (exported from InDesign)

    Hi all,
    I had a similar problem a few months ago where SOME cross-references within a document weren't taking you to the right place when exported to PDF although they appeared to work fine in InDesign (the "source" and "destination" arrows took you to the right place). Someone suggested exporting the file to IDML and importing again, which worked fine.
    Now I'm working on the same document (an update) but it's grown a bit and so each chapter is in its own file within a book. Problem is similar but not the same. Some cross-references work fine in the generated PDF, others are recognised as being links (cursor changes) but NO effect when clicking on them... not taking me to the wrong place, nothing is happening at all. ALSO the table of contents AND the bookmarks don't work.
    I've exported each chapter to IDML, recreated the InDesign files and recreated the book, but still no joy. If all else fails, I'll put the book back into a single file but I'd rather not go through this pain each time I have to update the book (especially as this latest change was really tiny).
    Any suggestions? Are cross-references between files in a book known to be problematic? And if they are, has the problem been addressed for CS5.5? (I'm looking to use InDesign for a journal that will contain a lot of links between elements, but the turnaround time is tight and I'm wary of this issue being a problem each month.)
    Currently using CS5 on Windows 7 Professional, and Acrobat 9 Pro Extended was installed as part of the Tech Comm Suite.
    Thanks in advance,
    Alison

    This is so funny...I was just about to close my email and look up the
    Forums to profusely thank the person who posted the solution to a similar
    problem I was having in CS4.  I'd created numerous hyperlinks in Indesign
    documents and sometimes the links worked in a pdf, and sometimes not.  The
    problem solver was talking about a solution in Word, but I found the same
    type of text in the PDF settings box that pops up when you want to save the
    pdf.  There are all kinds of checkboxes and I'd thought I was doing enough
    by checking 'add hyperlinks'...but the advisor said you have to make sure
    'tagged PDF' is CLEAR.   So the same thing will probably work for you with
    your bookmarks!  (...if the settings are similar in CS5 of course, and
    there's no reason they shouldn't be.  I guess.)
    The only thing is, there's a lot of what we call 'ant work' ahead of me.  I
    have to go back to each InDesign doc and retype the text in the home font,
    and create the hyperlinks over again.  Luckily, the hyperlink destinations
    are still there.  It's not enough just to export the document again with
    the Tagged checkbox cleared, and you can't create a new hyperlink over an
    old one; the 'new hyperlink' option isn't available under Interactive. So
    you may have the same problem.
    Let me know if this works!  I'm off to thank the person...
    Susan

  • Some share buttons don't work on my tablet

    I have a Samsung tablet, model GT-P3113 and its Operating System is Android. In some websites when I click share buttons like addthis and sharethis, they don't work and are inactive. I refresh the page and it doesn't help. For example, none of share buttons of http://www.threehosts.com/ratings/comparison-software/wordpress-vs-joomla-vs-drupal.html work on my tablet, but when I go to this page via my Laptop the share buttons work. My laptop OS is Windows 8.
    One of my friends has iPad and I sent this link to him. The share buttons work correctly for her.
    Does my problem come from my Android which doesn't support share plugins perfectly, or it comes from my tablet model?
    Is there anyone with Samsung GT-P3113 on this forum? If so, could you please test the mentioned page and tell if its share buttons are active or not?

    I have the Samsung Galaxy Tab 2,  7", model GT-P3113, wifi only (not on my Verizon plan).  It's currently running Android 4.2.2; the share buttons on the site you listed above seem to work for me...I didn't actually go through and "share" anything, but I did get to this screen and it appears that all I need to do is log in to whatever service I want to  use to share the post :

  • Upgraded to yosemite now my speakers don't work and i can't play videos on Facebook.

    When i play a video on face book I'm told i need to upgrade flashplayer, i wasn't even aware i had it downloaded! I have got rid of flash player (i think ) and now I'm told i need to download FP before i can watch videos. I can't play games on FB either and my speakers don't work.
    I wish i hadn't upgraded to Yosemite to be honest as i prefer the old layout and it seems to have caused me problems. Everything was working fine before the Upgrade to Yosemite.
    Im not good with computer terminology so please reply as simply as possible :-)
    Thank you

    Try un-installing and then re-installing.
    Adobe Flash Uninstaller
    Adobe Flash Player
    Adobe Flash Player updates available for OS X on October 24, 2014
    Sound.
    Sound – can’t hear sound from speaker - Yosemite
    Sound – No Sound After Upgrade (2)
    Sound Levels - Troubleshoot
    Sound – Troubleshooting Internal Speakers

  • Menus on some web sites don't work

    I have just activated 2 new Lumia 520 phones with Windows 8 mobile. (updated to Amber)
    When browsing the web, the menus don't work on a couple of web sites that I have written.
    These menus use Javascript to show drop down lists and to navigate to the appropriate pages. When you click a link on the menu, the drop down menu appears for a couple of seconds, then disappears. Even in the couple of seconds that the dropdown appears, it can not be clicked.
    Interestingly, these web sites also use javascript to open overlay pages when a thumbnail picture is clicked, This action works.
    These menus have been regression tested in all the major browsers and they work on a PC, Mac, iPad and Android but seem to fail on Windows 8 mobile.
    I searched and can't see any option that allows me to enable or disable Javascript.
    Here are links to those 2 sites:
    http://www.garynancy.com/index.html
    http://www.chisholmtv.com/
    What am I missing?

    The menuscript (popupmo.js) you are using will not work.
    I'd suggest you take this to http://developer.nokia.com where you will likely find more help as this is a general user to user support platform.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

Maybe you are looking for